<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/path.rs, branch arti-v1.2.5</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.5</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.5'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-06-20T12:12:55Z</updated>
<entry>
<title>tor-circmgr: Add a TODO about an unused restriction.</title>
<updated>2024-06-20T12:12:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-11T13:49:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=838f4c7b0545273c17c8d55a6bd5de18f237fff9'/>
<id>urn:sha1:838f4c7b0545273c17c8d55a6bd5de18f237fff9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: If the path is invalid, display the offending hops in the error.</title>
<updated>2024-06-03T19:05:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-03T18:32:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8597aed6fd22971d2cee2803e7903a7e83f469b0'/>
<id>urn:sha1:8597aed6fd22971d2cee2803e7903a7e83f469b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Ensure pick_path() builds paths with unique hops (fmt).</title>
<updated>2024-06-03T19:05:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-03T17:18:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=458ed2dbd6a86ac763618afb9299bc88a0b14377'/>
<id>urn:sha1:458ed2dbd6a86ac763618afb9299bc88a0b14377</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Ensure pick_path() builds paths with unique hops.</title>
<updated>2024-06-03T19:05:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-03T16:43:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=84d5f5a8ba8b15fd7c42160038f97087ca9d5ea5'/>
<id>urn:sha1:84d5f5a8ba8b15fd7c42160038f97087ca9d5ea5</id>
<content type='text'>
We now return an internal error if the path we've just built contains
the same hop in multiple positions.
</content>
</entry>
<entry>
<title>tor-circmgr: Exclude the circ target when building paths.</title>
<updated>2024-06-03T19:05:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-24T17:42:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a35491d301aa031df8444c5a8f8408443d38aa88'/>
<id>urn:sha1:a35491d301aa031df8444c5a8f8408443d38aa88</id>
<content type='text'>
Closes #1425
</content>
</entry>
<entry>
<title>Remove temporary functions in CheckedRelay.</title>
<updated>2024-03-28T12:21:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-27T18:09:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd53eca3a35d5918e13cac50a13f2bb91ce622da'/>
<id>urn:sha1:dd53eca3a35d5918e13cac50a13f2bb91ce622da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Make the path module crate-private.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-20T15:29:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c1eb94173521bc5104449327650e20ffe32afa7'/>
<id>urn:sha1:4c1eb94173521bc5104449327650e20ffe32afa7</id>
<content type='text'>
We're not currently using any of the path builders outside of
`tor-circmgr`, so let's make them crate-private for now.

Care must be taken if/when we decide to make them public again. For
instance, the `HsPathBuilder` exposes two path building functions, one
that uses vanguards, and one that doesn't. We want to strongly encourage
the use of the vanguards-aware version of the function whenever the
`vanguards` feature is enabled, without breaking any of its existing
non-vanguard uses.

Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2046#note_3010217
</content>
</entry>
<entry>
<title>tor-circmgr: Remove unnecessary AnonymousPathBuilder impl.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-20T10:53:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=381a1b06f87af7ef070651f9f0a04640b162f88d'/>
<id>urn:sha1:381a1b06f87af7ef070651f9f0a04640b162f88d</id>
<content type='text'>
Instead of the `B: AnonymousPathBuilder` argument, `select_guard` now
takes separate arguments for the values it previously obtained by
calling the methods of `AnonymousPathBuilder`. This enables us to remove
the mostly unnecessary `AnonymousPathBuilder` implementation of
`VanguardHsPathBuilder`.
</content>
</entry>
<entry>
<title>tor-circmgr: Extract guard selection to a separate function.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-18T10:54:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a30bb6bf7e3af1063e101ed86546adb839132f5'/>
<id>urn:sha1:4a30bb6bf7e3af1063e101ed86546adb839132f5</id>
<content type='text'>
We're about to reuse this in the path selection with vanguards
implementation.
</content>
</entry>
<entry>
<title>tor-circmgr: Impl From&lt;Vanguard&gt; for MaybeOwnedRelay.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-14T21:14:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=65cd9a307fa341e66d74d981420641a3b635247b'/>
<id>urn:sha1:65cd9a307fa341e66d74d981420641a3b635247b</id>
<content type='text'>
We will soon need this in `HsPathBuilder` (for building `TorPath`s that
consist of vanguards).
</content>
</entry>
</feed>
