summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* config: Simplify ConfigurationTree::merge_from to take &mut self.Nick Mathewson2026-05-271-6/+7
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-1/+1
* Move metrics config types to tor-config.Wesley Aptekar-Cassels2026-05-261-0/+2
* config: Implement Default for ConfigurationTree.Nick Mathewson2026-05-181-1/+1
* config: Add a merge_from method to ConfigurationTreeNick Mathewson2026-05-181-0/+22
* tor-config: Allow inspecting parts of a ConfigurationTree.Nick Mathewson2026-05-121-3/+56
* Document resolve_option_general behaviormoumenalaoui2026-02-181-10/+39
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* tor-config: remove `resolve_alternative_specs` functionSteven Engler2026-02-011-81/+0
* arti: remove `resolve_listen_port!` macroSteven Engler2026-01-291-3/+5
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Revert "tor-config: Code to serialize Option<Option<Duration>> via humantime"Nick Mathewson2025-12-091-1/+0
* tor-config: new derive_deftly(TorConfig) template.Nick Mathewson2025-12-091-0/+1
* tor-config: Helper types for setters to take as argumentsNick Mathewson2025-12-091-0/+1
* tor-config: Code to serialize Option<Option<Duration>> via humantimeNick Mathewson2025-12-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Define macros to create a map-builder type.Nick Mathewson2024-12-191-0/+1
* tor-config: Add "extend" functionality for config builders.Nick Mathewson2024-12-191-0/+2
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+0
* tor-config-path: moved `tor_config::path` to hereSteven Engler2024-10-291-2/+1
* tor-config: Expose assert_config_error test helper.Gabriela Moldovan2024-10-081-0/+2
* tor-config: move Listen to its own module.Nick Mathewson2024-09-251-0/+2
* 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