<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/relay/reactor.rs, branch arti-v2.3.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.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-04-23T14:43:58Z</updated>
<entry>
<title>proto: Add test ensuring we won't extend to the previous hop</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T16:31:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0d58f3ca7cf6e4109af7265bab4dbefb2a42fabf'/>
<id>urn:sha1:0d58f3ca7cf6e4109af7265bab4dbefb2a42fabf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Give the ExtendRequestHandler a copy of the inbound peer info</title>
<updated>2026-04-23T14:43:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T15:30:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=da241d1b3a604fc85981e9cabc29b7effd6dca9c'/>
<id>urn:sha1:da241d1b3a604fc85981e9cabc29b7effd6dca9c</id>
<content type='text'>
This will soon be used for preventing the circuit from being extended to
the previous hop (#2415).
</content>
</entry>
<entry>
<title>proto: Remove dummy suffixes from variable name</title>
<updated>2026-04-20T10:07:40Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-04-20T10:07:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fc91f04aede238d95cd9b6e2c6d53d6dc3fd8214'/>
<id>urn:sha1:fc91f04aede238d95cd9b6e2c6d53d6dc3fd8214</id>
<content type='text'>
I used these `_foo` suffixes to make sense of things during development:
at the time, I had multiple "forward" and "backward" types, and I needed
to distinguish them without spending too much time thinking of a
provisory name. I meant to remove them before upstreaming my branch, but
I forgot...
</content>
</entry>
<entry>
<title>proto: Move DummyChan/DummyChanProvider to relay channel.rs</title>
<updated>2026-04-14T19:10:46Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-04-14T19:10:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d534a6413d78a93ee3b1e10ec00131df7a56258'/>
<id>urn:sha1:1d534a6413d78a93ee3b1e10ec00131df7a56258</id>
<content type='text'>
From the reactor.rs to channel.rs, makes more sense and we'll need it in
the handshake tests.

No behavior change, just code movement and a function rename.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>proto: Use the inbound CircuitAccount when extending circuit (fmt)</title>
<updated>2026-03-26T16:54:26Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-26T16:49:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e002813eebf94372922990dcbca993d12e55a872'/>
<id>urn:sha1:e002813eebf94372922990dcbca993d12e55a872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Use the inbound CircuitAccount when extending circuit</title>
<updated>2026-03-26T16:54:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-25T18:10:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=097a6ae733e3dc6a58f34877550f13457bee0c36'/>
<id>urn:sha1:097a6ae733e3dc6a58f34877550f13457bee0c36</id>
<content type='text'>
This was previously creating a new CircuitAccount in
`new_outbound_circ()`, and then immediately dropping it.
</content>
</entry>
<entry>
<title>proto: Forward unrecognized RELAY_EARLY as RELAY_EARLY</title>
<updated>2026-03-25T11:27:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-25T10:42:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11462007836bf1d85eaeae7cac5814067b2ba712'/>
<id>urn:sha1:11462007836bf1d85eaeae7cac5814067b2ba712</id>
<content type='text'>
Closes #2417
</content>
</entry>
<entry>
<title>proto: Add tests for the relay circuit reactor</title>
<updated>2026-03-25T11:27:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-19T16:29:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a475f4d97858c0e22aacc29fadcf893dd2dae70b'/>
<id>urn:sha1:a475f4d97858c0e22aacc29fadcf893dd2dae70b</id>
<content type='text'>
This adds an initial set of tests for the circuit reactor.

We will, of course, add more tests as we continue working on the
implementation.

Closes #2353
</content>
</entry>
<entry>
<title>proto: Replace fully-qualified path with import alias</title>
<updated>2026-03-25T10:19:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-19T18:49:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9701b9bf19613d3d4ea781ddc2ae886974966e60'/>
<id>urn:sha1:9701b9bf19613d3d4ea781ddc2ae886974966e60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: change `dyn ChannelProvider` to also be `Sync`</title>
<updated>2026-03-25T02:07:20Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-25T02:07:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9529d2ce6ca954464c4587f08657183200e581c1'/>
<id>urn:sha1:9529d2ce6ca954464c4587f08657183200e581c1</id>
<content type='text'>
An `Arc&lt;T&gt;` is only `Send` if `T` is `Send + Sync`,
which is needed by the runtime.
</content>
</entry>
</feed>
