<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/circuit/reactor, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-29T16:33:24Z</updated>
<entry>
<title>proto: Allow unused async in WIP reactor code</title>
<updated>2026-01-29T16:33:24Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-29T16:22:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0fa7fcff1696554ba049b5f01e1282c14f2ade25'/>
<id>urn:sha1:0fa7fcff1696554ba049b5f01e1282c14f2ade25</id>
<content type='text'>
This will need to become async soon.
</content>
</entry>
<entry>
<title>proto: Document that the hop list is shared with the BWD</title>
<updated>2026-01-29T16:33:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-29T16:19:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3cbefaca2cf82f386f11b6eaa0788e2e37cfc17b'/>
<id>urn:sha1:3cbefaca2cf82f386f11b6eaa0788e2e37cfc17b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Rename the FWD -&gt; BWD channel</title>
<updated>2026-01-29T16:33:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-29T16:11:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8395864ee57c9aa91ee2aa1d8d31c58e4e364d84'/>
<id>urn:sha1:8395864ee57c9aa91ee2aa1d8d31c58e4e364d84</id>
<content type='text'>
In the backward reactor, we call this the `forward_reactor_rx` (because
it receives commands from the foward reactor), and in the forward
reactor we call it `backward_reactor_tx` (because it sends commands to
the backward reactor).
</content>
</entry>
<entry>
<title>proto: Rename chan senders and sinks for clarity</title>
<updated>2026-01-29T16:33:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-29T16:08:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f8332eda7d19136b76f58942bbb6c48c3df74070'/>
<id>urn:sha1:f8332eda7d19136b76f58942bbb6c48c3df74070</id>
<content type='text'>
We settled on

  * `inbound_chan{tx, rx}`, for the inbound channel (the channel towards
    the guard, if we are a client, or towards the client if we are a
    relay)
  * `outbound_chan{tx, rx}`, for the outbound channel (the channel
    towards the exit, if we are a middle relay)
</content>
</entry>
<entry>
<title>proto: Update misleading comment about cmd_rx</title>
<updated>2026-01-29T16:33:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-29T16:02:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=25a76fb5015d1bf81dbdf4844f9f852ca33e7e89'/>
<id>urn:sha1:25a76fb5015d1bf81dbdf4844f9f852ca33e7e89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Add a new, implementation-agnostic circuit reactor</title>
<updated>2026-01-29T16:33:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-12T11:03:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=93931082e06b278cf6b8fa12d613afc97ff7dbf6'/>
<id>urn:sha1:93931082e06b278cf6b8fa12d613afc97ff7dbf6</id>
<content type='text'>
</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: 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>
</feed>
