aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/sample
Commit message (Expand)AuthorAgeFilesLines
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Fix typosDimitris Apostolou2024-09-031-1/+1
* Remove temporary functions in CheckedRelay.Nick Mathewson2024-03-281-2/+2
* Remove temporary functions in UncheckedRelay.Nick Mathewson2024-03-281-1/+2
* guardmgr: explain remaining work for #504 issues.Nick Mathewson2024-03-121-2/+4
* guardmgr: refactor most logic for relay selectionNick Mathewson2024-03-121-26/+30
* Mark code with "TODO #504" and "TODO #789".Nick Mathewson2024-02-221-0/+3
* Add and use "UncheckedRelay::is_suitable_as_guard"Nick Mathewson2024-02-201-1/+1
* Require that guards are Fast and Stable.Nick Mathewson2024-02-201-2/+5
* 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