summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/sample.rs
Commit message (Expand)AuthorAgeFilesLines
* Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-271-2/+12
* Avoid a strange borrow syntax in tor_guardmgr::sampleNick Mathewson2021-10-261-3/+3
* Implement a "lightweight" form of pathbias detection.Nick Mathewson2021-10-261-0/+10
* guardmgr: Don't use guards that are marked as unlisted.Nick Mathewson2021-10-251-7/+17
* Implement the guard side of shared state directories.Nick Mathewson2021-10-211-0/+9
* Make the guard selection function return a more useful type.Nick Mathewson2021-10-111-0/+5
* Add a few tracing calls to tor-guardmgr.Nick Mathewson2021-10-081-7/+20
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-071-12/+17
* Tests for tor_guardmgr::sample.Nick Mathewson2021-10-071-1/+330
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+690