summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-211-0/+1
* arti-client: Move BuilderExt to tor-config.Gabriela Moldovan2024-08-051-0/+1
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-171-1/+1
* Update to derive-deftly 0.12.1Ian Jackson2024-06-171-1/+1
* tor-config: Re-export serde_value.Gabriela Moldovan2024-06-031-0/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Convert tor-config to use figment.Nick Mathewson2024-04-221-6/+12
* derive-deftly: Call pub_template_semver_checkIan Jackson2024-04-031-0/+2
* Switch to derive-deftlyIan Jackson2024-04-031-1/+1
* 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