aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-121-3/+8
* Merge branch 'arti-config-1' into 'main'eta2022-05-121-0/+2
|\
| * arti-config: Move cmdline to tor-configIan Jackson2022-05-111-0/+2
* | Define and use impl_default_via_builderIan Jackson2022-05-111-0/+25
|/
* tor-config: Export CfgPathErrorIan Jackson2022-05-111-1/+1
* list_builder: Use Educe to derive DefaultIan Jackson2022-05-041-0/+1
* Change builder list APIIan Jackson2022-05-041-1/+1
* Add dependency on paste crateIan Jackson2022-05-041-0/+1
* list_builder: Use $crate namespaced importsIan Jackson2022-04-251-0/+1
* Rename macro_first_nonempty (from macro_coalesce_args)Ian Jackson2022-04-251-1/+1
* config list-builder: Allow overriding the per-item build methodIan Jackson2022-04-251-0/+2
* Introduce define_list_config_builder macroIan Jackson2022-04-251-0/+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
* 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