<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/relay, branch arti-v2.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-26T21:05:09Z</updated>
<entry>
<title>Merge branch 'webtime-v3' into 'main'</title>
<updated>2026-03-26T21:05:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-26T21:05:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7a7401b0ddb159bcbc949b2d873ad5c931edd12d'/>
<id>urn:sha1:7a7401b0ddb159bcbc949b2d873ad5c931edd12d</id>
<content type='text'>
Port to use web-time for compatibility with wasm32

Closes #2356

See merge request tpo/core/arti!3820</content>
</entry>
<entry>
<title>tor-proto: Port to web-time-compat</title>
<updated>2026-03-26T19:20:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-26T14:33:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11f365738ade6ba75eedee83d7d19f8877da7d65'/>
<id>urn:sha1:11f365738ade6ba75eedee83d7d19f8877da7d65</id>
<content type='text'>
</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: Move handle_unrecognized_cell() out of ForwardHandler</title>
<updated>2026-03-25T11:27:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-25T10:45:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=88d7bc8fb0b39b37e950a30c2af7b139c5dadb91'/>
<id>urn:sha1:88d7bc8fb0b39b37e950a30c2af7b139c5dadb91</id>
<content type='text'>
The `ForwardHandler` trait is meant for implementation-dependent
functions that are called from the implementation-agnostic
`ForwardReactor`. Previously `handle_unrecognized_cell()` was called
directly by the generic `ForwardReactor`, but that's no longer the case,
so it doesn't belong in the trait anymore.

This commit is just code motion. Best reviewed with `--color-moved`
</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>
<entry>
<title>tor-proto: change relay circ reactor `new()` to `pub(crate)`</title>
<updated>2026-03-25T02:02:28Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-03-25T02:02:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d073cce1e16dbb8e0d65313b2c214f1e7c625def'/>
<id>urn:sha1:d073cce1e16dbb8e0d65313b2c214f1e7c625def</id>
<content type='text'>
I plan to call this from
`crates/tor-proto/src/channel/reactor.rs`.
</content>
</entry>
</feed>
