aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a doc link.Nick Mathewson2022-02-041-1/+2
* arti-config: add blank lines between functions.Nick Mathewson2022-02-021-0/+6
* arti-config: Small type and comment refactoring from review.Nick Mathewson2022-02-021-2/+0
* Make configuration-watching configurable and off-by-default.Nick Mathewson2022-02-011-2/+3
* Reload configuration when our configuration files change.Nick Mathewson2022-02-011-1/+4
* arti_config: Refactor configuration sources into a structNick Mathewson2022-02-011-26/+73
* Tracing configuration for logfiles, per-target filtersNick Mathewson2022-01-101-2/+2
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-291-1/+2
|\
| * Implement builder patterns for ArtiConfig.Nick Mathewson2021-11-251-1/+2
* | add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
|/
* Resolve a pair of rustdoc warnings.Nick Mathewson2021-11-241-1/+3
* Rename .gitignore APP_FOO to ARTI_FOO.Nick Mathewson2021-11-211-1/+1
* Lower StorageConfig to arti-client crateNick Mathewson2021-11-211-1/+1
* Move the socks_port option into a new proxy section.Nick Mathewson2021-11-181-1/+1
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+162