summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Add a few tests to tor-config.Nick Mathewson2021-12-071-1/+23
* MutCfg facility to help with reconfiguration.Nick Mathewson2021-12-071-0/+2
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-1/+31
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-106/+4
* Improve and future-proof the `arti` CLIeta2021-10-271-54/+22
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+176