<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/util/oneshot_broadcast.rs, branch arti-v2.1.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.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-05T03:39:55Z</updated>
<entry>
<title>all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`</title>
<updated>2025-11-05T03:39:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-11-05T03:00:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6bfa9e986694b4fce0926dd21f309161e497ced8'/>
<id>urn:sha1:6bfa9e986694b4fce0926dd21f309161e497ced8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</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>
