<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr, 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-12T12:44:12Z</updated>
<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>fix: preserve timestamps when flattening RetryErrors</title>
<updated>2025-12-17T14:48:04Z</updated>
<author>
<name>Nihal</name>
<email>4218-nihalxkumar@gitlab.torproject.org</email>
</author>
<published>2025-12-16T07:49:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d3944609d3a7ef1c2ded95da2b149a209f9a12c3'/>
<id>urn:sha1:d3944609d3a7ef1c2ded95da2b149a209f9a12c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: use wallclock timestamps in all push_timed calls</title>
<updated>2025-12-17T14:48:04Z</updated>
<author>
<name>Nihal</name>
<email>4218-nihalxkumar@gitlab.torproject.org</email>
</author>
<published>2025-12-13T14:12:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2e790f071fb070f042d9b6a82caa055eb9d7f783'/>
<id>urn:sha1:2e790f071fb070f042d9b6a82caa055eb9d7f783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: semver labels and extend() with push_timed loop</title>
<updated>2025-12-17T14:48:03Z</updated>
<author>
<name>Nihal</name>
<email>4218-nihalxkumar@gitlab.torproject.org</email>
</author>
<published>2025-12-11T18:54:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a653c4b9c1b2898566d1f67f0cbb823a34750d3c'/>
<id>urn:sha1:a653c4b9c1b2898566d1f67f0cbb823a34750d3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: convert Extend to inherent method, forbid push/extend, fix rend_handshake time</title>
<updated>2025-12-17T14:48:03Z</updated>
<author>
<name>Nihal</name>
<email>4218-nihalxkumar@gitlab.torproject.org</email>
</author>
<published>2025-12-11T15:33:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5ad66c991c71f21e307fd5f78d09b099685a5520'/>
<id>urn:sha1:5ad66c991c71f21e307fd5f78d09b099685a5520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: clean code</title>
<updated>2025-12-17T14:48:03Z</updated>
<author>
<name>Nihal</name>
<email>4218-nihalxkumar@gitlab.torproject.org</email>
</author>
<published>2025-12-09T20:02:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=380c70e3c13fbd5c2b0b949c08f5a2dc4d437e9b'/>
<id>urn:sha1:380c70e3c13fbd5c2b0b949c08f5a2dc4d437e9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(retry-error): add timestamps to retry errors</title>
<updated>2025-12-17T14:48:03Z</updated>
<author>
<name>Nihal</name>
<email>4218-nihalxkumar@gitlab.torproject.org</email>
</author>
<published>2025-11-28T10:21:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=555cc5a25fa65f8780c717e03a6f8fddce7a799a'/>
<id>urn:sha1:555cc5a25fa65f8780c717e03a6f8fddce7a799a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demonstration: convert tor-circmgr to use derive_deftly(TorConfig)</title>
<updated>2025-12-09T16:32:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-11-17T20:52:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=538f47c9971d83b473130efb88eda7898b397249'/>
<id>urn:sha1:538f47c9971d83b473130efb88eda7898b397249</id>
<content type='text'>
(We could tighten this up even more by inlining some of the default
values.)
</content>
</entry>
<entry>
<title>Remove unnecessary `doc(cfg(...))` attributes</title>
<updated>2025-12-05T02:40:50Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2025-11-01T23:25:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=26b40cb08b6b715ee80e2b9084810e07512a85c6'/>
<id>urn:sha1:26b40cb08b6b715ee80e2b9084810e07512a85c6</id>
<content type='text'>
Fixes part of #2193.

(Edits from nickm: I selected the cases here that I could verify
were correct from immediate context.)

Edited-by: Nick Mathewson &lt;nickm@torproject.org&gt;
</content>
</entry>
</feed>
