aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* dirmgr: add Store traittharvik2022-02-231-8/+8
* Make much of DirMgrConfig reconfigurable.Nick Mathewson2021-12-071-12/+54
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-0/+5
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-1/+1
* Make every Config type implement Eq.Nick Mathewson2021-11-211-3/+3
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-6/+25
* Use named fields for the elements of ConfigBuildErrorNick Mathewson2021-11-181-4/+4
* Rename RetryConfig to DownloadSchedule, fold in parallelism.Nick Mathewson2021-11-181-34/+23
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-5/+9
* Try writing a bit more documentation for configuration types.Nick Mathewson2021-10-281-2/+13
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-2/+2
* Use unwrap in tests.Jani Monoses2021-10-181-9/+15
* Lock down some dirmgr config functions.Nick Mathewson2021-10-091-11/+11
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-0/+5
* Do not use set_ prefix on derive_builder settersJani Monoses2021-09-161-3/+3
* Use derive_builder for Authority and FallbackDir.Nick Mathewson2021-09-101-34/+0
* Use derive_builder for the rest of tor_dirmgr::configNick Mathewson2021-09-091-80/+21
* Use derive_builder for DownloadScheduleConfigNick Mathewson2021-09-081-66/+7
* Use derive_builder for NetworkConfig.Nick Mathewson2021-09-081-97/+37
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+594