summaryrefslogtreecommitdiff
path: root/crates/tor-config/src
Commit message (Expand)AuthorAgeFilesLines
* Test shell variable expansion on windowsMichael2022-03-051-2/+24
* Replace manual Default impl with std derive in tor-configIan Jackson2022-03-021-7/+1
* 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
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* tor-config: Add HasKind support.Nick Mathewson2022-02-092-0/+42
* Fix invalid path character on windowsMichael2022-01-311-0/+4
* Explain that CfgPath can look at the environment.Nick Mathewson2022-01-121-1/+2
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* address clippy's latest lintDaniel Eades2021-12-201-0/+1
* Add a few tests to tor-config.Nick Mathewson2021-12-072-1/+68
* Oops: MutCfg shouldn't implement Clone.Nick Mathewson2021-12-071-8/+0
* MutCfg: Add map_and_replace.Nick Mathewson2021-12-071-0/+10
* MutCfg facility to help with reconfiguration.Nick Mathewson2021-12-072-0/+68
* Sketch API for reconfiguration.Nick Mathewson2021-12-072-2/+44
* 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