summaryrefslogtreecommitdiff
path: root/crates/arti-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Run rustfmt to tidy up importsIan Jackson2022-03-211-1/+1
* Move ApplicationConfig to arti crateIan Jackson2022-03-211-1/+1
* Move ProxyConfig to arti crateIan Jackson2022-03-211-3/+1
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-211-2/+1
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-3/+2
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Add warnings about configuration stability.Nick Mathewson2022-02-281-0/+8
* | Upgrade to newer version of config crate.Nick Mathewson2022-02-251-25/+39
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* 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