<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-chanmgr/src/err.rs, branch arti-v0.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-03-07T14:56:51Z</updated>
<entry>
<title>Implement a basic form of RFC 8305 ("happy eyeballs") for channels</title>
<updated>2022-03-07T14:56:51Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2022-03-04T15:58:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c98d9dc5fec3da18b4d7098078c273a3a1558e45'/>
<id>urn:sha1:c98d9dc5fec3da18b4d7098078c273a3a1558e45</id>
<content type='text'>
This makes Arti usable in IPv6-only environments (arti#92) by letting us
attempt multiple connections to a given relay using all of its
addresses instead of just using the first (probably IPv4) one, using the
strategy from RFC 8305 § 5.

This isn't a complete implementation of Happy Eyeballs; ideally, we'd
sort the address list before doing concurrent connections. However, it
works (and has been tested inside an IPv6-only container inside eta's
network :p)
</content>
</entry>
<entry>
<title>tor-proto: Split IoErr  based on when it occurs</title>
<updated>2022-02-23T15:38:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-23T15:01:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=afa49eac8f45ea34a419e7a8cef7bb03026b5c75'/>
<id>urn:sha1:afa49eac8f45ea34a419e7a8cef7bb03026b5c75</id>
<content type='text'>
We want to distinguish handshake failures from errors later on in
the channel's lifetime.

Closes #359.
</content>
</entry>
<entry>
<title>Rename TorConnectionFailed to TorAccessFailed</title>
<updated>2022-02-22T20:38:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-22T20:38:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7d4a57d5fa1a500f074835ecb0d8b204bc99d012'/>
<id>urn:sha1:7d4a57d5fa1a500f074835ecb0d8b204bc99d012</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-chanmgr: use Bug types.</title>
<updated>2022-02-16T16:55:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-15T19:19:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=caa70fde35b6a973ae2b29bf4760c5e019c14911'/>
<id>urn:sha1:caa70fde35b6a973ae2b29bf4760c5e019c14911</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement HasKind for tor-chanmgr::Error</title>
<updated>2022-02-16T16:55:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-15T19:11:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=10bca35bbaf7ace3334e4027510e470a89df19d3'/>
<id>urn:sha1:10bca35bbaf7ace3334e4027510e470a89df19d3</id>
<content type='text'>
(There will be a folowup to work on internal errors here.)
</content>
</entry>
<entry>
<title>Make SpawnError wrappers contain a 'spawning' string</title>
<updated>2022-02-04T21:06:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-04T20:39:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=070e52653d9a49fe561e9ce119881f696baa325e'/>
<id>urn:sha1:070e52653d9a49fe561e9ce119881f696baa325e</id>
<content type='text'>
(By our convention, these errors should say what we were trying to
spawn when the error occurred.)
</content>
</entry>
<entry>
<title>channel errors: Include what we were doing</title>
<updated>2022-02-04T15:03:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-04T15:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c2f9dac16f3c550b2286fad3b8dce97cb7ba8e0'/>
<id>urn:sha1:6c2f9dac16f3c550b2286fad3b8dce97cb7ba8e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>errors: Add some TODOs as per discussion comments</title>
<updated>2022-02-04T14:52:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-04T14:49:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5b54d3e08ed24ec738a8f9f090bbf1628758a436'/>
<id>urn:sha1:5b54d3e08ed24ec738a8f9f090bbf1628758a436</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-chanmgr::Error: impl HasKind</title>
<updated>2022-02-04T14:42:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-01-26T17:27:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a1cda688697eac119476388b4dd5ef74e9e7cb1'/>
<id>urn:sha1:0a1cda688697eac119476388b4dd5ef74e9e7cb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-chanmgr: Handle IO errora in the new style</title>
<updated>2022-02-04T14:42:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-01-26T15:44:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a471ffd1a1d70ed585067d2e1dc1bf94b8f3103'/>
<id>urn:sha1:2a471ffd1a1d70ed585067d2e1dc1bf94b8f3103</id>
<content type='text'>
Two ? in the tests become expects, which will do.  That avoids having
to construct a proper error with context here.
</content>
</entry>
</feed>
