<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/util, branch arti-v1.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-v1.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-01-29T11:03:24Z</updated>
<entry>
<title>tor-async-utils: Make SometimesUnboundedSink::send_unbounded() pub(crate).</title>
<updated>2025-01-29T11:03:24Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-01-27T19:03:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98c951d9703e6d601add07734fa04592cbc1eba3'/>
<id>urn:sha1:98c951d9703e6d601add07734fa04592cbc1eba3</id>
<content type='text'>
We are about to use this in the circuit reactor (instead of
`pollish_send_unbounded`).
</content>
</entry>
<entry>
<title>proto: Notify CC when a SENDME is received</title>
<updated>2025-01-16T14:16:01Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2024-12-16T19:28:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=105bff27d1c3050a3b300b17a8c34da328cc25af'/>
<id>urn:sha1:105bff27d1c3050a3b300b17a8c34da328cc25af</id>
<content type='text'>
We also pass along congestion signals that may or may not be used by our
congestion control algorithm.

Part of #534

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
</entry>
<entry>
<title>fix: fix typos</title>
<updated>2025-01-06T20:36:37Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-12-25T20:48:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4acfc23b70c51d2637d0274943a82d1c94dec050'/>
<id>urn:sha1:4acfc23b70c51d2637d0274943a82d1c94dec050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: replaced error type of `Sender::send_and_wake`</title>
<updated>2024-12-10T19:23:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-12-09T18:54:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=32227a33b8c6b3289248ce8d9a2c1999b6655415'/>
<id>urn:sha1:32227a33b8c6b3289248ce8d9a2c1999b6655415</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: add some (disabled) doc tests</title>
<updated>2024-12-10T19:23:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-12-09T18:07:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a945271ac25c74123a803be119d42519e8eba1b4'/>
<id>urn:sha1:a945271ac25c74123a803be119d42519e8eba1b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: moved `Shared::count_wakers` into 'test' mod</title>
<updated>2024-12-10T19:23:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-12-09T17:24:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=025ca696cdffca31c76fd7611ac692b48c9378be'/>
<id>urn:sha1:025ca696cdffca31c76fd7611ac692b48c9378be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: changed an `expect` to a `debug_assert`</title>
<updated>2024-12-10T19:23:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-12-09T17:23:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aee41627e79b644cb308d0b72aed5f3287d46317'/>
<id>urn:sha1:aee41627e79b644cb308d0b72aed5f3287d46317</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: use thiserror for `SenderDropped`</title>
<updated>2024-12-10T19:23:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-12-09T17:23:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c2d4fb23ba4b722c6913656e8505f6899a88056'/>
<id>urn:sha1:7c2d4fb23ba4b722c6913656e8505f6899a88056</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: use `ready!` instead of `match`</title>
<updated>2024-12-10T19:23:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-12-09T17:05:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=74ad93abe38f1dc66862b081b5c84d11f5c52ea6'/>
<id>urn:sha1:74ad93abe38f1dc66862b081b5c84d11f5c52ea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: `borrowed()` now explicitly returns a `BorrowedReceiverFuture`</title>
<updated>2024-12-10T19:23:25Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-12-09T16:57:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f51e8db7f27031bb776628f2ca9ac4e5f5cade5'/>
<id>urn:sha1:7f51e8db7f27031bb776628f2ca9ac4e5f5cade5</id>
<content type='text'>
</content>
</entry>
</feed>
