<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/stream, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-19T17:21:06Z</updated>
<entry>
<title>tor-proto: add `WithSidechannelMitigations` for flow ctrl</title>
<updated>2026-08-19T17:21:06Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-19T17:17:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=12d730da58224c38e966fc4678b61e8b3f289fa9'/>
<id>urn:sha1:12d730da58224c38e966fc4678b61e8b3f289fa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: fix XON conversion from KB/s to B/s</title>
<updated>2026-07-30T21:35:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-07-30T21:23:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d20e931f047810494b8559a9795b90cb5cbd66d'/>
<id>urn:sha1:7d20e931f047810494b8559a9795b90cb5cbd66d</id>
<content type='text'>
We previously interpreted the rate in the XON message as being Kbits per
second, but it's really Kbytes per second.
</content>
</entry>
<entry>
<title>tor-cell: update docs and variable names for `Xon`</title>
<updated>2026-07-30T21:34:27Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-07-30T21:18:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38df6e8fee09e9e2a92c538f018223a0c545250a'/>
<id>urn:sha1:38df6e8fee09e9e2a92c538f018223a0c545250a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`</title>
<updated>2026-07-30T21:34:23Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-07-30T21:01:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0fecfa9a0102ff58676bcb0c5e36eed4996a68f4'/>
<id>urn:sha1:0fecfa9a0102ff58676bcb0c5e36eed4996a68f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: add test-only `NoOpRequestFilter`</title>
<updated>2026-07-30T02:55:13Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-07-30T02:55:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f0a18646d680b31c8d609c6154096057fbd188b'/>
<id>urn:sha1:7f0a18646d680b31c8d609c6154096057fbd188b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: Remove a redundant explicit link target</title>
<updated>2026-07-27T15:19:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-27T15:17:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=679080a5ccf08337030d6a83b130e210e783f58e'/>
<id>urn:sha1:679080a5ccf08337030d6a83b130e210e783f58e</id>
<content type='text'>
Found by rustdoc.
</content>
</entry>
<entry>
<title>proto: Remove unnecessary result mapping</title>
<updated>2026-06-23T15:58:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-22T13:24:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=499b70058c84ab08d76d79d6266af5a066f646e4'/>
<id>urn:sha1:499b70058c84ab08d76d79d6266af5a066f646e4</id>
<content type='text'>
This already returns `()` in the `Ok` case.
</content>
</entry>
<entry>
<title>tor-proto: add a unit test for `XonXoffReader`</title>
<updated>2026-06-16T13:58:16Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-10T19:14:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca107a000f0f8dbb8a04df774ae47cafbc2ee88c'/>
<id>urn:sha1:ca107a000f0f8dbb8a04df774ae47cafbc2ee88c</id>
<content type='text'>
The 'futures' version bump is needed so that our test can use
`UnboundedSender::try_recv()` in the minimal-versions CI test.
</content>
</entry>
<entry>
<title>tor-proto: add `DrainRateNotifier` trait for `XonXoffReader`</title>
<updated>2026-06-10T19:26:53Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-10T19:10:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=424af5918b1d0998e2f89aa50f8add74c3060718'/>
<id>urn:sha1:424af5918b1d0998e2f89aa50f8add74c3060718</id>
<content type='text'>
This will allow us to add a unit test for `XonXoffReader`.
</content>
</entry>
<entry>
<title>maint: Run maint/add_warning to deny string slices</title>
<updated>2026-06-09T15:36:01Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-09T15:36:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f5752a77fb57052c06ead0eeae606831f1e8e97'/>
<id>urn:sha1:9f5752a77fb57052c06ead0eeae606831f1e8e97</id>
<content type='text'>
This commit executes maint/add_warning with the just added change to
deny string slices except in tests.

I recommend auditing this by checking out the previous commit followed
by running the script yourself and then verifying that the diff is
identical to this commit.

This commit makes cargo clippy fail.  We will add exceptions in the next
commit.
</content>
</entry>
</feed>
