<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-proto/src/channel/codec.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-18T17:45:39Z</updated>
<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>Remove pin_project usage in tor-proto.</title>
<updated>2021-04-28T15:31:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-04-28T15:28:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=87a03d01e596ca3947270d19694bba94dbe7b274'/>
<id>urn:sha1:87a03d01e596ca3947270d19694bba94dbe7b274</id>
<content type='text'>
Turns out we didn't need it.
</content>
</entry>
<entry>
<title>Migrate from futures_codec to asynchronous_codec.</title>
<updated>2021-01-15T22:01:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-01-15T21:30:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a27eeb1e612d9d0d677f55fd6cbaa98ccc7cb8eb'/>
<id>urn:sha1:a27eeb1e612d9d0d677f55fd6cbaa98ccc7cb8eb</id>
<content type='text'>
asynchronous_codec is a fork of futures_codec that is up-to-date on
its dependencies.

This migration allows us to upgrade to the current version of the
bytes crate.
</content>
</entry>
<entry>
<title>Remove a bunch of dbg! calls.</title>
<updated>2020-10-26T18:33:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-26T18:33:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b93e4b76c812509e31d75d7caca8e7bbd3a9244d'/>
<id>urn:sha1:b93e4b76c812509e31d75d7caca8e7bbd3a9244d</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>channel: Refactor the point when we split the framed codec.</title>
<updated>2020-10-25T16:42:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-25T16:38:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e20bfaab0ff01e2a73177991358a4930fca23e09'/>
<id>urn:sha1:e20bfaab0ff01e2a73177991358a4930fca23e09</id>
<content type='text'>
We used to do this during creating the channel in Channel::new, but
now we do it one step before, so that it's easier to construct
channels for testing.
</content>
</entry>
<entry>
<title>Start on some tests for pieces of tor-proto::channel</title>
<updated>2020-10-21T16:45:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-21T16:45:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b528c914ff8a3af9f2dcf8cc46f35cf131484619'/>
<id>urn:sha1:b528c914ff8a3af9f2dcf8cc46f35cf131484619</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document all private members in tor-proto</title>
<updated>2020-10-13T14:55:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-13T14:55:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d597a10bce28375bd65b2c14e18a2dc69acf824'/>
<id>urn:sha1:3d597a10bce28375bd65b2c14e18a2dc69acf824</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>
