<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell/src/relaycell, branch arti-v1.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-v1.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-08-25T20:45:40Z</updated>
<entry>
<title>Clean up EstablishIntro cell</title>
<updated>2022-08-25T20:45:40Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-07-27T04:08:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=08e55bc9b12d77211f0318ec9694e24e26c65dcf'/>
<id>urn:sha1:08e55bc9b12d77211f0318ec9694e24e26c65dcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify `REASON_DONE`</title>
<updated>2022-08-16T13:28:43Z</updated>
<author>
<name>Emptycup</name>
<email>kiminuo@protonmail.com</email>
</author>
<published>2022-08-16T13:28:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=668d8d485857f30e3e88ed9a23fe652d0840a513'/>
<id>urn:sha1:668d8d485857f30e3e88ed9a23fe652d0840a513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement establish rendezvous cell</title>
<updated>2022-08-05T04:04:42Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-07-30T02:24:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=25bb25ddcbd80bffd79747f6929574074cde07b4'/>
<id>urn:sha1:25bb25ddcbd80bffd79747f6929574074cde07b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Several typo fixes from `typos`.</title>
<updated>2022-07-27T14:12:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-27T14:12:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dfdcc97858bd6e824c5e6aa4604746ede551780c'/>
<id>urn:sha1:dfdcc97858bd6e824c5e6aa4604746ede551780c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compilation of EstablishInto encoding.</title>
<updated>2022-07-22T14:30:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-22T14:25:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc75e6402b6a2300c6a78a9b1a4b54ec30025c13'/>
<id>urn:sha1:bc75e6402b6a2300c6a78a9b1a4b54ec30025c13</id>
<content type='text'>
It was based on the old `Writeable` API.
</content>
</entry>
<entry>
<title>Merge branch 'hs-cells' into 'main'</title>
<updated>2022-07-22T13:42:50Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-07-22T13:42:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=274bfb94c7907bf5978eef6fd3f5ce7f46e2c780'/>
<id>urn:sha1:274bfb94c7907bf5978eef6fd3f5ce7f46e2c780</id>
<content type='text'>
Implement ESTABLISH_INTRO relay cell

See merge request tpo/core/arti!626</content>
</entry>
<entry>
<title>Merge branch 'fallible_writers_v2' into 'main'</title>
<updated>2022-07-19T20:29:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-19T20:29:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f1de00369ea597b2abf09e20a7c89d628e2d63e'/>
<id>urn:sha1:6f1de00369ea597b2abf09e20a7c89d628e2d63e</id>
<content type='text'>
Revise tor_bytes::Writer::write to return a Result.

Closes #513

See merge request tpo/core/arti!623</content>
</entry>
<entry>
<title>Implement ESTABLISH_INTRO relay cell</title>
<updated>2022-07-19T01:22:43Z</updated>
<author>
<name>Yuan Lyu</name>
<email>lyuyuan92@gmail.com</email>
</author>
<published>2022-07-13T04:42:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=248e6136bd5f28e4fd5058e0bce39f126daaf814'/>
<id>urn:sha1:248e6136bd5f28e4fd5058e0bce39f126daaf814</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-cell: Derive Eq for NtorV3Extension</title>
<updated>2022-07-18T16:49:59Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-07-18T16:49:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bcf94f33e0f6b0d02a5ced0a8fb8a608e7ca0ec6'/>
<id>urn:sha1:bcf94f33e0f6b0d02a5ced0a8fb8a608e7ca0ec6</id>
<content type='text'>
Apropos clippy complaint.
</content>
</entry>
<entry>
<title>tor-cell: Stop using write_infallible</title>
<updated>2022-07-11T15:18:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-07-09T18:21:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=44314f5076fae075101a8c0cba9de0e7214b5fff'/>
<id>urn:sha1:44314f5076fae075101a8c0cba9de0e7214b5fff</id>
<content type='text'>
Also, stop using "expect" and "assert!" to check for errors.
</content>
</entry>
</feed>
