<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit.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-11-10T14:37:57Z</updated>
<entry>
<title>Merge branch 'cell-sender' into 'main'</title>
<updated>2025-11-10T14:37:57Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-11-10T14:37:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=60098594eddf8aac5c00a13810649ce5fe1e5939'/>
<id>urn:sha1:60098594eddf8aac5c00a13810649ce5fe1e5939</id>
<content type='text'>
proto: Move cell_sender out of the client module

See merge request tpo/core/arti!3407</content>
</entry>
<entry>
<title>proto: Add a new CircSyncView type</title>
<updated>2025-10-30T18:37:26Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-30T11:13:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f61a3d5d9af779712ecf1dbbf807f69e331c741d'/>
<id>urn:sha1:f61a3d5d9af779712ecf1dbbf807f69e331c741d</id>
<content type='text'>
This will replace ClientCircView in the IncomingStreamRequestFilter
APIs, which will enable us to use IncomingStreamRequestFilter for
incoming streams on the exit side too.
</content>
</entry>
<entry>
<title>proto: Move cell_sender out of the client module</title>
<updated>2025-10-28T15:39:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-23T10:10:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6b0a0763aa49b4c48e318ce2cbb04bc6873b7bd'/>
<id>urn:sha1:d6b0a0763aa49b4c48e318ce2cbb04bc6873b7bd</id>
<content type='text'>
Soon we'll use CircuitCellSender in the relay reactor too (we need to,
because it provides a useful abstraction for handling block/unblock
padding actions, and because it has some handy helper functions such as
`congestion_signals()`).
</content>
</entry>
<entry>
<title>proto: Fix doc links post-refactoring</title>
<updated>2025-10-21T17:08:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b3104f9dfb31c727d20a2b1f3bb49cf9d083ccf'/>
<id>urn:sha1:1b3104f9dfb31c727d20a2b1f3bb49cf9d083ccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move hop settings into a shared module</title>
<updated>2025-10-21T17:08:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46d10731fb12f640e3c3f580cd4a0ae89ff3714e'/>
<id>urn:sha1:46d10731fb12f640e3c3f580cd4a0ae89ff3714e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move celltypes out of client</title>
<updated>2025-10-13T18:09:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-09T12:47:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d51c3dc81c298fce630218a6905446851497604'/>
<id>urn:sha1:5d51c3dc81c298fce630218a6905446851497604</id>
<content type='text'>
Some of these are relay-specific, so it makes more sense to pull this
into a top-level module.
</content>
</entry>
<entry>
<title>proto: Add a circuit module shared between client and relay impls.</title>
<updated>2025-08-28T10:54:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-26T17:48:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ee5a4abcee895e79588888f6bc8eaa6963a6ba7'/>
<id>urn:sha1:4ee5a4abcee895e79588888f6bc8eaa6963a6ba7</id>
<content type='text'>
This is just code motion (I suggest reviewing with `--color-moved`).

This also moves the implementation-agnostic parts from
`tor_proto::client::circuit` to a new `tor_proto::circuit` module.
</content>
</entry>
<entry>
<title>tor-proto: Add a tunnel module.</title>
<updated>2025-02-20T20:15:12Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2025-02-13T16:58:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31ee1dbbe88f92d99d66614d0625cb6e87d48edd'/>
<id>urn:sha1:31ee1dbbe88f92d99d66614d0625cb6e87d48edd</id>
<content type='text'>
Move StreamTarget to the tunnel module and the circuit module.

From now on streams will be implemented on tunnels, not circuits.

This moves `StreamTarget` to the tunnel module. A future change will
replace `ClientCirc` with `ClientTunnel` inside `StreamTarget`.

This is mostly code motion, best reviewed with `--color-moved`.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>tor-proto: Change the visibility of a series of struct</title>
<updated>2025-02-20T19:12:09Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-02-13T18:56:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3137265a0dc5b53a901497ed20fc07cb1796bf38'/>
<id>urn:sha1:3137265a0dc5b53a901497ed20fc07cb1796bf38</id>
<content type='text'>
We're about to need this in `tor_proto::tunnel` which is from the
Conflux work.

In the spirit of upstreaming as much as possible, it is done now.
</content>
</entry>
<entry>
<title>tor-proto: Move CreateHandshakeWrap to reactor module.</title>
<updated>2025-02-18T12:19:25Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-02-18T12:10:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6b688357eb7b25b6adb3db9c6825d44c7ddb2b75'/>
<id>urn:sha1:6b688357eb7b25b6adb3db9c6825d44c7ddb2b75</id>
<content type='text'>
This moves the `CreateHandshakeWrap` and its implementors to
`reactor::create` (none of these are used outside of the reactor).
</content>
</entry>
</feed>
