summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/pending.rs
Commit message (Expand)AuthorAgeFilesLines
* Improve some documentation linksNick Mathewson2021-10-291-3/+3
* Do not blame a guard for failures on non-random circuits.Nick Mathewson2021-10-261-3/+30
* Fix most warnings from nightly.Nick Mathewson2021-10-191-0/+1
* Use better reporting for guard status.Nick Mathewson2021-10-131-0/+6
* Rename GuardStatusMsg, make it public, add an `Indeterminate` case.Nick Mathewson2021-10-131-19/+36
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-071-1/+5
* Tests for top-level GuardMgr.Nick Mathewson2021-10-071-7/+12
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+254