<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-socksproto/src/err.rs, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-04-08T14:47:28Z</updated>
<entry>
<title>s/ProtocolFailed/ProtocolViolation/g where possible</title>
<updated>2023-04-08T14:47:28Z</updated>
<author>
<name>Neel Chauhan</name>
<email>neel@neelc.org</email>
</author>
<published>2023-04-08T14:47:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d61ff04d1f3ce555e10730e0bc22e4e3b64073d'/>
<id>urn:sha1:5d61ff04d1f3ce555e10730e0bc22e4e3b64073d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>socksproto: impl Clone for Error.</title>
<updated>2022-10-20T12:09:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-10-17T13:43:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d1e70d9479e9095e5cc975c0ff75f06f8dffeade'/>
<id>urn:sha1:d1e70d9479e9095e5cc975c0ff75f06f8dffeade</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement client-side SOCKS handshake</title>
<updated>2022-09-28T13:29:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-09-27T16:41:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af99979689f94bce07bd04a57e90c63f9d304097'/>
<id>urn:sha1:af99979689f94bce07bd04a57e90c63f9d304097</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-socksproto: Style and info fixes in errors.</title>
<updated>2022-06-22T13:16:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-06-22T13:15:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5577163387f8537e4ee344342b66f3994385c1bc'/>
<id>urn:sha1:5577163387f8537e4ee344342b66f3994385c1bc</id>
<content type='text'>
(The use of Cow&lt;&gt; in the error message isn't strictly necessary
here, but it's a pattern I want to encourage.)
</content>
</entry>
<entry>
<title>tor-socksproto: Use bad_api_usage! rather than ad-hoc Invalid error</title>
<updated>2022-02-15T11:40:24Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-14T16:54:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97a0a7359bb57cfde916dd87a1e54032b811fd36'/>
<id>urn:sha1:97a0a7359bb57cfde916dd87a1e54032b811fd36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Bug from InternalError, add bad_api_usage! and into_bad_api_usage!</title>
<updated>2022-02-15T11:40:24Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-14T18:31:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8f928e4f5cec07c8dff1de9f1c6f09b8dc17efc'/>
<id>urn:sha1:b8f928e4f5cec07c8dff1de9f1c6f09b8dc17efc</id>
<content type='text'>
Including supporting machinery, new kind field, etc.
</content>
</entry>
<entry>
<title>New name and semantics for BadAPIUsage (was BadArgument)</title>
<updated>2022-02-15T11:32:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-14T15:48:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d87ca8ad748e4b20a8f089f6f4e94fc4120a0f9'/>
<id>urn:sha1:5d87ca8ad748e4b20a8f089f6f4e94fc4120a0f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'error-socksproto-autoconvert' into 'main'</title>
<updated>2022-02-14T20:57:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-14T20:57:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e80d472beb3de3160a1cda2edcae210532ff4f15'/>
<id>urn:sha1:e80d472beb3de3160a1cda2edcae210532ff4f15</id>
<content type='text'>
Provide, and use From impl for InternalError

See merge request tpo/core/arti!315</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/mr/313'</title>
<updated>2022-02-14T19:25:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-14T19:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4321bbae202dee9ae55fa785efa862fa3b0d8a4'/>
<id>urn:sha1:e4321bbae202dee9ae55fa785efa862fa3b0d8a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'error-kind-protocol' into 'main'</title>
<updated>2022-02-14T19:07:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2022-02-14T19:07:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8db7ab8148bfc8eeed3f7badb3c2d72fbd69e773'/>
<id>urn:sha1:8db7ab8148bfc8eeed3f7badb3c2d72fbd69e773</id>
<content type='text'>
Split up ErrorKind::ProtocolViolation

See merge request tpo/core/arti!312</content>
</entry>
</feed>
