<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirclient/src/util.rs, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<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: Fix clippy lints.</title>
<updated>2023-08-16T15:14:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-16T14:46:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=310b4bf35efa8a21f32d46785e8e2064f4d7c2de'/>
<id>urn:sha1:310b4bf35efa8a21f32d46785e8e2064f4d7c2de</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: Extend format test to check the body is formatted too (fmt)</title>
<updated>2023-08-16T15:13:50Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-14T10:19:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6625b2c55f65a805a49f3cc90d0cee99191cfeab'/>
<id>urn:sha1:6625b2c55f65a805a49f3cc90d0cee99191cfeab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Extend format test to check the body is formatted too.</title>
<updated>2023-08-16T15:13:46Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-14T10:07:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=966150f9b2b2d9a0ac80725ce0711d1f850dde71'/>
<id>urn:sha1:966150f9b2b2d9a0ac80725ce0711d1f850dde71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Move request building to a test helper function.</title>
<updated>2023-08-16T15:13:42Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-14T10:02:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e71703ad90642196cdbe2210bee382e19a1ad258'/>
<id>urn:sha1:e71703ad90642196cdbe2210bee382e19a1ad258</id>
<content type='text'>
</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>tor-dirclient: Rename download() to send_request().</title>
<updated>2023-08-16T15:13:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-11T18:26:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a08f04a7698ae237e352c57ebb58456e727fc93'/>
<id>urn:sha1:9a08f04a7698ae237e352c57ebb58456e727fc93</id>
<content type='text'>
`download()` is actually a general-purpose function for sending HTTP
requests on a stream. We will soon repurpose it for `POST`-ing
descriptors, so let's rename it to `send_request`.
</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>
</feed>
