aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add Futureproof<T> wrapper type, use for GuardDisabled enumeta2021-10-271-6/+4
* Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-272-4/+20
* Avoid a strange borrow syntax in tor_guardmgr::sampleNick Mathewson2021-10-261-3/+3
* Do not blame a guard for failures on non-random circuits.Nick Mathewson2021-10-261-3/+30
* Implement a "lightweight" form of pathbias detection.Nick Mathewson2021-10-263-5/+193
* guardmgr: Don't use guards that are marked as unlisted.Nick Mathewson2021-10-252-7/+22
* Merge branch 'share_state'Nick Mathewson2021-10-213-11/+62
|\
| * Implement the guard side of shared state directories.Nick Mathewson2021-10-213-2/+41
| * Finish the timeout-inference side of shared state.Nick Mathewson2021-10-201-2/+19
| * Replace the return type of StorageMgr::try_lock with a tristateNick Mathewson2021-10-201-1/+1
| * Initial work on periodically reloading state.Nick Mathewson2021-10-191-11/+6
* | Fix most warnings from nightly.Nick Mathewson2021-10-192-0/+2
|/
* Remove Guard::get_relay(); use Guard::guard_id().get_relay().Nick Mathewson2021-10-191-12/+4
* Use better reporting for guard status.Nick Mathewson2021-10-132-2/+8
* Rename GuardStatusMsg, make it public, add an `Indeterminate` case.Nick Mathewson2021-10-133-26/+43
* Actually select guards for directory circuits.Nick Mathewson2021-10-131-1/+2
* Make the guard selection function return a more useful type.Nick Mathewson2021-10-113-4/+56
* Change the GuardMgr APIs to no longer be async.Nick Mathewson2021-10-101-32/+18
* Use an mpsc::unbounded() channel in GuardMgr.Nick Mathewson2021-10-102-29/+22
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Normalize tor-guardmgr warningsNick Mathewson2021-10-091-6/+6
* Note a possible heisenbug in a unit test.Nick Mathewson2021-10-081-0/+6
* Add a few tracing calls to tor-guardmgr.Nick Mathewson2021-10-083-17/+74
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-075-48/+63
* Tests for top-level GuardMgr.Nick Mathewson2021-10-074-23/+202
* Tests for tor_guardmgr::sample.Nick Mathewson2021-10-071-1/+330
* Initial tests for tor_guardmgr::guardNick Mathewson2021-10-071-0/+295
* Implement persistent state for guard mgrNick Mathewson2021-10-071-9/+25
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-077-0/+2468