aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
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
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-15/+15
* | Merge branch 'always-coarsetime' into 'main'eta2022-02-281-1/+1
|\ \
| * | Make coarsetime dependency and traffic-timestamping non-optional.Nick Mathewson2022-02-251-1/+1
| |/
* / 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
* spawn errors: impl HasKind for futures::SpawnErrorIan Jackson2022-02-041-0/+1
* tor_persist::Error: impl HasKind and adjust commentsIan Jackson2022-02-041-1/+2
* Merge branch 'dirclient-testing' into 'main'Nick Mathewson2022-02-031-1/+1
|\
| * Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* | Temporarily disable some clippy lints on nightlyIan Jackson2022-02-021-0/+1
|/
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-3/+3
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-7/+7
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+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-112-3/+38
|/
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-13/+13
* Merge branch 'ticket_178' into 'main'eta2022-01-103-6/+147
|\
| * 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
* | Minimize the required version for each dependency.Nick Mathewson2022-01-071-8/+8
|/
* 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
|/
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-1/+1
|\
| * run ./maint/readmes.shdagon2021-11-291-1/+1
* | Bump every crate by one patch version.Nick Mathewson2021-11-291-13/+13
* | 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
|\