<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-proto/src/circuit.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-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>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>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>Use the "typos" tool to fix some spelling</title>
<updated>2021-05-26T23:18:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-26T23:18:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f681ac824d1ed4d2969e37003201323e6aada92'/>
<id>urn:sha1:7f681ac824d1ed4d2969e37003201323e6aada92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check "connection" usage for when stream or channel would be better.</title>
<updated>2021-05-18T15:17:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T15:17:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80535dda0146c8c3d52ca6fe6283500b3d2c04b7'/>
<id>urn:sha1:80535dda0146c8c3d52ca6fe6283500b3d2c04b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer "relay" over "router" in docs and APIs.</title>
<updated>2021-05-18T14:58:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T14:58:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e2139e8afc08beb7d7572efbed7cf59ffa65e22e'/>
<id>urn:sha1:e2139e8afc08beb7d7572efbed7cf59ffa65e22e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer "relay" to "server" when appropriate.</title>
<updated>2021-05-18T14:34:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T14:34:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90e96b32c89e6c1d7015a979886cc04710ee8edb'/>
<id>urn:sha1:90e96b32c89e6c1d7015a979886cc04710ee8edb</id>
<content type='text'>
</content>
</entry>
</feed>
