summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused started_at PendingRequestNeel Chauhan2021-12-141-7/+2
* Merge branch 'bug183a_redux' into 'main'eta2021-12-071-6/+14
|\
| * Use hashset _inside_ GuardRestriction.Nick Mathewson2021-12-061-1/+3
| * Change GuardUsage to have Vec of restrictions.Nick Mathewson2021-12-061-7/+13
| * Implement guard family restriction codeNeel Chauhan2021-12-061-3/+3
* | Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+3
|/
* add semicolons if nothing returnedDaniel Eades2021-11-251-3/+4
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-3/+3
* Avoid a warning about retain_mut() in nightly.Nick Mathewson2021-11-231-2/+2
* Use guard-extreme-restriction-percentNeel Chauhan2021-11-231-3/+8
* In guard filtering code, warn if the filter is too small according to guard p...Neel Chauhan2021-11-221-1/+8
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+1
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Merge branch 'bug219'Nick Mathewson2021-11-021-8/+4
|\
| * Refactor tor-guardmgr's inter-task communication.Nick Mathewson2021-11-021-8/+4
* | tor-circmgr: test DirPathBuilder with GuardMgr.Nick Mathewson2021-11-021-1/+2
* | 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