summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make every Config type implement Eq.Nick Mathewson2021-11-211-3/+3
* For every* config type, make defaults consistent.Nick Mathewson2021-11-211-7/+28
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-0/+22
* Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-211-0/+18
* Flatten enforce_distance into path_rules.Nick Mathewson2021-11-183-16/+54
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-183-76/+29
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-4/+6
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-4/+9
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Add a couple of pieces of missing documentation.Nick Mathewson2021-11-081-1/+1
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-042-4/+6
* Remove all remaining dbg! instances.Nick Mathewson2021-11-041-5/+0
* Basic tests for readonly estimators, and estimator migration.Nick Mathewson2021-11-032-2/+92
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-2/+4
* Disable a check in exitpathNick Mathewson2021-11-021-1/+2
* Allow clone-on-copy in tor-circmgr tests to fix a nightly-only clippy warning.Nick Mathewson2021-11-022-0/+2
* tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-021-0/+103
* tor-circmgr: test DirPathBuilder with GuardMgr.Nick Mathewson2021-11-021-0/+40
* tor-circmgr: testing for NoUsage and TimeoutTesting usageNick Mathewson2021-11-021-0/+24
* tor-circmgr: tests for netwoks with no exitsNick Mathewson2021-11-022-25/+76
* tor-circmgr::usage: Add a few more tests.Nick Mathewson2021-11-021-2/+66
* 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-271-4/+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