summaryrefslogtreecommitdiff
path: root/crates/tor-config/src
Commit message (Expand)AuthorAgeFilesLines
* Change sane_defaults() and with_directories()Nick Mathewson2021-11-291-3/+1
* Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-291-0/+4
|\
| * Resolve some warnings in tor-config testNick Mathewson2021-11-251-0/+4
* | add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-0/+1
|/
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* More tests for tor-config.Nick Mathewson2021-11-242-2/+71
* Make every Config type implement Eq.Nick Mathewson2021-11-211-2/+2
* Rename .gitignore APP_FOO to ARTI_FOO.Nick Mathewson2021-11-211-12/+12
* Give CfgPath an alternative inner representation.Nick Mathewson2021-11-211-24/+41
* Make arti-client config object match arti config better.Nick Mathewson2021-11-211-0/+13
* Use named fields for the elements of ConfigBuildErrorNick Mathewson2021-11-181-13/+33
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-184-307/+72
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-161-0/+2
* Improve and future-proof the `arti` CLIeta2021-10-271-54/+22
* Remove #![allow(clippy::unwrap_used)] in cmdline.rsNick Mathewson2021-10-211-1/+0
* Fix most warnings from nightly.Nick Mathewson2021-10-191-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-083-0/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-273-0/+518