aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | impl Debug for various internal typesIan Jackson2022-02-251-0/+11
|/
* 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
* 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