summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Expand)AuthorAgeFilesLines
...
* Change the GuardMgr APIs to no longer be async.Nick Mathewson2021-10-101-32/+18
* Use an mpsc::unbounded() channel in GuardMgr.Nick Mathewson2021-10-102-29/+22
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Normalize tor-guardmgr warningsNick Mathewson2021-10-091-6/+6
* Note a possible heisenbug in a unit test.Nick Mathewson2021-10-081-0/+6
* Add a few tracing calls to tor-guardmgr.Nick Mathewson2021-10-083-17/+74
* Update the tor-guardmgr README.md.Nick Mathewson2021-10-071-1/+97
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-075-48/+63
* Tests for top-level GuardMgr.Nick Mathewson2021-10-075-23/+205
* Tests for tor_guardmgr::sample.Nick Mathewson2021-10-071-1/+330
* Initial tests for tor_guardmgr::guardNick Mathewson2021-10-072-0/+296
* Implement persistent state for guard mgrNick Mathewson2021-10-072-10/+26
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-079-0/+2502