<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirmgr/src/bootstrap.rs, branch arti-v2.3.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.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-04-21T14:52:33Z</updated>
<entry>
<title>dirmgr: Use HashMap::into_values.</title>
<updated>2026-04-21T14:52:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-19T20:06:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2a30fd64e0dabe0ff7cf1bf9d860099b41cb255'/>
<id>urn:sha1:d2a30fd64e0dabe0ff7cf1bf9d860099b41cb255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirmgr: port to web-time-compat.</title>
<updated>2026-03-26T19:20:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-03-26T15:35:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=160ce5e616eb3c63b06f5b32f02b52bb248dbecc'/>
<id>urn:sha1:160ce5e616eb3c63b06f5b32f02b52bb248dbecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename DirResponse::from_body to from_get_body</title>
<updated>2026-03-04T15:41:19Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-02-09T10:22:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=04e8874058966f45a08558dc78b941ab7edc9b6b'/>
<id>urn:sha1:04e8874058966f45a08558dc78b941ab7edc9b6b</id>
<content type='text'>
This reflects that it is expected for an HTTP GET body.  It is okay
because it is only used in tor-dirmgr, which only performs GET request
anyways.
</content>
</entry>
<entry>
<title>dirmgr: Remove unnecessary Arc::clone (fmt)</title>
<updated>2026-01-27T19:11:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-27T19:10:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fba5e481c1446c0221a53ecba009545dc527b109'/>
<id>urn:sha1:fba5e481c1446c0221a53ecba009545dc527b109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirmgr: Remove unnecessary Arc::clone</title>
<updated>2026-01-27T18:50:00Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-27T18:27:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79f76d989e7b11ab55b6be8ecf8ed5ab5c77af33'/>
<id>urn:sha1:79f76d989e7b11ab55b6be8ecf8ed5ab5c77af33</id>
<content type='text'>
Now that `load` is no longer `async`, this triggers a lint about the
unnecessary clone.
</content>
</entry>
<entry>
<title>dirmgr: Make various functions synchronous</title>
<updated>2026-01-27T18:49:38Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-27T18:26:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eae0bed8f751598c44a997db3c97b9654584fa69'/>
<id>urn:sha1:eae0bed8f751598c44a997db3c97b9654584fa69</id>
<content type='text'>
To fix `clippy::unused_async`.
</content>
</entry>
<entry>
<title>opentelemetry: Instrument a bunch of functions.</title>
<updated>2025-11-24T16:28:07Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-11-24T16:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a4db6a7495b13dd7b00416dd1660a5ad82b60919'/>
<id>urn:sha1:a4db6a7495b13dd7b00416dd1660a5ad82b60919</id>
<content type='text'>
These are all aimed at figuring out in more detail what's going on
in #2079 and related issues.
</content>
</entry>
<entry>
<title>Fix name of clippy lint to unchecked_time_subtraction (2)</title>
<updated>2025-11-06T11:28:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-11-06T11:23:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff'/>
<id>urn:sha1:a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff</id>
<content type='text'>
Run maint/add_warning
</content>
</entry>
<entry>
<title>tor-dircommon: Use amplify and getters for config</title>
<updated>2025-09-09T14:42:18Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-09T14:42:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9b283d2c9ad9d3d99593bb6281d3aee8aca87d18'/>
<id>urn:sha1:9b283d2c9ad9d3d99593bb6281d3aee8aca87d18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move `DownloadSchedule` into `tor-dircommon`</title>
<updated>2025-09-08T16:46:32Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-08T16:45:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=124eaae09eb068c70d757b0b8ca4e21884062f15'/>
<id>urn:sha1:124eaae09eb068c70d757b0b8ca4e21884062f15</id>
<content type='text'>
This commit moves the `DowenloadSchedule` related types from
`tor-dirmgr` into `tor-dircommon`.
</content>
</entry>
</feed>
