aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fix typo in tor-guardmgr comment related to suspicious guardsNeel Chauhan2021-11-221-1/+1
|/
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-182-0/+2
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Document that the "testing" feature is not semver-covered.Nick Mathewson2021-11-111-0/+3
* Remove all remaining dbg! instances.Nick Mathewson2021-11-041-2/+0
* Merge branch 'bug219'Nick Mathewson2021-11-023-63/+28
|\
| * Refactor tor-guardmgr's inter-task communication.Nick Mathewson2021-11-023-63/+28
* | tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-022-0/+11
* | 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
* | tor-guardmgr: Add tests for a few functions.Nick Mathewson2021-11-022-0/+57
* | Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-024-47/+64
|/
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-11/+11
* Improve some documentation linksNick Mathewson2021-10-292-6/+6
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-272-0/+2
* 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
* Update the tor-guardmgr README.md.Nick Mathewson2021-10-071-1/+97
* Resolve small issues and XXXX/TODO comments in GuardMgr.Nick Mathewson2021-10-075-48/+63
* Tests for top-level GuardMgr.Nick Mathewson2021-10-075-23/+205
* Tests for tor_guardmgr::sample.Nick Mathewson2021-10-071-1/+330
* Initial tests for tor_guardmgr::guardNick Mathewson2021-10-072-0/+296
* Implement persistent state for guard mgrNick Mathewson2021-10-072-10/+26
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-079-0/+2502