aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Add TODOs on uncertain points about time_since_last_trafficNick Mathewson2022-02-091-0/+1
* Remove the use of Mutex in channel unused_since timestampYuan Lyu2022-02-081-5/+10
* Make SpawnError wrappers contain a 'spawning' stringNick Mathewson2022-02-041-11/+25
* errors: impl HasKind for GuardMgrErrorIan Jackson2022-02-041-0/+12
* spawn errors: tor-guardmgr: Use formulaic patternIan Jackson2022-02-041-2/+2
* tor_persist::Error: impl HasKind and adjust commentsIan Jackson2022-02-041-1/+2
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-021-0/+1
* guardmgr: Use a better persistent data formatNick Mathewson2022-01-111-50/+136
* Add API to check if primary MDs are missing.Nick Mathewson2022-01-061-1/+11
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* 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