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
*
circmgr: Port to web-time-compat.
Nick Mathewson
2026-03-26
1
-3
/
+4
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-1
/
+0
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-0
/
+2
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
relay-selection: Add FamilyRules to exclude_relays_in_same_family.
Nick Mathewson
2025-02-25
1
-10
/
+18
*
tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.
Gabriela Moldovan
2024-09-09
1
-1
/
+1
*
tor-circmgr: removed unused 'skip_guard_subnet_check' workaround in tests
Steven Engler
2024-08-15
1
-18
/
+5
*
tor-circmgr: removed unused "chosen exit" functionality
Steven Engler
2024-08-15
1
-108
/
+8
*
tor-circmgr: fix flaky `path::exitpath::test::by_ports` test
Steven Engler
2024-08-13
1
-7
/
+20
*
tor-circmgr: assert in test that exit path begins with guard
Steven Engler
2024-08-12
1
-2
/
+4
*
tor-circmgr: make `GuardMgr` mandatory
Steven Engler
2024-08-12
1
-25
/
+31
*
tor-circmg: prepare tests for runtime requirement
Steven Engler
2024-08-12
1
-88
/
+94
*
exitpath: Refactor a test to use tor-relay-usage.
Nick Mathewson
2024-03-28
1
-20
/
+14
*
Remove temporary functions in CheckedRelay.
Nick Mathewson
2024-03-28
1
-3
/
+4
*
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
[next]