aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/sample
Commit message (Expand)AuthorAgeFilesLines
* GuardMgr: Treat Guards as sensitive and Bridges as redacted.Nick Mathewson2022-11-281-0/+4
* GuardMgr: Explain why we timestamp BridgeSets as we do.Nick Mathewson2022-11-101-2/+5
* GuardMgr: Spelling fixes and normalizations.Nick Mathewson2022-11-081-1/+1
* GuardMgr: Refactor UniverseRef to contains Arcs.Nick Mathewson2022-11-081-5/+5
* GuardMgr: Pass correct universe to "Bridges" `GuardSet`.Nick Mathewson2022-11-081-0/+65
* Refactor CandidateStatus API to simplify code in descs.Nick Mathewson2022-11-021-4/+4
* GuardMgr: Fix and improve comments based on review.Nick Mathewson2022-11-021-2/+2
* guardmgr: Refactor candidate info; add `full_dir_info`Nick Mathewson2022-11-021-14/+26
* guardmgr: Universe API should look up by ChanTargetNick Mathewson2022-11-021-11/+10
* guardmgr: take sampled guards from Universe.Nick Mathewson2022-11-021-2/+105
* guardmgr: Begin to decouple guards from NetDir.Nick Mathewson2022-11-021-0/+72