<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-dirclient/src/response.rs, branch arti-v0.0.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.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-05-07T19:53:17Z</updated>
<entry>
<title>Resolve clippy warnings from Rust 1.52.</title>
<updated>2021-05-07T19:53:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-07T19:53:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e01f22719111fdea8db8273eca716dbc16480935'/>
<id>urn:sha1:e01f22719111fdea8db8273eca716dbc16480935</id>
<content type='text'>
Rust 1.52 just came out, and there are new clippy lints to deal
with:

   * It spots more cases when we could use Option::map
   * It spots more cases when we could use Iterator::flatten
   * When we build a struct instance, it wants us to list the fields
     in the same order that the struct declares them.
</content>
</entry>
<entry>
<title>Refactor errors in tor-decompress and tor-dirclient.</title>
<updated>2021-03-24T19:14:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-24T19:10:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=570840c7e130e66b9808d0c0b5503e78ca0e64ce'/>
<id>urn:sha1:570840c7e130e66b9808d0c0b5503e78ca0e64ce</id>
<content type='text'>
This lets us reinstate the code in dirclient that retired circuits
depending on the error type.
</content>
</entry>
<entry>
<title>dirclient: add a function to download over a stream.</title>
<updated>2021-03-24T17:55:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-24T17:51:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d235971ef79346b8bee8adece2f7ce9716576504'/>
<id>urn:sha1:d235971ef79346b8bee8adece2f7ce9716576504</id>
<content type='text'>
Also, remove references to DataStream, and comment on the future of
the module.
</content>
</entry>
<entry>
<title>Fix a couple of clippy warnings in tor-dirclient.</title>
<updated>2020-12-02T18:43:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-12-02T18:43:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4aa61322be897fb7092f3cb28eebc49c3eedcb3a'/>
<id>urn:sha1:4aa61322be897fb7092f3cb28eebc49c3eedcb3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abandon directory circuits on most kinds of directory failure.</title>
<updated>2020-12-02T14:46:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-12-02T14:43:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a72437a1c79c62a2db5e4dffcd803a7a782c99c6'/>
<id>urn:sha1:a72437a1c79c62a2db5e4dffcd803a7a782c99c6</id>
<content type='text'>
(There are more cases that this _doesn't_ handle, but it's a start
for now.)
</content>
</entry>
</feed>
