<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src, branch tor-circmgr-v0.18.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-circmgr-v0.18.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=tor-circmgr-v0.18.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-05-15T14:36:22Z</updated>
<entry>
<title>tor-circmgr: If necessary, extend the circuit to become STUB+.</title>
<updated>2024-05-15T14:36:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T14:42:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c29d3992330ac6ffb6c26d1050224fcdadc4ac65'/>
<id>urn:sha1:c29d3992330ac6ffb6c26d1050224fcdadc4ac65</id>
<content type='text'>
Closes #1400
</content>
</entry>
<entry>
<title>tor-circmgr: Add a helper for extending HsCircStubs by one hop.</title>
<updated>2024-05-15T14:36:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-09T14:32:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ecfae1b6df8275ac89ef29e08618cb935bd17f3'/>
<id>urn:sha1:0ecfae1b6df8275ac89ef29e08618cb935bd17f3</id>
<content type='text'>
We're about to use this in `maybe_extend_stub_circuit` too.

Part of #1400
</content>
</entry>
<entry>
<title>tor-circmgr: Fix path not being extended if lite vanguards are enabled.</title>
<updated>2024-05-15T12:20:05Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-14T15:50:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4d29d7af70aa5728464d5600331e0a4f6ceaa0d7'/>
<id>urn:sha1:4d29d7af70aa5728464d5600331e0a4f6ceaa0d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Assign error-handling closure to variable.</title>
<updated>2024-05-15T12:19:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-14T15:48:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=52e185107f005404fd8f2d38d3c32b664cdd7c37'/>
<id>urn:sha1:52e185107f005404fd8f2d38d3c32b664cdd7c37</id>
<content type='text'>
We will soon need to reuse this.
</content>
</entry>
<entry>
<title>tor-circmgr: Rename neighbor_exclusion variables for clarity.</title>
<updated>2024-05-15T12:19:46Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-14T15:44:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0ebbab28e070ba7f2948172f7eb119a36526278'/>
<id>urn:sha1:b0ebbab28e070ba7f2948172f7eb119a36526278</id>
<content type='text'>
I am about to reuse one of these on the "lite" vanguards branch. I am
renaming them to make it easier to see which one of the two I will be
using.
</content>
</entry>
<entry>
<title>tor-circmgr: After building the HS path, assert the length is correct.</title>
<updated>2024-05-15T12:19:38Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-14T15:38:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ed892d0ddd7f36d1382a732bd7205c3d00973103'/>
<id>urn:sha1:ed892d0ddd7f36d1382a732bd7205c3d00973103</id>
<content type='text'>
One of these assertions currently fails, because we have a bug in the
vanguard path builder: if lite vanguards are enabled, we only build
2-hop circuits instead of 3.
</content>
</entry>
<entry>
<title>tor-circmgr: Don't log unless we are launching some circuits.</title>
<updated>2024-04-29T18:07:56Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-29T17:28:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cbe9a59eac039e76879039cb1b5ab62a84e46a64'/>
<id>urn:sha1:cbe9a59eac039e76879039cb1b5ab62a84e46a64</id>
<content type='text'>
Otherwise we end up logging that we're launching 0 circuits.
</content>
</entry>
<entry>
<title>tor-circmgr: Remove no-longer-relevant TODO.</title>
<updated>2024-04-29T16:18:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-25T17:27:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1e113ad97faef7fc95688fa686bfb52d0a45209a'/>
<id>urn:sha1:1e113ad97faef7fc95688fa686bfb52d0a45209a</id>
<content type='text'>
The wanted_kind _does_ matter.
</content>
</entry>
<entry>
<title>tor-circmgr: The circuit must still be usable, even if vanguards are enabled.</title>
<updated>2024-04-29T16:18:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-25T17:26:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ce1db20fe6181cc1b9f2a610f1101dbd6d526369'/>
<id>urn:sha1:ce1db20fe6181cc1b9f2a610f1101dbd6d526369</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Prefer STUB+ where possible.</title>
<updated>2024-04-29T16:18:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-04-25T17:12:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11d8ae5d81f68904a535b8fe28620d40c560fbe4'/>
<id>urn:sha1:11d8ae5d81f68904a535b8fe28620d40c560fbe4</id>
<content type='text'>
Closes #1385
</content>
</entry>
</feed>
