<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirclient/src, branch arti-v2.4.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.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-05-12T12:11:58Z</updated>
<entry>
<title>dirclient: improve macro documentation</title>
<updated>2026-05-12T12:11:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-05-11T13:59:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4245fafba46026110e48ff026ff07e4abf5cd363'/>
<id>urn:sha1:4245fafba46026110e48ff026ff07e4abf5cd363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: Split EncodedRequest and RequestBody.</title>
<updated>2026-05-12T12:11:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-05-11T13:07:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=803fbaccf0721290bdfc86977b646b274a608a1b'/>
<id>urn:sha1:803fbaccf0721290bdfc86977b646b274a608a1b</id>
<content type='text'>
RequestBody is now just an `Option&lt;Arc&lt;str&gt;&gt;` internally,
and EncodedRequest is much simpler.
</content>
</entry>
<entry>
<title>dirclient: Add a request to upload routerdescs</title>
<updated>2026-05-12T12:10:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-27T16:25:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9282cd2945c815ffceea971878a49bdb6db5e700'/>
<id>urn:sha1:9282cd2945c815ffceea971878a49bdb6db5e700</id>
<content type='text'>
(Also refactor the code for POST requests into a new macro,
since it would otherwise get quite duplicated.)
</content>
</entry>
<entry>
<title>dirclient: Add accessor for status message.</title>
<updated>2026-05-12T12:10:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-26T16:29:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3f2aa05a5dd12e5d3e8c5b33c128dac80a004b6d'/>
<id>urn:sha1:3f2aa05a5dd12e5d3e8c5b33c128dac80a004b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: Implement Requestable for Arc&lt;dyn Requestable&gt;.</title>
<updated>2026-05-12T12:10:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-26T16:28:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=22e3ca59053d9736ffad8f1dface8cc0c97f24e3'/>
<id>urn:sha1:22e3ca59053d9736ffad8f1dface8cc0c97f24e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient, hsservice: Use Arc&lt;str&gt; for hsdesc publishing.</title>
<updated>2026-05-12T12:10:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-25T21:30:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=176fcd170d2a9adc38ff82e42a5167a940e47268'/>
<id>urn:sha1:176fcd170d2a9adc38ff82e42a5167a940e47268</id>
<content type='text'>
This saves a little memory, but the technique will help save more
memory for other uploads.
</content>
</entry>
<entry>
<title>tor-dirclient: Avoid copying bytes that we want to POST.</title>
<updated>2026-05-12T12:10:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-25T21:13:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f6d57019a4b2a1e5955e6b89e066d58718902d5'/>
<id>urn:sha1:1f6d57019a4b2a1e5955e6b89e066d58718902d5</id>
<content type='text'>
This required a change to the hsservice tests, which previously
assumed that we'd perform one write per request.
</content>
</entry>
<entry>
<title>tor-dirclient: Introduce a new RequestBody type.</title>
<updated>2026-05-12T12:10:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-04-25T20:45:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2ca3429618434b70c07b9da67c98708ecc11e9e0'/>
<id>urn:sha1:2ca3429618434b70c07b9da67c98708ecc11e9e0</id>
<content type='text'>
I'm going to use this to avoid copying when uploading large
documents.
</content>
</entry>
<entry>
<title>tor-dirclient: 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:26:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=76b63503e262ec05cdcea085d5708ebf8074f139'/>
<id>urn:sha1:76b63503e262ec05cdcea085d5708ebf8074f139</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'extra-info' into 'main'</title>
<updated>2026-03-18T10:18:41Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-03-18T10:18:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3af962101086d7aeaec1285aecee2021ca7f8c14'/>
<id>urn:sha1:3af962101086d7aeaec1285aecee2021ca7f8c14</id>
<content type='text'>
tor-dirclient: Support for extra-info requests

See merge request tpo/core/arti!3764</content>
</entry>
</feed>
