summaryrefslogtreecommitdiff
path: root/crates/arti-config
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-2/+2
|\
| * run ./maint/readmes.shdagon2021-11-291-2/+2
* | Merge branch 'simplify_config_helpers' into 'main'eta2021-11-291-1/+1
|\ \
| * | Change sane_defaults() and with_directories()Nick Mathewson2021-11-291-1/+1
* | | Bump every crate by one patch version.Nick Mathewson2021-11-291-3/+3
|/ /
* | Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-292-16/+270
|\ \
| * | Document StorageConfig defaults better.Nick Mathewson2021-11-291-8/+11
| * | Add basic tests for high-level buildersNick Mathewson2021-11-251-0/+57
| * | Implement builder patterns for ArtiConfig.Nick Mathewson2021-11-252-6/+181
| * | Impl and test Default for high-level configsNick Mathewson2021-11-251-3/+22
| |/
* | add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|/
* Resolve a pair of rustdoc warnings.Nick Mathewson2021-11-241-1/+3
* Implement meta-builder pattern for TorClientConfigNick Mathewson2021-11-221-10/+27
* Make every Config type implement Eq.Nick Mathewson2021-11-211-3/+3
* For every* config type, make defaults consistent.Nick Mathewson2021-11-211-0/+17
* Rename .gitignore APP_FOO to ARTI_FOO.Nick Mathewson2021-11-212-5/+5
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-0/+18
* Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-212-2/+18
* Make arti-client config object match arti config better.Nick Mathewson2021-11-211-34/+8
* Lower StorageConfig to arti-client crateNick Mathewson2021-11-212-37/+3
* Use named fields for the elements of ConfigBuildErrorNick Mathewson2021-11-181-2/+8
* Rename RetryConfig to DownloadSchedule, fold in parallelism.Nick Mathewson2021-11-181-6/+4
* Move the socks_port option into a new proxy section.Nick Mathewson2021-11-183-8/+25
* Rename the "network" configuration section to "tor_network".Nick Mathewson2021-11-181-2/+2
* Rename addr_config to address_filter; clarify its usage.Nick Mathewson2021-11-182-5/+6
* Flatten enforce_distance into path_rules.Nick Mathewson2021-11-182-3/+4
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-182-9/+3
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-186-0/+678