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-guardmgr
/
src
/
guard.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some Rustdoc links.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-35
/
+29
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-13
/
+21
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
1
-6
/
+0
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-2
/
+9
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
1
-2
/
+9
*
|
GuardMgr:: generalize GuardId::from_relay.
Nick Mathewson
2022-03-21
1
-1
/
+5
*
|
GuardMgr: revise handling of "all guards are down".
Nick Mathewson
2022-03-21
1
-0
/
+7
*
|
GuardMgr: use decorrelated-jitter backoff for retrying guards.
Nick Mathewson
2022-03-21
1
-80
/
+34
*
|
Replace manual Default impls with educe in tor-guardmgr
Ian Jackson
2022-03-02
1
-7
/
+4
|
/
*
Tests for new guardmgr functionality.
Nick Mathewson
2022-01-06
1
-0
/
+51
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
1
-1
/
+11
*
guardmgr: Don't use no-md guards for data circs.
Nick Mathewson
2022-01-06
1
-5
/
+31
*
Tests for new family-related functions.
Nick Mathewson
2021-12-06
1
-0
/
+23
*
Use hashset _inside_ GuardRestriction.
Nick Mathewson
2021-12-06
1
-0
/
+1
*
Change GuardUsage to have Vec of restrictions.
Nick Mathewson
2021-12-06
1
-25
/
+13
*
Implement guard family restriction code
Neel Chauhan
2021-12-06
1
-6
/
+20
*
Fix a clippy issue on nightly
Nick Mathewson
2021-11-24
1
-0
/
+1
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-3
/
+3
*
Fix typo in tor-guardmgr comment related to suspicious guards
Neel Chauhan
2021-11-22
1
-1
/
+1
*
Remove all remaining dbg! instances.
Nick Mathewson
2021-11-04
1
-2
/
+0
*
tor-guardmgr: Add tests for a few functions.
Nick Mathewson
2021-11-02
1
-0
/
+18
*
Add Futureproof<T> wrapper type, use for GuardDisabled enum
eta
2021-10-27
1
-6
/
+4
*
Add #[serde(flatten)] HashMap fields to serializable objects
eta
2021-10-27
1
-2
/
+8
*
Implement a "lightweight" form of pathbias detection.
Nick Mathewson
2021-10-26
1
-4
/
+178
*
guardmgr: Don't use guards that are marked as unlisted.
Nick Mathewson
2021-10-25
1
-0
/
+5
*
Implement the guard side of shared state directories.
Nick Mathewson
2021-10-21
1
-0
/
+14
*
Remove Guard::get_relay(); use Guard::guard_id().get_relay().
Nick Mathewson
2021-10-19
1
-12
/
+4
*
Make the guard selection function return a more useful type.
Nick Mathewson
2021-10-11
1
-0
/
+8
*
Add a few tracing calls to tor-guardmgr.
Nick Mathewson
2021-10-08
1
-5
/
+26
*
Resolve small issues and XXXX/TODO comments in GuardMgr.
Nick Mathewson
2021-10-07
1
-1
/
+1
*
Initial tests for tor_guardmgr::guard
Nick Mathewson
2021-10-07
1
-0
/
+295
*
Initial backend implementation for guard node manager.
Nick Mathewson
2021-10-07
1
-0
/
+481