summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/guard.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a clippy issue on nightlyNick Mathewson2021-11-241-0/+1
* Fix a few typos.Nick Mathewson2021-11-241-3/+3
* Fix typo in tor-guardmgr comment related to suspicious guardsNeel Chauhan2021-11-221-1/+1
* Remove all remaining dbg! instances.Nick Mathewson2021-11-041-2/+0
* tor-guardmgr: Add tests for a few functions.Nick Mathewson2021-11-021-0/+18
* Add Futureproof<T> wrapper type, use for GuardDisabled enumeta2021-10-271-6/+4
* Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-271-2/+8
* Implement a "lightweight" form of pathbias detection.Nick Mathewson2021-10-261-4/+178
* guardmgr: Don't use guards that are marked as unlisted.Nick Mathewson2021-10-251-0/+5
* Implement the guard side of shared state directories.Nick Mathewson2021-10-211-0/+14
* Remove Guard::get_relay(); use Guard::guard_id().get_relay().Nick Mathewson2021-10-191-12/+4
* Make the guard selection function return a more useful type.Nick Mathewson2021-10-111-0/+8
* Add a few tracing calls to tor-guardmgr.Nick Mathewson2021-10-081-5/+26
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-071-1/+1
* Initial tests for tor_guardmgr::guardNick Mathewson2021-10-071-0/+295
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+481