summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/pending.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos.Nick Mathewson2021-11-241-2/+2
* Merge branch 'bug219'Nick Mathewson2021-11-021-14/+17
|\
| * Refactor tor-guardmgr's inter-task communication.Nick Mathewson2021-11-021-14/+17
* | tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-021-0/+7
* | Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-021-0/+14
|/
* 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