summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/config.rs
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-0/+1
* Rename .gitignore APP_FOO to ARTI_FOO.Nick Mathewson2021-11-211-1/+1
* Give CfgPath an alternative inner representation.Nick Mathewson2021-11-211-12/+2
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-0/+16
* Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-211-0/+7
* Make arti-client config object match arti config better.Nick Mathewson2021-11-211-40/+80
* Lower StorageConfig to arti-client crateNick Mathewson2021-11-211-3/+39
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-181-1/+1
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-1/+4
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-161-8/+12
* Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-281-6/+40
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+105