<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirclient/src/request.rs, branch arti-v1.1.9</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.9</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.9'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-08-23T09:34:00Z</updated>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Remove unused `StringBody` trait.</title>
<updated>2023-08-16T15:14:09Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-16T14:11:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c3ea366539e39012d80b22c35753fe961b1e99f0'/>
<id>urn:sha1:c3ea366539e39012d80b22c35753fe961b1e99f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Make Requestable return requests with String bodies.</title>
<updated>2023-08-16T15:14:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-16T14:09:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd6c4674dc560d9c1dc355cac627edac32138f2c'/>
<id>urn:sha1:cd6c4674dc560d9c1dc355cac627edac32138f2c</id>
<content type='text'>
It's simpler to always use a `String` to represent directory request bodies.
We no longer need the `StringBody` trait.
</content>
</entry>
<entry>
<title>tor-dirclient: Rename StringBody::str() to StringBody::as_str().</title>
<updated>2023-08-16T15:14:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-14T15:00:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a7ba4ceb0737530a69ef5ea04ac60383c3eeab2'/>
<id>urn:sha1:2a7ba4ceb0737530a69ef5ea04ac60383c3eeab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Add `HsDescUploadRequest`.</title>
<updated>2023-08-16T15:13:34Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-13T23:50:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=636a18bd7d8fe92f0a1e006db283fa3edb43fb06'/>
<id>urn:sha1:636a18bd7d8fe92f0a1e006db283fa3edb43fb06</id>
<content type='text'>
The hsdir publisher will send the `HsDescUploadRequest`s to the
appropriate directory using `send_request()`.
</content>
</entry>
<entry>
<title>tor-dirclient: Make the body type of a `Requestable` type configurable.</title>
<updated>2023-08-16T15:13:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-13T23:43:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8ce948bef970d3708365172d66394a5a68e1acac'/>
<id>urn:sha1:8ce948bef970d3708365172d66394a5a68e1acac</id>
<content type='text'>
Previously, the `Requestable` trait assumed the body of the request
would always be empty (`http::Request&lt;()&gt;`). This change replaces the
hardcoded `()` body type with the `Requestable::Body` associated type
(which will allow implementors to create requests with non-empty
bodies). This will enable us to reuse the `Requestable` trait for
building `POST` requests for uploading descriptors.
</content>
</entry>
<entry>
<title>Run maint/add_warning to actually apply new lint allows</title>
<updated>2023-07-10T12:49:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-07-10T11:19:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=473447a82e099fd52a674c28f5bc24b3e05208c0'/>
<id>urn:sha1:473447a82e099fd52a674c28f5bc24b3e05208c0</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
