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 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