<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/tunnel.rs, branch arti-v1.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-04-16T14:58:49Z</updated>
<entry>
<title>cell, proto: Use correct Data sizes for v1 relay cells</title>
<updated>2025-04-16T14:58:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-11T01:57:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=497e5f1acd27c2c316c3f5bbf7158c9516fef159'/>
<id>urn:sha1:497e5f1acd27c2c316c3f5bbf7158c9516fef159</id>
<content type='text'>
Since v1 cells have a longer tag, they can fit less data into a
single cell.  Ah well, that's the cost of improved security.

The code in data.rs is a little wonky, in that it currently requires
its buffer to be exactly the maximum size for a data cell.  We have
a TODO about fixing that in the future, but for now I've moved it to
use a boxed slice rather than a boxed array.

Part of #1944.
</content>
</entry>
<entry>
<title>tor-proto: made `StreamTarget::send_sendme` async and fixed a TODO</title>
<updated>2025-03-24T13:59:09Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-03-17T18:30:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=009a325140bad4370e0770af83558e2f32ad4b53'/>
<id>urn:sha1:009a325140bad4370e0770af83558e2f32ad4b53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: begin using `TargetHop` and `HopLocation`</title>
<updated>2025-03-11T14:53:15Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-02-26T05:05:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9ca41eb392bdaf0e022f2fe6fb313cbb07c0fc47'/>
<id>urn:sha1:9ca41eb392bdaf0e022f2fe6fb313cbb07c0fc47</id>
<content type='text'>
This doesn't yet change the public API, it just begins the work of
plumbing these around throughout `ClientCirc`, `Reactor`, etc.

This can't be broken up into smaller commits without causing build
failures.
</content>
</entry>
<entry>
<title>tor-proto: remove non-conflux support from `HopLocation`</title>
<updated>2025-03-11T14:53:15Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-03-10T02:12:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4675448d7d25c49ac8f54534b1a650c2dcfcf45c'/>
<id>urn:sha1:4675448d7d25c49ac8f54534b1a650c2dcfcf45c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: rename `HopLocation::Leg` to `HopLocation::Hop`</title>
<updated>2025-03-11T14:53:15Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-03-06T05:47:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab1d01955359beabc6e4b0ffe4ad7b625a9ef12c'/>
<id>urn:sha1:ab1d01955359beabc6e4b0ffe4ad7b625a9ef12c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Move Circuit to its own module.</title>
<updated>2025-03-06T10:06:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-05T17:04:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=980209f47936d64df03333f185373ec6d18ed8e9'/>
<id>urn:sha1:980209f47936d64df03333f185373ec6d18ed8e9</id>
<content type='text'>
This is mostly code motion + some visibility adjustments.

Moving all of these outside of `reactor` makes it easier to see which
parts are internal vs which are accessed by the reactor. It also helps
us enforce/audit invariants such as 'there should be no contention on
the `CircHop::map` mutex' (the stream map is now private to
`reactor::circuit`, and therefore nothing inside `reactor` will be
directly accessing it).
</content>
</entry>
<entry>
<title>tor-proto: add variants to `HopLocation` behind `conflux` feature</title>
<updated>2025-02-24T20:08:03Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-02-24T18:56:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=081ebfd1215b111e66210d5f708c7d5c753d100e'/>
<id>urn:sha1:081ebfd1215b111e66210d5f708c7d5c753d100e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: add `HopLocation` and `TargetHop`</title>
<updated>2025-02-24T17:54:15Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-02-24T17:20:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2e2b9f1d53845bf1ac742f3fd4cc4c49c2ecc9a5'/>
<id>urn:sha1:2e2b9f1d53845bf1ac742f3fd4cc4c49c2ecc9a5</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>
</feed>
