summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ticket_176_v2' into 'main'Nick Mathewson2022-01-112-63/+144
|\
| * Remove now-unused GuardSet::new().Nick Mathewson2022-01-111-14/+8
| * guardmgr: Use a better persistent data formatNick Mathewson2022-01-112-50/+137
* | guardmgr::..::sample_test: Fix intermittent failure.Nick Mathewson2022-01-111-3/+37
|/
* Tests for new guardmgr functionality.Nick Mathewson2022-01-062-0/+83
* Add API to check if primary MDs are missing.Nick Mathewson2022-01-063-2/+34
* guardmgr: Don't use no-md guards for data circs.Nick Mathewson2022-01-061-5/+31
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Remove unused started_at PendingRequestNeel Chauhan2021-12-142-12/+2
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-071-1/+1
* Merge branch 'bug183a_redux' into 'main'eta2021-12-072-15/+49
|\
| * Tests for new family-related functions.Nick Mathewson2021-12-061-0/+23
| * Use hashset _inside_ GuardRestriction.Nick Mathewson2021-12-062-1/+4
| * Change GuardUsage to have Vec of restrictions.Nick Mathewson2021-12-062-32/+26
| * Implement guard family restriction codeNeel Chauhan2021-12-062-9/+23
* | Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+3
|/
* add semicolons if nothing returnedDaniel Eades2021-11-252-4/+5
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-6/+6
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-3/+3
* Fix a clippy issue on nightlyNick Mathewson2021-11-241-0/+1
* Fix a few typos.Nick Mathewson2021-11-242-5/+5
* Avoid a warning about retain_mut() in nightly.Nick Mathewson2021-11-231-2/+2
* Merge remote-tracking branch 'origin/mr/140'Nick Mathewson2021-11-231-1/+13
|\
| * 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-181-0/+1
* Fix typosDimitris Apostolou2021-11-121-1/+1
* 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-021-0/+7
* | 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-023-47/+63
|/
* Improve some documentation linksNick Mathewson2021-10-292-6/+6
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-0/+1
* 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
|/