aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* tor-circmgr::usage: Add a few more tests.Nick Mathewson2021-11-021-2/+66
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-14/+14
* Merge remote-tracking branch 'origin/mr/112'Nick Mathewson2021-10-291-3/+37
|\
| * Improve docs of more (potentially re-exported) arti-client typeseta2021-10-291-3/+37
* | Improve some documentation linksNick Mathewson2021-10-291-1/+2
|/
* Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-281-3/+9
* Fix clippy warnings in tests.Nick Mathewson2021-10-281-5/+5
* Merge remote-tracking branch 'origin/mr/110'Nick Mathewson2021-10-281-136/+233
|\
| * tor_circmgr: Refactor and re-enable build_timeout() testNick Mathewson2021-10-271-136/+233
* | Mark request_retried test as ignoredNick Mathewson2021-10-281-0/+1
|/
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-272-8/+0
* Add #[serde(flatten)] HashMap fields to serializable objectseta2021-10-271-2/+8
* Fix some clippy-nightly warnings.Nick Mathewson2021-10-261-0/+4
* circmgr: Split request_timeout test into two.Nick Mathewson2021-10-261-0/+7
* Merge remote-tracking branch 'origin/mr/102'Nick Mathewson2021-10-263-15/+79
|\
| * Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-263-15/+79
* | Merge branch 'pb_lite_squashed'Nick Mathewson2021-10-261-1/+11
|\ \
| * | Do not blame a guard for failures on non-random circuits.Nick Mathewson2021-10-261-1/+11
* | | Turn StreamIsolation into a separate type.Nick Mathewson2021-10-252-39/+91
|/ /
* | s/arti-arti-client/arti-client/ and regenerate readme filesNick Mathewson2021-10-251-1/+1
* | Fix a typo in a comment.Nick Mathewson2021-10-251-1/+1
* | Run "cargo fix --edition-idioms=2018".Nick Mathewson2021-10-221-1/+1
* | Replace references to arti-client in the documentation.Nick Mathewson2021-10-213-4/+4
* | Remove #![allow(dead_code)] in timeouts.rsNick Mathewson2021-10-212-2/+3
* | Merge branch 'share_state'Nick Mathewson2021-10-217-221/+461
|\ \ | |/ |/|
| * Implement the guard side of shared state directories.Nick Mathewson2021-10-211-1/+10
| * Finish the timeout-inference side of shared state.Nick Mathewson2021-10-203-30/+94
| * Add a timeout estimator to take estimates from another process.Nick Mathewson2021-10-204-42/+93
| * Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-204-201/+289
| * Replace the return type of StorageMgr::try_lock with a tristateNick Mathewson2021-10-201-1/+9
| * Initial work on periodically reloading state.Nick Mathewson2021-10-192-2/+11
* | Implement the "request_loyalty" configuration optionNick Mathewson2021-10-191-2/+1
* | Fix most warnings from nightly.Nick Mathewson2021-10-191-14/+3
* | tor-client: refactor TorClient::bootstrap's args into a config objecteta2021-10-191-1/+1
|/
* Use better reporting for guard status.Nick Mathewson2021-10-133-22/+119
* Implement guards for multihop paths.Nick Mathewson2021-10-133-26/+87
* Actually select guards for directory circuits.Nick Mathewson2021-10-133-12/+25
* Pass the guard manager down to the path selection functions.Nick Mathewson2021-10-115-14/+37
* WIPNick Mathewson2021-10-114-13/+19
* Integrate GuardUsability and GuardMonitor into CircuitBuilder.Nick Mathewson2021-10-103-11/+73
* Notify guard manager on network change and state flush.Nick Mathewson2021-10-102-2/+20
* Add a GuardMgr member to CircuitBuilderNick Mathewson2021-10-104-3/+20
* Re-export configuration types from tor-client.Nick Mathewson2021-10-092-0/+9
* enable checked_conversions lint.Nick Mathewson2021-10-092-4/+11
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-072-1/+2
* Use StorageHandle in tor_circmgr.Nick Mathewson2021-09-303-70/+15
* Do not use set_ prefix on derive_builder settersJani Monoses2021-09-162-5/+5
* fix/silence clippy lints in test modulesDaniel Eades2021-09-089-12/+22
* More tests in pareto.rsNick Mathewson2021-09-081-9/+47
* Use same defaults for abandon and close times in timeout code.Nick Mathewson2021-09-071-6/+4