<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-cell/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-18T11:19:24Z</updated>
<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>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 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>
<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>Enable cargo_common_metadata warning.</title>
<updated>2021-05-25T19:42:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T19:42:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=745c90e92c0f606c35622dff69f302a532a7353c'/>
<id>urn:sha1:745c90e92c0f606c35622dff69f302a532a7353c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Light tweaks to tor-cell doc</title>
<updated>2021-05-24T18:13:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-24T18:13:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80108110e27803512accc0bda98a4dbecd266a59'/>
<id>urn:sha1:80108110e27803512accc0bda98a4dbecd266a59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the "unreachable_pub" lint.</title>
<updated>2021-05-18T17:45:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T17:45:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=411e1b35e054c8c9b373f6428c7c808ad8039ca0'/>
<id>urn:sha1:411e1b35e054c8c9b373f6428c7c808ad8039ca0</id>
<content type='text'>
This is a somewhat obnoxious change in its scope and requirements,
but it makes it easier to understand what the real public and
private parts of our APIs are.
</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 "node" in most circumstances.</title>
<updated>2021-05-18T15:04:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-18T15:04:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e7de1a692532160362ba64b19bdbc201a726ff3'/>
<id>urn:sha1:9e7de1a692532160362ba64b19bdbc201a726ff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings from nightly clippy</title>
<updated>2021-05-07T20:32:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-07T20:22:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5c0631728160b0b7051a215071a3c6749dddeb6'/>
<id>urn:sha1:a5c0631728160b0b7051a215071a3c6749dddeb6</id>
<content type='text'>
</content>
</entry>
</feed>
