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
*
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
*
circmgr: Port InternalError to use Bug.
Nick Mathewson
2022-02-16
1
-1
/
+5
*
Don't create circuits if the consensus is stale by over 72 hours
Neel Chauhan
2021-12-12
1
-0
/
+7
*
Merge branch 'bug183a_redux' into 'main'
eta
2021-12-07
1
-6
/
+5
|
\
|
*
Move the "real families" code into tor-netdir.
Nick Mathewson
2021-12-06
1
-15
/
+5
|
*
Use hashset _inside_ GuardRestriction.
Nick Mathewson
2021-12-06
1
-6
/
+4
|
*
Change GuardUsage to have Vec of restrictions.
Nick Mathewson
2021-12-06
1
-5
/
+4
|
*
Implement guard family restriction code
Neel Chauhan
2021-12-06
1
-4
/
+16
*
|
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-4
/
+0
|
/
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Flatten enforce_distance into path_rules.
Nick Mathewson
2021-11-18
1
-8
/
+8
*
Disable a check in exitpath
Nick Mathewson
2021-11-02
1
-1
/
+2
*
Allow clone-on-copy in tor-circmgr tests to fix a nightly-only clippy warning.
Nick Mathewson
2021-11-02
1
-0
/
+1
*
tor-circmgr: test ExitPathBuilder with guards.
Nick Mathewson
2021-11-02
1
-0
/
+103
*
tor-circmgr: tests for netwoks with no exits
Nick Mathewson
2021-11-02
1
-0
/
+31
*
Do not blame a guard for failures on non-random circuits.
Nick Mathewson
2021-10-26
1
-1
/
+11
[next]