<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-proto/src/stream, 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-21T19:40:08Z</updated>
<entry>
<title>Add tor-proto docs and tweak docs+apis elsewhere.</title>
<updated>2021-05-21T19:40:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-21T19:17:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=50aee17871697279295e238345c3841aa021f380'/>
<id>urn:sha1:50aee17871697279295e238345c3841aa021f380</id>
<content type='text'>
</content>
</entry>
<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>Remove pin_project usage in tor-proto.</title>
<updated>2021-04-28T15:31:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-28T15:28:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=87a03d01e596ca3947270d19694bba94dbe7b274'/>
<id>urn:sha1:87a03d01e596ca3947270d19694bba94dbe7b274</id>
<content type='text'>
Turns out we didn't need it.
</content>
</entry>
<entry>
<title>cargo fix --edition-idioms</title>
<updated>2021-04-26T15:11:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-26T15:11:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4306a28dddb442c45acdf631e99530919b959587'/>
<id>urn:sha1:4306a28dddb442c45acdf631e99530919b959587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better management for END cells in streams.</title>
<updated>2021-03-10T20:02:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-10T20:02:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b4ca6d954d022ff4fc03ca15242b67cc6191e81'/>
<id>urn:sha1:7b4ca6d954d022ff4fc03ca15242b67cc6191e81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Box the buffer in DataWriterImpl.</title>
<updated>2021-03-10T19:32:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-10T19:32:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=310f779e524a8764ba7ca19c4cc26090cee384dd'/>
<id>urn:sha1:310f779e524a8764ba7ca19c4cc26090cee384dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove now-unused methods from DataStream and its allies.</title>
<updated>2021-03-10T19:29:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-10T19:29:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0e015675c176bcc77fb7fd396acba903b49b109b'/>
<id>urn:sha1:0e015675c176bcc77fb7fd396acba903b49b109b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Treat StreamClosed as indicating no error.</title>
<updated>2021-03-10T19:25:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-10T19:25:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c34badb817e99cb1d099e2d308e0120ad5c2568'/>
<id>urn:sha1:0c34badb817e99cb1d099e2d308e0120ad5c2568</id>
<content type='text'>
This is wrong, but less wrong than the other way around.
</content>
</entry>
<entry>
<title>Use AsyncRead and AsyncWrite in our proxy implementation</title>
<updated>2021-03-10T19:16:50Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-10T19:16:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a8b158b2a626c57e2ccfdb405dfd17936f200558'/>
<id>urn:sha1:a8b158b2a626c57e2ccfdb405dfd17936f200558</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DataStream implement AsyncRead and AsyncWrite.</title>
<updated>2021-03-10T18:06:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-10T18:06:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab4c8a4df05bf59753c668d77ba02d96ef65cb15'/>
<id>urn:sha1:ab4c8a4df05bf59753c668d77ba02d96ef65cb15</id>
<content type='text'>
</content>
</entry>
</feed>
