<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit, branch arti-v1.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-28T10:54:48Z</updated>
<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: Add a newtype wrapper for LegId.</title>
<updated>2025-02-20T17:29:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-02-20T17:29:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b94cf8dcd602c299fa5855fabcc42d364c04f67d'/>
<id>urn:sha1:b94cf8dcd602c299fa5855fabcc42d364c04f67d</id>
<content type='text'>
We will eventually need to expose this in `tor-proto`'s public API, so
it'll need to be an opaque type.
</content>
</entry>
<entry>
<title>tor-proto: Add LegId type that can be used as a slotmap key.</title>
<updated>2025-02-20T14:12:40Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-02-20T13:55:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=914e6a71d3cd05ff382a5ec6328e2a72872a49c2'/>
<id>urn:sha1:914e6a71d3cd05ff382a5ec6328e2a72872a49c2</id>
<content type='text'>
This will soon be used by the reactor-internal `ConfluxSet` as a unique
identifier for the circuit legs stored in its `SlotMap`.
</content>
</entry>
<entry>
<title>tor-proto: Move CreateHandshakeWrap to reactor module (fmt).</title>
<updated>2025-02-18T12:19:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-02-18T12:11:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c2c649442637c84192659fb022b44d08e7c767f7'/>
<id>urn:sha1:c2c649442637c84192659fb022b44d08e7c767f7</id>
<content type='text'>
</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>
<entry>
<title>tor-proto: Fold the CommandHandler into ControlHandler.</title>
<updated>2025-02-11T12:17:34Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-02-07T15:39:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b6e2cbc3f1004f4339a1dad1ce98ee6184445661'/>
<id>urn:sha1:b6e2cbc3f1004f4339a1dad1ce98ee6184445661</id>
<content type='text'>
This gets rid of a bit of a duplicated code.

It also moves `CtrlCmd` closer to `CtrlMsg`.

Offshoot from my WIP conflux branch for #1838
</content>
</entry>
<entry>
<title>tor-proto: add `ClientCirc::first_hop_clock_skew`</title>
<updated>2025-02-10T18:06:38Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-02-10T18:06:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83777057c82b4518a51a37bdd7c975dc27c0ebb0'/>
<id>urn:sha1:83777057c82b4518a51a37bdd7c975dc27c0ebb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Remove unnecessary param in handshake handler (fmt).</title>
<updated>2025-02-06T19:33:12Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-02-06T19:33:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aed496e6b896af67b878dab043a7aa4fd8f71f04'/>
<id>urn:sha1:aed496e6b896af67b878dab043a7aa4fd8f71f04</id>
<content type='text'>
</content>
</entry>
</feed>
