<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirclient/src/request.rs, branch arti-v1.1.6</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.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-27T20:21:29Z</updated>
<entry>
<title>dirclient: use correct default max_len</title>
<updated>2023-06-27T20:21:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-27T20:19:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f3761c24faa4636f3ea325454bbe9217b7f7f50'/>
<id>urn:sha1:6f3761c24faa4636f3ea325454bbe9217b7f7f50</id>
<content type='text'>
Yes, it's 50 kilobytes, not 50 kibibytes. I double-checked this with
the C implementation and with param-spec.txt's documentation for
`HSV3MaxDescriptorSize`.
</content>
</entry>
<entry>
<title>dirclient: Correct an erroneous comment.</title>
<updated>2023-06-27T20:21:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-27T20:08:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=32e3cde3fdb2851ae8d6255ada859ef6289d8760'/>
<id>urn:sha1:32e3cde3fdb2851ae8d6255ada859ef6289d8760</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: Make maximum hsdesc length adjustable.</title>
<updated>2023-06-27T20:21:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-27T20:07:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38db06ee4b3ccb2fa7e6cd1d3af048ef42616d23'/>
<id>urn:sha1:38db06ee4b3ccb2fa7e6cd1d3af048ef42616d23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: Explain why hardcoding "3" is ok.</title>
<updated>2023-06-27T20:04:49Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-27T20:04:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=01ea20759b9994e4f84b3fab9261b60b4b3aff77'/>
<id>urn:sha1:01ea20759b9994e4f84b3fab9261b60b4b3aff77</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
