summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/guard.rs
Commit message (Expand)AuthorAgeFilesLines
* 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