<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirclient/src, branch arti-v0.1.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-02-22T20:41:01Z</updated>
<entry>
<title>Replace TorNetworkError with TorDirectoryError</title>
<updated>2022-02-22T20:41:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-22T20:41:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ce4a12976f8d6245af61d8ef08d535f8debd33f'/>
<id>urn:sha1:0ce4a12976f8d6245af61d8ef08d535f8debd33f</id>
<content type='text'>
This is still not as specific as we want; but there's already a TODO
comment in tor-dirclient::err about fixing that at some point in the
future.
</content>
</entry>
<entry>
<title>dirclient: Remove HttpStatus error variant</title>
<updated>2022-02-17T20:12:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-17T20:12:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=64a0d4dce54199c2c3752d48e91a5118bb898b91'/>
<id>urn:sha1:64a0d4dce54199c2c3752d48e91a5118bb898b91</id>
<content type='text'>
Getting a non-200 status is no longer a failure condition; it's just
a different kind of answer.

Closes #349.
</content>
</entry>
<entry>
<title>Correct ErrorKinds for some tor-dirclient errors.</title>
<updated>2022-02-17T17:26:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-17T17:26:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=024ec61a1a75e740a7d960a0a2bfd8ebbd6fd8f7'/>
<id>urn:sha1:024ec61a1a75e740a7d960a0a2bfd8ebbd6fd8f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ExitTimeout to RemoteNetworkTimeout.</title>
<updated>2022-02-17T17:19:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-17T17:19:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=034c5ba9f50e347052f634a532d72b2d51ddb8a9'/>
<id>urn:sha1:034c5ba9f50e347052f634a532d72b2d51ddb8a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirclient: Error::HttpError: add a TODO saying to abolish</title>
<updated>2022-02-17T13:31:11Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-17T12:46:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a552900372abcd4558f35e99fc45356ebabc9e1'/>
<id>urn:sha1:9a552900372abcd4558f35e99fc45356ebabc9e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement HasKind for tor_dirclient::Error</title>
<updated>2022-02-16T19:53:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-16T19:53:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49c87fa8f9a43a24292e877693591bc462be576e'/>
<id>urn:sha1:49c87fa8f9a43a24292e877693591bc462be576e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: remove an unused error type.</title>
<updated>2022-02-16T19:42:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-16T19:42:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f9bbcb437fa64f402576c816a9b54be2b61345c'/>
<id>urn:sha1:7f9bbcb437fa64f402576c816a9b54be2b61345c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change deny(clippy::all) to warn(clippy::all).</title>
<updated>2022-02-14T14:24:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-14T14:24:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1cecc7e45a9a432f87a8f11abb8cb86b35464a0b'/>
<id>urn:sha1:1cecc7e45a9a432f87a8f11abb8cb86b35464a0b</id>
<content type='text'>
Closes #338.
</content>
</entry>
<entry>
<title>Make TorError implement Clone.</title>
<updated>2022-02-04T21:06:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-04T19:28:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=645dc10148a1e653f5201ddaffe1a9da9fb014db'/>
<id>urn:sha1:645dc10148a1e653f5201ddaffe1a9da9fb014db</id>
<content type='text'>
This patch makes only minimal changes in lower-level error types:
we have more refactoring to do.
</content>
</entry>
<entry>
<title>Merge branch 'dirclient-testing' into 'main'</title>
<updated>2022-02-03T15:09:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-03T15:09:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=03755a5c7b788581b1adb99e6fa5f424fc01cd3f'/>
<id>urn:sha1:03755a5c7b788581b1adb99e6fa5f424fc01cd3f</id>
<content type='text'>
dir-client: bug fix and more tests

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