summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-131-9/+30
|\
| * tor-config: Update documentation to not refer to config crate.Nick Mathewson2024-03-131-1/+1
| * config: Remove From impls from config::ConfigErrorNick Mathewson2024-03-131-1/+1
| * tor-config: Put config::Config inside a wrapper type.Nick Mathewson2024-03-131-0/+16
| * tor_config: Hide macro-only re-exports.Nick Mathewson2024-03-131-8/+13
* | Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|/
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* tor-config: flatten: always use field list from serdeIan Jackson2023-09-201-1/+1
* tor-config: flatten: Break out flattenable_extract_fieldsIan Jackson2023-09-201-1/+1
* tor_config: Provide FlattenIan Jackson2023-09-201-0/+7
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Fix typosDimitris Apostolou2023-01-071-1/+1
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-1/+9
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-57/+1
* tor-config: Provide MultilineListBuilderIan Jackson2022-10-121-0/+1
* Improve error from bad escapes in a toml config.Nick Mathewson2022-08-251-1/+1
* tor-config: Provide resolve_alternative_specsIan Jackson2022-08-251-0/+78
* tor-config: Introduce ResolutionResultsIan Jackson2022-08-251-1/+1
* tor-config: Replace dir detection with ConfigurationSource enumIan Jackson2022-08-251-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-config: resolve_option_general: Add TODO about exampleIan Jackson2022-08-231-0/+5
* Fix syntax in doc comment.Nick Mathewson2022-08-231-1/+1
* tor-config: Provide resolve_option_general, for T: !Default etc.Ian Jackson2022-08-221-4/+43
* tor-config: Introduce PaddingLevelIan Jackson2022-08-161-0/+2
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* impl_standard_builder: Allow for !DefaultIan Jackson2022-06-161-13/+54
* tor-config: impl_standard_builder: handle contexts with local ResultIan Jackson2022-06-161-1/+1
* config: Suppose that we might extend resolve_option to non-T::DefaultIan Jackson2022-06-101-0/+2
* config: Do not strip_option for journald (and in future)Ian Jackson2022-06-101-0/+3
* Fix typosDimitris Apostolou2022-06-051-2/+2
* tor-config: Fix a doc linkIan Jackson2022-06-011-1/+1
* Merge branch 'lint' into 'main'Ian Jackson2022-05-311-0/+3
|\
| * lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
| * 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