<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src, 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>Mark code with "TODO #504" and "TODO #789".</title>
<updated>2024-02-22T15:37:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-20T14:49:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=01ab38232eb2e6d32a9a3a8789d3588a830e87ce'/>
<id>urn:sha1:01ab38232eb2e6d32a9a3a8789d3588a830e87ce</id>
<content type='text'>
I've done this by looking for every non-test instance of pick_relays
or pick_n_relays, and for every non-test usage of any non-ID-related
method on Relay or UncheckedRelay.

Part of #504.
</content>
</entry>
<entry>
<title>PathConfigBuilder: Actually provide the long_lived_ports setters</title>
<updated>2024-02-20T14:37:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-20T14:28:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f1094926a04dccb2d4adb0ea049bdc9d538257bf'/>
<id>urn:sha1:f1094926a04dccb2d4adb0ea049bdc9d538257bf</id>
<content type='text'>
</content>
</entry>
</feed>
