<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirclient/src/request.rs, branch arti-v1.1.5</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-04-10T18:37:45Z</updated>
<entry>
<title>Use an Enum for the description request</title>
<updated>2023-04-10T18:37:45Z</updated>
<author>
<name>tranna</name>
<email>tranna@proton.me</email>
</author>
<published>2023-04-10T18:37:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=51b5ba66816221a8d2acd67ee9194b9e2a54deeb'/>
<id>urn:sha1:51b5ba66816221a8d2acd67ee9194b9e2a54deeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: fix an "unused import" warning.</title>
<updated>2023-04-06T14:26:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-06T14:26:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fdd28d9319435b8d4e46ef19b8f6997e84295815'/>
<id>urn:sha1:fdd28d9319435b8d4e46ef19b8f6997e84295815</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Add a comment about 50 x 1024</title>
<updated>2023-04-03T16:32:48Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-03-30T16:05:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd13a26a00e4ceb1c26ec112101c109573c88bee'/>
<id>urn:sha1:fd13a26a00e4ceb1c26ec112101c109573c88bee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Add test case for HsDescDownloadRequest</title>
<updated>2023-04-03T16:32:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-31T16:38:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=91b3b79fed6bca0728c4a0cebf502b0cd0325b7c'/>
<id>urn:sha1:91b3b79fed6bca0728c4a0cebf502b0cd0325b7c</id>
<content type='text'>
I couldn't find a test vector in C Tor.  This test case was generated
from the code here.

I'm fairly sure it's right since I managed to get my descriptor
downloader to work.  (That's not an MR yet, but uses this code.)
</content>
</entry>
<entry>
<title>tor-dirclient: Provide HsDescDownloadRequest</title>
<updated>2023-04-03T16:32:48Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-03-28T14:08:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a754ae76ad8e08edc64cffb408c59c557c0b462'/>
<id>urn:sha1:4a754ae76ad8e08edc64cffb408c59c557c0b462</id>
<content type='text'>
In my tests this seems to do the right thing, but I'm getting 404s.
I'm not sure if actually this URL is wrong.
</content>
</entry>
<entry>
<title>Allow clippy::unchecked_duration_subtraction in tests</title>
<updated>2023-01-27T13:28:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-27T13:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6dd92843edf2bd4c58de62a0d562921e4191ada'/>
<id>urn:sha1:a6dd92843edf2bd4c58de62a0d562921e4191ada</id>
<content type='text'>
This panics on error, and we're fine with a panic on misbehavior in
tests.
</content>
</entry>
<entry>
<title>Complete our migration to base64ct.</title>
<updated>2023-01-20T13:06:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-01-19T19:50:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=889206cde4ef29d7d10bda546f8ad518eb09c290'/>
<id>urn:sha1:889206cde4ef29d7d10bda546f8ad518eb09c290</id>
<content type='text'>
This is in lieu of upgrading to the latest base64 crate, which has
a different API from the old one.  Since we have to migrate either
way, we might as well use base64ct everywhere.

I don't think that most of these cases _require_ constant-time
base64, but it won't hurt.
</content>
</entry>
<entry>
<title>test lint blocks: Add many many automatically</title>
<updated>2022-12-12T18:00:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-12-12T17:58:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=125a455bdcca841931f33f83f206e57637ae85c4'/>
<id>urn:sha1:125a455bdcca841931f33f83f206e57637ae85c4</id>
<content type='text'>
This is precisely the result of running the rune in
maint/adhoc-add-lint-blocks.
</content>
</entry>
<entry>
<title>cfg compilation: Add two allows</title>
<updated>2022-11-18T18:50:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-11-18T17:34:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=113341e397363ff716f631939ec35df6e47eff5c'/>
<id>urn:sha1:113341e397363ff716f631939ec35df6e47eff5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Provide RoutersOwnDescRequest</title>
<updated>2022-10-25T19:12:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-10-18T16:03:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=897e472e6055b988d8aa78ccce4407ba518b6179'/>
<id>urn:sha1:897e472e6055b988d8aa78ccce4407ba518b6179</id>
<content type='text'>
This will be used for bridges' descriptors.
</content>
</entry>
</feed>
