summaryrefslogtreecommitdiff
path: root/crates/tor-config/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* 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