aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/sample.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket_176_v2' into 'main'Nick Mathewson2022-01-111-13/+8
|\
| * Remove now-unused GuardSet::new().Nick Mathewson2022-01-111-14/+8
| * guardmgr: Use a better persistent data formatNick Mathewson2022-01-111-0/+1
* | guardmgr::..::sample_test: Fix intermittent failure.Nick Mathewson2022-01-111-3/+37
|/
* Tests for new guardmgr functionality.Nick Mathewson2022-01-061-0/+32
* Add API to check if primary MDs are missing.Nick Mathewson2022-01-061-0/+12
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-071-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-6/+6
* tor-guardmgr: Add tests for a few functions.Nick Mathewson2021-11-021-0/+39
* Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-021-0/+9
* 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