aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+8
* Test for PathConfig::at_least_as_permissive_as().Nick Mathewson2022-01-201-0/+29
* Rename PathConfig::more_permissive_than()Nick Mathewson2022-01-201-1/+1
* Remove "self" arg from PathConfig::builder()Nick Mathewson2022-01-201-1/+1
* Adjust comment to be accurate wrt #263.Nick Mathewson2021-12-161-3/+5
* Make preemptive circuits reconfigurable.Nick Mathewson2021-12-071-2/+7
* Make circuit_timing reconfigurable.Nick Mathewson2021-12-071-2/+6
* Allow on-the-fly changing of path_rulesNick Mathewson2021-12-071-0/+14
* Clarify names and docs for predictive circuits.Nick Mathewson2021-12-071-17/+27
* Rename circuits_preemptive to preemptive_circuitsNick Mathewson2021-12-071-12/+12
* Allow configurability on preemptive circuitsNeel Chauhan2021-12-071-0/+82
* Ensure that all config sections have deny_unknown_fieldsNick Mathewson2021-11-251-0/+2
* Fix a few typos.Nick Mathewson2021-11-241-4/+4
* Implement meta-builder pattern for TorClientConfigNick Mathewson2021-11-221-1/+1
* 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-181-6/+44
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-181-42/+20
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-4/+6
* Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-281-3/+9
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-1/+1
* tor-client: refactor TorClient::bootstrap's args into a config objecteta2021-10-191-1/+1
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-0/+4
* Do not use set_ prefix on derive_builder settersJani Monoses2021-09-161-4/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+102