<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-circmgr/src/path/exitpath.rs, branch arti-1.2.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-1.2.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-1.2.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-03-20T17:48:14Z</updated>
<entry>
<title>tor-circmgr: Move ExitPathBuilder::from_chosen_exit under the test mod.</title>
<updated>2024-03-20T17:48:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-20T16:32:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6ad6bc5eb10b4c70fb41268de696e23c66d8fd53'/>
<id>urn:sha1:6ad6bc5eb10b4c70fb41268de696e23c66d8fd53</id>
<content type='text'>
`ExitPathBuilder` is now `pub(crate)`, so we need to move this under the
`test` module to fix the "unused" clippy warning.
</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: Move pick_path out of AnonymousCircuitBuilder.</title>
<updated>2024-03-14T12:39:07Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-13T15:28:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fc7c647f05a3f0ddde556bb065d357d6fc842211'/>
<id>urn:sha1:fc7c647f05a3f0ddde556bb065d357d6fc842211</id>
<content type='text'>
This enables us to make `AnonymousCircuitBuilder` private.
</content>
</entry>
<entry>
<title>tor-circmge: Remove AnyRelayForOnionService.</title>
<updated>2024-03-14T12:27:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-12T19:12:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c8915a23f9314da23608c042350be6d8f9895d9f'/>
<id>urn:sha1:c8915a23f9314da23608c042350be6d8f9895d9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-circmgr: Implement AnonymousPathBuilder for ExitPathBuilder.</title>
<updated>2024-03-14T12:27:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-13T11:21:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=05203f9d0590204ab9ad36fb8632b6104789315c'/>
<id>urn:sha1:05203f9d0590204ab9ad36fb8632b6104789315c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run maint/add_warning.</title>
<updated>2024-03-13T16:30:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-13T16:30:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c'/>
<id>urn:sha1:c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>circmgr: Rename "any exit" code to reflect its real purpose</title>
<updated>2024-03-12T13:43:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-06T16:49:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cfb2ec7b4eb1817625fb4ed0916673b4b84f27eb'/>
<id>urn:sha1:cfb2ec7b4eb1817625fb4ed0916673b4b84f27eb</id>
<content type='text'>
(These functionalities are for onion service circuits, and don't
actually need to go to an exit at all.)
</content>
</entry>
<entry>
<title>circmgr: Begin porting path selection to tor-relay-selection</title>
<updated>2024-03-12T13:43:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-04T15:54:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38304b13d27fc6844099fd0be400f87383c9ea4a'/>
<id>urn:sha1:38304b13d27fc6844099fd0be400f87383c9ea4a</id>
<content type='text'>
This covers the easy cases, where we are selecting relays
at random based on a selector.
</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>Add a couple of TODOs about Stable-based path selection.</title>
<updated>2024-02-20T14:37:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-12T16:42:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2646d0caf99697d87c881c4826ef1d10587a6215'/>
<id>urn:sha1:2646d0caf99697d87c881c4826ef1d10587a6215</id>
<content type='text'>
</content>
</entry>
</feed>
