summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* | tor-config: Suppress unwrap lint in testsIan Jackson2022-05-311-0/+1
* | tor-config: resolve_option tests: disable rsutfmtIan Jackson2022-05-311-0/+1
* | tor-config: Add comprehensive tests for resolve_optionIan Jackson2022-05-311-0/+71
* | config: Provide tor_config::resolve_option and resolve journaldIan Jackson2022-05-301-0/+36
|/
* tor-config: docs: add a lot of context and overview and xrefsIan Jackson2022-05-251-1/+41
* Run rustfmt following renamingIan Jackson2022-05-251-1/+1
* tor-config: Rename resolve_return_unrecognized, ..._ignore_...Ian Jackson2022-05-251-1/+1
* tor-config: Rename "ignored" to "unrecognized" throughoutIan Jackson2022-05-251-1/+1
* tor-config: Track and (by default) warn on ignored config keysIan Jackson2022-05-241-1/+1
* Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-0/+2
* tor-config: Introduce Builder trait and ConfigReolveErrorIan Jackson2022-05-241-5/+31
* tor-config: Add a lint allowIan Jackson2022-05-241-0/+1
* Merge branch 'arti-config-2' into 'main'Nick Mathewson2022-05-131-0/+2
|\
| * arti-config abolition: Move functionality to tor-configIan Jackson2022-05-131-0/+2
* | impl_standard_builder: Better comments explaining the parserIan Jackson2022-05-131-1/+7
* | impl_standard_builder: Have it generate FooConfig::builderIan Jackson2022-05-121-0/+7
* | impl_standard_builder: Test the Deserialize implIan Jackson2022-05-121-14/+69
|/
* 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