<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto, branch arti-v2.4.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.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-01T16:32:03Z</updated>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.43.0</title>
<updated>2026-06-01T16:32:03Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-01T16:32:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2100e7c8586af3616310d2bc18bbe971af77f1f1'/>
<id>urn:sha1:2100e7c8586af3616310d2bc18bbe971af77f1f1</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list-crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.43.0
done
```
</content>
</entry>
<entry>
<title>Merge branch 'stream-docs' into 'main'</title>
<updated>2026-05-28T15:25:23Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2026-05-28T15:25:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ac8d5be1b87ffa311f50a87bc22e703dc98b2d21'/>
<id>urn:sha1:ac8d5be1b87ffa311f50a87bc22e703dc98b2d21</id>
<content type='text'>
proto: Replace outdated references to RawCellStream

See merge request tpo/core/arti!4036</content>
</entry>
<entry>
<title>proto: Replace outdated references to RawCellStream</title>
<updated>2026-05-28T14:58:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-05-28T14:57:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=642d0ffa22d20e3eec5f2996d33f697e91e982a9'/>
<id>urn:sha1:642d0ffa22d20e3eec5f2996d33f697e91e982a9</id>
<content type='text'>
`RawCellStream` was removed long ago, in
c559754116678866eabe525f5b189b50cc78b5cc.
</content>
</entry>
<entry>
<title>tor-proto: remove `use asynchronous_codec as futures_codec` in `/channel/handler.rs`</title>
<updated>2026-05-27T17:41:26Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@momandpop.network</email>
</author>
<published>2026-05-27T17:12:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab968e231e920685c6d93408154d7fa157eb95c4'/>
<id>urn:sha1:ab968e231e920685c6d93408154d7fa157eb95c4</id>
<content type='text'>
Closes #1690.
</content>
</entry>
<entry>
<title>Merge branch 'relay-destroy' into 'main'</title>
<updated>2026-05-26T20:58:22Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-05-26T20:58:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=025a3dfd7d971505524392a10de3f4c53617ef09'/>
<id>urn:sha1:025a3dfd7d971505524392a10de3f4c53617ef09</id>
<content type='text'>
proto: Add tests for DESTROY and TRUNCATE handling

See merge request tpo/core/arti!4008</content>
</entry>
<entry>
<title>proto: Remove TODOs about flushing pending data</title>
<updated>2026-05-26T20:29:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-05-26T20:29:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c508f738d0e4d4b8474acd1d7bef97d36d137984'/>
<id>urn:sha1:c508f738d0e4d4b8474acd1d7bef97d36d137984</id>
<content type='text'>
We decided the reactor is the wrong place to handle this.

See discussion in #2490
</content>
</entry>
<entry>
<title>tor-proto: move 'flowctl-cc' from 'experimental' to 'full'</title>
<updated>2026-05-22T19:11:24Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-22T19:11:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca67dc2a29ad0213f0baf51146532d52adea5038'/>
<id>urn:sha1:ca67dc2a29ad0213f0baf51146532d52adea5038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'socket-buf-size' into 'main'</title>
<updated>2026-05-21T18:29:42Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-21T18:29:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f27830adb14823cb1d27a5d55265e69eb2cc313'/>
<id>urn:sha1:7f27830adb14823cb1d27a5d55265e69eb2cc313</id>
<content type='text'>
Set socket buffer sizes (`SO_SNDBUF` and `SO_RCVBUF`) for proxy sockets

Closes #2500

See merge request tpo/core/arti!3957</content>
</entry>
<entry>
<title>tor-proto: destructure the `ReactorStreamComponents`</title>
<updated>2026-05-21T16:35:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-21T15:23:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c1ddd2de31ff622d0244f5456527fe035e467ae'/>
<id>urn:sha1:4c1ddd2de31ff622d0244f5456527fe035e467ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`</title>
<updated>2026-05-21T16:35:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-21T15:13:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ae295c879f773b8c6e922436fb96c020777555a'/>
<id>urn:sha1:3ae295c879f773b8c6e922436fb96c020777555a</id>
<content type='text'>
</content>
</entry>
</feed>
