summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * 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