aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-2/+2
* | Update README.md files from rustdoc.Nick Mathewson2022-03-011-0/+8
* | 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-093-0/+44
* Fix invalid path character on windowsMichael2022-01-311-0/+4
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-1/+1
* Explain that CfgPath can look at the environment.Nick Mathewson2022-01-121-1/+2
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-1/+1
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-7/+7
* 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-073-1/+69
* 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-073-7/+50
* Merge branch 'simplify_config_helpers' into 'main'eta2021-11-291-3/+1
|\
| * Change sane_defaults() and with_directories()Nick Mathewson2021-11-291-3/+1
* | Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+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-186-318/+83
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-161-0/+2
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-1/+1
* 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
* Upgrade memmap2, directories, and dirs dependencies.Nick Mathewson2021-09-231-2/+2
* fix/silence clippy lints in test modulesDaniel Eades2021-09-083-0/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-275-0/+557