aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: apply rustfmtpryty262026-06-201-2/+5
* Added ConfigBuildError::MissingOneOfpryty262026-06-191-0/+13
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-271-0/+6
* tor-config: Allow inspecting parts of a ConfigurationTree.Nick Mathewson2026-05-121-0/+9
* tor-config: fix error source for `ConfigLoadError`Steven Engler2025-11-131-1/+7
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+4
* tor-config: Deprecate ConfigError::Permissions, use FileAccessIan Jackson2024-07-101-0/+5
* tor-config: Correct message and description for mistrust errorIan Jackson2024-07-101-2/+4
* Rename ConfigParseError => ConfigLoadErrorNick Mathewson2024-04-221-8/+15
* Add an action field to Io error in tor-config.Nick Mathewson2024-04-221-6/+14
* Convert tor-config to use figment.Nick Mathewson2024-04-221-8/+24
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-131-10/+7
|\
| * Grammar fix.gabi-2502024-03-131-1/+1
| * config: Remove From impls from config::ConfigErrorNick Mathewson2024-03-131-3/+6
| * tor-config: Put config::Config inside a wrapper type.Nick Mathewson2024-03-131-8/+2
* | Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
|/
* config: Fix output of NoCompileTimeSupport::withinNick Mathewson2024-01-161-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* tor-config: Rename to ReconfigureError::UnsupportedSituationIan Jackson2022-11-241-1/+1
* tor-config: Rename to ConfigBuildError::NoCompileTimeSupportIan Jackson2022-11-241-2/+2
* tor-guardmgr: Refuse to configure bridges if we don't have the lockIan Jackson2022-11-231-0/+11
* tor-config: introduce ConfigBuildError::UnsupportedIan Jackson2022-11-211-0/+14
* tor-config: ConfigBuildError::within: Introduce add_prefixIan Jackson2022-11-211-3/+4
* Improve error from bad escapes in a toml config.Nick Mathewson2022-08-251-0/+36
* tor-config: Introduce ReconfigureError::BugIan Jackson2022-08-161-0/+4
* Add a few coverage-based tests to tor-config.Nick Mathewson2022-05-311-1/+20
* impl From<SubfieldBuildError> for ConfigBuildErrorIan Jackson2022-04-221-0/+7
* tor-config: Add HasKind support.Nick Mathewson2022-02-091-0/+20
* address clippy's latest lintDaniel Eades2021-12-201-0/+1
* Sketch API for reconfiguration.Nick Mathewson2021-12-071-1/+13
* Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-291-0/+4
|\
| * Resolve some warnings in tor-config testNick Mathewson2021-11-251-0/+4
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-0/+1
|/
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* More tests for tor-config.Nick Mathewson2021-11-241-0/+54
* Use named fields for the elements of ConfigBuildErrorNick Mathewson2021-11-181-13/+33
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+39