<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirserver, branch arti-v1.9.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.9.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.9.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-13T09:07:31Z</updated>
<entry>
<title>Merge branch 'version-bump' into 'main'</title>
<updated>2026-01-13T09:07:31Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-13T09:07:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e3bc58dcd2a2ef5e9b32e75c6dbd43e8dd319885'/>
<id>urn:sha1:e3bc58dcd2a2ef5e9b32e75c6dbd43e8dd319885</id>
<content type='text'>
Bump dependencies for 1.9.0

See merge request tpo/core/arti!3570</content>
</entry>
<entry>
<title>cargo: Bump all non arti/tor crates</title>
<updated>2026-01-12T12:44:12Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-12T12:40:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e5ed9f4b87e0dcdf6f2f4a8eaa77bbfda5f1b2a'/>
<id>urn:sha1:7e5ed9f4b87e0dcdf6f2f4a8eaa77bbfda5f1b2a</id>
<content type='text'>
This only includes retry-error which had a few functional additions in
December, thereby rasing the minor version as new features were added to
the public API.

Done using the following:
* Find all non arti, non tor crates.
    * `ls -1 crates/ | grep -v "^tor-\|^arti"`
* Exclude the ones without changes.
    * `maint/changed_crates -v "arti-v$LAST_VERSION" 2&gt;&amp;1 &gt;/dev/null | grep -i "no change"`
* Look into each with changes.
    * In this case only retry-error.
    * Bump the minor because it had non-trivial changes.
</content>
</entry>
<entry>
<title>cargo: Update `arti-*` and `tor-*` to `0.38.0`</title>
<updated>2026-01-12T12:32:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-12T12:32:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=230b0201ea730a633e55c2781611a52c5ec73c28'/>
<id>urn:sha1:230b0201ea730a633e55c2781611a52c5ec73c28</id>
<content type='text'>
Done using the following:
```bash
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
	cargo set-version -p $crate 0.38.0
done
```
</content>
</entry>
<entry>
<title>cargo: Run fixup-features for release</title>
<updated>2026-01-12T10:41:36Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-12T10:41:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c226f3486151300bfd53920c4b5ca34db1172a9'/>
<id>urn:sha1:4c226f3486151300bfd53920c4b5ca34db1172a9</id>
<content type='text'>
Executed command:
```
cargo run -p fixup-features -- --exclude examples/ --exclude maint/ Cargo.toml
```
</content>
</entry>
<entry>
<title>fix(download): Use push_timed with mockable time sources</title>
<updated>2025-12-17T18:07:17Z</updated>
<author>
<name>Nihal</name>
<email>4218-nihalxkumar@gitlab.torproject.org</email>
</author>
<published>2025-12-17T18:06:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11d2a7e3e12c4192b49b807f211f924ac9855094'/>
<id>urn:sha1:11d2a7e3e12c4192b49b807f211f924ac9855094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: Document nested round-robins</title>
<updated>2025-12-10T11:20:13Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-12-09T15:22:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53d620aab51e40f225db4d9c1dd2ebe7187d4e22'/>
<id>urn:sha1:53d620aab51e40f225db4d9c1dd2ebe7187d4e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: Improve download_single's doc</title>
<updated>2025-12-10T11:20:12Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-12-09T15:18:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6de0ef4c505c245d6644134f7305d112e56486c7'/>
<id>urn:sha1:6de0ef4c505c245d6644134f7305d112e56486c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: Rename DownloadManager to ConsensusBoundDownloader</title>
<updated>2025-12-10T11:20:11Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-12-09T15:15:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f0a66d6c36d6e8196e54f0b328be47af7e44c9c6'/>
<id>urn:sha1:f0a66d6c36d6e8196e54f0b328be47af7e44c9c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Remove Downloadable for good</title>
<updated>2025-12-10T11:20:10Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-12-09T15:12:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=edaf6602f657412578a79ef255ee5eb9e85d7db7'/>
<id>urn:sha1:edaf6602f657412578a79ef255ee5eb9e85d7db7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: Add doc for TcpConnect error</title>
<updated>2025-12-10T11:20:09Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-12-08T12:54:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=794b8a4fdac657b5eb6ff23c7fdc8bf1749c9a17'/>
<id>urn:sha1:794b8a4fdac657b5eb6ff23c7fdc8bf1749c9a17</id>
<content type='text'>
</content>
</entry>
</feed>
