<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-proto/src, 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-06-19T21:21:58Z</updated>
<entry>
<title>A few tests for circparameters generation.</title>
<updated>2021-06-19T21:21:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-19T21:21:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36b0a666cb2ff222aaac805f463d66d7e551d624'/>
<id>urn:sha1:36b0a666cb2ff222aaac805f463d66d7e551d624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc tests in tor-proto.</title>
<updated>2021-06-19T17:01:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-19T17:01:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f8a2cf4ab081bd63fe9a93e93b3bcabb38f4683'/>
<id>urn:sha1:8f8a2cf4ab081bd63fe9a93e93b3bcabb38f4683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings about needless &amp; from nightly clippy</title>
<updated>2021-06-18T11:19:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-18T11:19:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e6faeaa1f8511d49cea13358f88cb1e42ae32ec2'/>
<id>urn:sha1:e6faeaa1f8511d49cea13358f88cb1e42ae32ec2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to fix a nightly rustdoc warning</title>
<updated>2021-06-17T16:31:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-17T16:31:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=581ccac9da756484bc7aa7385dc78cb9d25c1b58'/>
<id>urn:sha1:581ccac9da756484bc7aa7385dc78cb9d25c1b58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use FuturesUnordered, not SelectAll&lt;Once&lt;...&gt;&gt;</title>
<updated>2021-06-14T16:46:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-14T16:46:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=561ca572826efe2e8d50b45fe583ac6858da7c76'/>
<id>urn:sha1:561ca572826efe2e8d50b45fe583ac6858da7c76</id>
<content type='text'>
Closes #124
</content>
</entry>
<entry>
<title>Implement Debug for ClientCirc and Channel.</title>
<updated>2021-06-14T13:27:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-09T14:37:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f3574015bc75e3e94c071d68c6fd74c2293799cd'/>
<id>urn:sha1:f3574015bc75e3e94c071d68c6fd74c2293799cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make a few error types implement Clone</title>
<updated>2021-06-14T13:24:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-14T13:24:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8e2246b00912ad5dc1cedf865ecd0c22dee8581e'/>
<id>urn:sha1:8e2246b00912ad5dc1cedf865ecd0c22dee8581e</id>
<content type='text'>
To make this work we have to wrap std::io::Error in an Arc.  The
benefit of having these errors implement Clone is that we can
provide the same Error in response to multiple requests when they
are all waiting on the same operation.
</content>
</entry>
<entry>
<title>Add a warning comment about truncate-and-reextend.</title>
<updated>2021-05-28T12:55:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-28T12:55:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=39b8dd317bdd5042b1111d276a68ac98b0ee56c8'/>
<id>urn:sha1:39b8dd317bdd5042b1111d276a68ac98b0ee56c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: change internal meta-handler API for error-proofing</title>
<updated>2021-05-28T12:44:37Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-28T12:44:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=10ca46160bc6000b3c990e5113fa8e80155881cf'/>
<id>urn:sha1:10ca46160bc6000b3c990e5113fa8e80155881cf</id>
<content type='text'>
The previous API required the caller to check that the meta-cell it
got was coming from the right hop; the new API requires the caller
to say which hop it expects to get a cell from.  With this change,
it's not possible to omit the correct-hop check.
</content>
</entry>
<entry>
<title>Add noop_method_call warning.</title>
<updated>2021-05-27T18:32:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-27T18:32:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2102d2e2b54e7de58c61784dcd9e22fef5c8215b'/>
<id>urn:sha1:2102d2e2b54e7de58c61784dcd9e22fef5c8215b</id>
<content type='text'>
This would have saved ahf and me a lot of confusion in debugging a
situation where we were cloning a reference of a type that didn't
implement Clone.
</content>
</entry>
</feed>
