<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-chanmgr, 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-24T14:53:11Z</updated>
<entry>
<title>Remove "default-features=false" thing on tor-rtcompat for now.</title>
<updated>2021-06-24T14:53:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-24T14:53:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8947e54d7e384a3fbec3ff4e18f0ff21226df28a'/>
<id>urn:sha1:8947e54d7e384a3fbec3ff4e18f0ff21226df28a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version dependencies to 0.0.0</title>
<updated>2021-06-24T13:27:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-24T13:27:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2df9b0e921408bdce49ebf19c86be1495b239f2d'/>
<id>urn:sha1:2df9b0e921408bdce49ebf19c86be1495b239f2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "publish = false"</title>
<updated>2021-06-24T11:04:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-24T11:04:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7743607555f1650802920f3fabd7e4f6e3398e9'/>
<id>urn:sha1:b7743607555f1650802920f3fabd7e4f6e3398e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove most (all?) panics from tor-chanmgr::mgr::map</title>
<updated>2021-06-19T16:12:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-19T16:12:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=86f2ea1cdeaca3bd26c873446ee99982ecd79a62'/>
<id>urn:sha1:86f2ea1cdeaca3bd26c873446ee99982ecd79a62</id>
<content type='text'>
Improve testing for cases where change_state() is given a bad
function.
</content>
</entry>
<entry>
<title>Remove some (but not all) needless dependencies.</title>
<updated>2021-06-17T13:09:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-17T12:56:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=931027344842c55c24063a71f4c52e18b42deba3'/>
<id>urn:sha1:931027344842c55c24063a71f4c52e18b42deba3</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>linkspec: Define owned variants of ChanTarget and CircTarget.</title>
<updated>2021-06-13T17:03:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-06-13T17:03:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9abad8a2be240acb1f271f017d3ec2eec8fc49dc'/>
<id>urn:sha1:9abad8a2be240acb1f271f017d3ec2eec8fc49dc</id>
<content type='text'>
</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>
</feed>
