summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a comment to explain the computation of net_has_been_down.Nick Mathewson2021-11-021-0/+5
* | Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-021-47/+40
|/
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-0/+1
* Implement a "lightweight" form of pathbias detection.Nick Mathewson2021-10-261-1/+5
* Merge branch 'share_state'Nick Mathewson2021-10-211-11/+39
|\
| * Implement the guard side of shared state directories.Nick Mathewson2021-10-211-2/+18
| * 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-191-0/+1
|/
* Use better reporting for guard status.Nick Mathewson2021-10-131-2/+2
* Rename GuardStatusMsg, make it public, add an `Indeterminate` case.Nick Mathewson2021-10-131-5/+5
* 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-111-4/+43
* 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-101-24/+18
* 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-081-5/+28
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-071-29/+39
* Tests for top-level GuardMgr.Nick Mathewson2021-10-071-4/+144
* Implement persistent state for guard mgrNick Mathewson2021-10-071-9/+25
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+800