summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* GuardMgr: Return fallback directories when appropriate.Nick Mathewson2022-03-301-26/+67
* Fix typos in guardmgr/lib.rsNick Mathewson2022-03-301-2/+2
* GuardMgr: some prep work for returning fallbacks as guards.Nick Mathewson2022-03-303-4/+40
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-304-5/+85
* guardmgr: move error types into new err.rs module.Nick Mathewson2022-03-303-73/+79
* Move fallback.rs into guardmgr.Nick Mathewson2022-03-302-0/+87
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-303-18/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-303-6/+28
|\
| * use wallclock where possible in teststrinity-1686a2022-02-263-6/+28
* | GuardMgr:: generalize GuardId::from_relay.Nick Mathewson2022-03-213-6/+10
* | GuardMgr: new API to record guard problems from outside the crate.Nick Mathewson2022-03-212-11/+44
* | GuardMgr: revise handling of "all guards are down".Nick Mathewson2022-03-213-21/+62
* | GuardMgr: use decorrelated-jitter backoff for retrying guards.Nick Mathewson2022-03-211-80/+34
* | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
* | Replace manual Default impls with educe in tor-guardmgrIan Jackson2022-03-023-21/+13
* | Replace manual Debug impl with educe in tor-guardmgrIan Jackson2022-03-021-11/+7
* | 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