<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-cell/src/chancell.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-26T23:18:35Z</updated>
<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>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>Add unseparated_literal_suffix lint, and fix it.</title>
<updated>2021-05-03T20:19:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-03T20:19:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d516298b47829e1a61bcc1bf9e2dbbb2d85336f6'/>
<id>urn:sha1:d516298b47829e1a61bcc1bf9e2dbbb2d85336f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Rust-1.51 clippy warnings about acronyms in camel case.</title>
<updated>2021-03-29T20:33:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:33:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ad503866d5a6bab0a7774014579937c19c5d2c6'/>
<id>urn:sha1:3ad503866d5a6bab0a7774014579937c19c5d2c6</id>
<content type='text'>
This is painful, but we shouldn't have to do it again.
</content>
</entry>
<entry>
<title>Improve documentation in tor-cell</title>
<updated>2020-10-26T15:51:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-26T15:51:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=94231230b05d35d6144fd57e4379d02e21c8e022'/>
<id>urn:sha1:94231230b05d35d6144fd57e4379d02e21c8e022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename CircID and StreamID to end with Id instead, for consistency</title>
<updated>2020-10-26T00:29:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-26T00:29:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa01a50f326b6f872280520e5ffeaba5b52557e5'/>
<id>urn:sha1:fa01a50f326b6f872280520e5ffeaba5b52557e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement From, not Into.</title>
<updated>2020-10-19T21:40:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-19T21:40:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1dc3fc214aa454d01997042c83057580dc4039bc'/>
<id>urn:sha1:1dc3fc214aa454d01997042c83057580dc4039bc</id>
<content type='text'>
These traits are inverses of one another, but implementing From is
always preferred since rust 1.41 relaxed the "orphan rules".
</content>
</entry>
<entry>
<title>Document all the private items in tor-cell</title>
<updated>2020-10-09T21:28:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-09T21:28:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3631b2bfdc36fc027b9032addcb5c8790b9b7161'/>
<id>urn:sha1:3631b2bfdc36fc027b9032addcb5c8790b9b7161</id>
<content type='text'>
Also, change the type of the authentication challenge to be an
array; it isn't in fact variable-length.
</content>
</entry>
<entry>
<title>Rename remaining get_ accessors</title>
<updated>2020-09-28T20:13:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-28T20:13:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=98ab84e7745443d9d84df6f20d674ed5e2baa844'/>
<id>urn:sha1:98ab84e7745443d9d84df6f20d674ed5e2baa844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split the cell-handling parts of tor-proto into a new crate.</title>
<updated>2020-09-26T16:49:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-26T16:20:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b710e5c7701f92a3790799886d7b5b1c8edca04c'/>
<id>urn:sha1:b710e5c7701f92a3790799886d7b5b1c8edca04c</id>
<content type='text'>
</content>
</entry>
</feed>
