summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/daemon.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor tor-guardmgr's inter-task communication.Nick Mathewson2021-11-021-41/+7
* Improve some documentation linksNick Mathewson2021-10-291-3/+3
* Rename GuardStatusMsg, make it public, add an `Indeterminate` case.Nick Mathewson2021-10-131-2/+2
* Use an mpsc::unbounded() channel in GuardMgr.Nick Mathewson2021-10-101-5/+4
* Tests for top-level GuardMgr.Nick Mathewson2021-10-071-11/+32
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+102