<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/err.rs, branch arti-v1.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-v1.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-02-27T17:02:08Z</updated>
<entry>
<title>tor-circmgr: Include the UniqId in Protocol error string (fmt).</title>
<updated>2024-02-27T17:02:08Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T15:54:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4750c12092176c6c113245afedfa915108a834d5'/>
<id>urn:sha1:4750c12092176c6c113245afedfa915108a834d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Include the UniqId in Protocol error string.</title>
<updated>2024-02-27T17:02:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T15:07:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b0f1be1679c8573864a366798299c6cf667f252'/>
<id>urn:sha1:3b0f1be1679c8573864a366798299c6cf667f252</id>
<content type='text'>
Part of #1297
</content>
</entry>
<entry>
<title>tor-circmgr: Add TODO about adding context to Error::CircCanceled.</title>
<updated>2024-02-27T17:01:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T14:33:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eb6993199a7ef851b70af297923a577ab2436f7e'/>
<id>urn:sha1:eb6993199a7ef851b70af297923a577ab2436f7e</id>
<content type='text'>
Part of #1297
</content>
</entry>
<entry>
<title>tor-circmgr: Add UniqId to Error::Protocol.</title>
<updated>2024-02-27T17:01:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T13:52:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd53d848bb577b37fa3f67e899409fc4caa40b9e'/>
<id>urn:sha1:fd53d848bb577b37fa3f67e899409fc4caa40b9e</id>
<content type='text'>
Part of #1297
</content>
</entry>
<entry>
<title>tor-circmgr: Add UniqId to CircTimeout.</title>
<updated>2024-02-27T17:01:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T12:17:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa58c591be7dad1ae354dcf28546d133f79969bf'/>
<id>urn:sha1:fa58c591be7dad1ae354dcf28546d133f79969bf</id>
<content type='text'>
Part of #1297
</content>
</entry>
<entry>
<title>tor-circmgr: Fix typo in PendingFailed docs.</title>
<updated>2024-02-27T17:01:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T12:09:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7e2774ac539d760c3f45d845e853884390e4529'/>
<id>urn:sha1:b7e2774ac539d760c3f45d845e853884390e4529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Add UniqId to Error::GuardNotUsable.</title>
<updated>2024-02-27T17:01:28Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T12:07:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b8ed629e66a896fe84b989d6123913bc00cd65d6'/>
<id>urn:sha1:b8ed629e66a896fe84b989d6123913bc00cd65d6</id>
<content type='text'>
Part of #1297
</content>
</entry>
<entry>
<title>tor-circmgr: Add a helper for displaying optional UniqIds.</title>
<updated>2024-02-27T16:57:25Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-27T15:06:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62923a6758be629b684d67237f7d7207abad33f0'/>
<id>urn:sha1:62923a6758be629b684d67237f7d7207abad33f0</id>
<content type='text'>
Some of the `tor_circmgr::Error` variants will include the `UniqId` of the
corresponding circuit, so we'll need to be able to display it without the
`Circ ` prefix.

Part of #1297
</content>
</entry>
<entry>
<title>tor-circmgr: Expose ErrorKind-combining calculation.</title>
<updated>2024-01-23T14:11:07Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-23T14:11:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c518b3bf7414ec049b31433c58064316f7b0da1'/>
<id>urn:sha1:4c518b3bf7414ec049b31433c58064316f7b0da1</id>
<content type='text'>
We use this for a RetryError in circmgr, but we will also want it in
hsservice.
</content>
</entry>
<entry>
<title>oneshot: Use veneer in tor-circmgr</title>
<updated>2023-10-11T15:19:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-11T14:15:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee5a16fd8ecdc5cefb9ab2af1d4a0004e6746cdb'/>
<id>urn:sha1:ee5a16fd8ecdc5cefb9ab2af1d4a0004e6746cdb</id>
<content type='text'>
</content>
</entry>
</feed>
