index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-circmgr
/
src
/
path
/
exitpath.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-circmgr: Move ExitPathBuilder::from_chosen_exit under the test mod.
Gabriela Moldovan
2024-03-20
1
-10
/
+13
*
tor-circmgr: Make the path module crate-private.
Gabriela Moldovan
2024-03-20
1
-6
/
+6
*
tor-circmgr: Move pick_path out of AnonymousCircuitBuilder.
Gabriela Moldovan
2024-03-14
1
-9
/
+25
*
tor-circmge: Remove AnyRelayForOnionService.
Gabriela Moldovan
2024-03-14
1
-34
/
+0
*
tor-circmgr: Implement AnonymousPathBuilder for ExitPathBuilder.
Gabriela Moldovan
2024-03-14
1
-161
/
+24
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
circmgr: Rename "any exit" code to reflect its real purpose
Nick Mathewson
2024-03-12
1
-7
/
+10
*
circmgr: Begin porting path selection to tor-relay-selection
Nick Mathewson
2024-03-12
1
-173
/
+120
*
Mark code with "TODO #504" and "TODO #789".
Nick Mathewson
2024-02-22
1
-0
/
+10
*
Add a couple of TODOs about Stable-based path selection.
Nick Mathewson
2024-02-20
1
-0
/
+4
*
When building paths, require the Stable flag as appropriate
Nick Mathewson
2024-02-20
1
-0
/
+21
*
Require the Fast flag on all randomly selected relays.
Nick Mathewson
2024-02-20
1
-9
/
+16
*
Require that guards are Fast and Stable.
Nick Mathewson
2024-02-20
1
-1
/
+1
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-1
/
+54
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
ExitPath: Add an explanation of WeightRole::Exit on non-exit circs
Nick Mathewson
2023-04-12
1
-0
/
+7
*
circmgr: Mark a number of internal APIs as hs-only.
Nick Mathewson
2023-04-06
1
-0
/
+4
*
circmgr: Expand an incomplete comment in exitpath.rs
Nick Mathewson
2023-04-06
1
-2
/
+6
*
circmgr: Add a usage for building the beginning of an hs circ
Nick Mathewson
2023-03-22
1
-1
/
+44
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-1
/
+8
*
Refactor external guardmgr APIs: Stop taking NetDir arguments.
Nick Mathewson
2022-11-08
1
-3
/
+2
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
1
-1
/
+3
*
Circmgr: construct paths using either Relay or OwnedCircTarget
Nick Mathewson
2022-10-24
1
-24
/
+80
*
Add the necessary APIs for bridge-based circuit construction.
Nick Mathewson
2022-09-26
1
-0
/
+1
*
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
1
-1
/
+2
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-6
/
+6
*
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
1
-8
/
+11
*
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
1
-2
/
+7
*
Introduce HasRelayIds::same_relay_ids.
Nick Mathewson
2022-08-02
1
-4
/
+4
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-1
/
+1
*
CircMgr: Remove directory liveness testing.
Nick Mathewson
2022-07-26
1
-14
/
+2
*
circmgr: Use FilterCounts to explain why we couldn't build paths
Nick Mathewson
2022-07-12
1
-6
/
+20
*
circmgr: Use FilterCounts to explain why we couldn't find an exit.
Nick Mathewson
2022-07-12
1
-9
/
+24
*
tor-netdir: testnet: Make construct_netdir infallible (rustfmt)
Ian Jackson
2022-06-13
1
-9
/
+3
*
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
1
-3
/
+0
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-4
/
+5
*
Note a TODO in exitpath construction.
Nick Mathewson
2022-05-11
1
-0
/
+6
*
GuardUsage: restrictions: Use list builder
Ian Jackson
2022-05-04
1
-1
/
+2
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
circmgr: Use guard-manager's view of the fallbacks when possible.
Nick Mathewson
2022-03-30
1
-3
/
+3
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
1
-3
/
+0
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
1
-0
/
+3
*
fix tests
trinity-1686a
2022-02-25
1
-10
/
+15
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
1
-1
/
+2
*
tor-circmgr: errors: Use autoconversion for Bug
Ian Jackson
2022-02-17
1
-2
/
+2
*
Add kinds for *most* circmgr errors.
Nick Mathewson
2022-02-16
1
-9
/
+14
[next]