| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Lower StorageConfig to arti-client crate | Nick Mathewson | 2021-11-21 | 2 | -37/+3 | |
| | | ||||||
| * | Use named fields for the elements of ConfigBuildError | Nick Mathewson | 2021-11-18 | 1 | -2/+8 | |
| | | ||||||
| * | Rename RetryConfig to DownloadSchedule, fold in parallelism. | Nick Mathewson | 2021-11-18 | 1 | -6/+4 | |
| | | ||||||
| * | Move the socks_port option into a new proxy section. | Nick Mathewson | 2021-11-18 | 3 | -8/+25 | |
| | | | | | Now there are no options that aren't in a toml section. | |||||
| * | Rename the "network" configuration section to "tor_network". | Nick Mathewson | 2021-11-18 | 1 | -2/+2 | |
| | | | | | | This is more accurate, since it describes the details of the tor network that we're connecting to. | |||||
| * | Rename addr_config to address_filter; clarify its usage. | Nick Mathewson | 2021-11-18 | 2 | -5/+6 | |
| | | ||||||
| * | Flatten enforce_distance into path_rules. | Nick Mathewson | 2021-11-18 | 2 | -3/+4 | |
| | | | | | Also use the path_rules name consistently throughout the code. | |||||
| * | Fold "circuit_timing" and "request_timing" into a single section. | Nick Mathewson | 2021-11-18 | 2 | -9/+3 | |
| | | ||||||
| * | Move top-level configuration downwards from `arti` to `arti-config`. | Nick Mathewson | 2021-11-18 | 4 | -0/+640 | |
| To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation. | ||||||
