<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/relay.rs, branch arti-v1.8.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-29T16:26:25Z</updated>
<entry>
<title>proto: Remove doc ref to private item</title>
<updated>2025-10-29T16:26:25Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-29T16:26:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=59f53fd04e3b64a86c6d56407a703d08b12fdbb0'/>
<id>urn:sha1:59f53fd04e3b64a86c6d56407a703d08b12fdbb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Add RelayCirc API for checking if circuit is closed</title>
<updated>2025-10-29T15:46:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-29T11:31:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d30b7a6fe8cb2934f2ca18656d23caae90941dd7'/>
<id>urn:sha1:d30b7a6fe8cb2934f2ca18656d23caae90941dd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Remove redundant channel from RelayCirc</title>
<updated>2025-10-29T15:46:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-29T11:30:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f89524003cdc10be4b262cd5ff52000095bffc78'/>
<id>urn:sha1:f89524003cdc10be4b262cd5ff52000095bffc78</id>
<content type='text'>
We don't really need this channel here, because we already have control
and command channels for checking if the reactor task is still alive.
</content>
</entry>
<entry>
<title>proto: Make RelayCirc public</title>
<updated>2025-10-29T15:46:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-29T11:27:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e05b29565d88c6cdc48fb510e45ba8e1dcc3b966'/>
<id>urn:sha1:e05b29565d88c6cdc48fb510e45ba8e1dcc3b966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Rename RelayReatorHandle to RelayCirc</title>
<updated>2025-10-29T15:46:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-29T11:25:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a5fb2ef532cfb8f51d44e841c69a3152357b37a'/>
<id>urn:sha1:0a5fb2ef532cfb8f51d44e841c69a3152357b37a</id>
<content type='text'>
While this is technically a "reactor handle", I think RelayCirc sounds
better, because this is essentially our only public API for interacting
with a relay circuit (it will be used outside of tor-proto).

(This would also be consistent with our existing ClientCirc
client-side terminology).
</content>
</entry>
<entry>
<title>proto: Move RelayReactorHandle to relay module</title>
<updated>2025-10-29T15:39:00Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-29T11:22:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=847cc9280ca497f90260bd798663acf8bceeb11b'/>
<id>urn:sha1:847cc9280ca497f90260bd798663acf8bceeb11b</id>
<content type='text'>
This will soon become `pub`, so I am factoring it out of `reactor.rs`.
</content>
</entry>
<entry>
<title>proto: Add RelayInitiatorHandshake</title>
<updated>2025-10-23T17:44:42Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-10-22T14:25:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa78ad3aa8a47e579b55ed0025cc730bd0b159fe'/>
<id>urn:sha1:fa78ad3aa8a47e579b55ed0025cc730bd0b159fe</id>
<content type='text'>
This implements the relay initiator side of the handshake up to the
creation of an unverified channel.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Rename the `tunnel` module to `client`.</title>
<updated>2025-08-18T16:09:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-18T15:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1ee26f2168ee2dede8ab993ef57435334e9efabe'/>
<id>urn:sha1:1ee26f2168ee2dede8ab993ef57435334e9efabe</id>
<content type='text'>
The implementation from `tunnel` is client-specific, so we are renaming
the module accordingly. The more generic parts will be pulled into a
separate module in a future commit.
</content>
</entry>
<entry>
<title>proto: Reorganize relay_tunnel module.</title>
<updated>2025-08-18T16:09:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-18T14:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a6c8da93c392726c96420dc8983a0beebb347d8'/>
<id>urn:sha1:4a6c8da93c392726c96420dc8983a0beebb347d8</id>
<content type='text'>
This reorganizes the `relay_tunnel` module as per @dgoulet's
[suggestion].

[suggestion]: https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3162/diffs#note_3240092
</content>
</entry>
</feed>
