aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/src/path.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* tor-config: Expand NoProjectDirs error messageIan Jackson2023-08-081-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* tor-config: Apply deferred rustfmt churnIan Jackson2023-03-211-4/+4
* tor-config: Do minimal $ and ~ handling even without expand-pathsIan Jackson2023-03-211-2/+54
* tor-config: Make CfgPathError PartialEq but only when testingIan Jackson2023-03-211-0/+1
* tor-config: Fix build when expand-paths is disabledIan Jackson2023-03-211-2/+5
* tor-config: paths, unexpanded: use infallible conversionIan Jackson2023-03-211-2/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* tor-config: Update to shellexpand 3.xIan Jackson2022-12-061-1/+5
* tor-config: home dir handling: fmt pre-patchIan Jackson2022-12-061-1/+3
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1
* tor-config: CfgPath: Fix two typos "expaneded"Ian Jackson2022-10-111-2/+2
* CfgPath: Add support for ${PROGRAM_DIR}.Nick Mathewson2022-10-071-2/+42
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+9
* tor-config: style fixes on CfgPathError.Nick Mathewson2022-06-221-6/+6
* Revert "Remove dbg!()s in tor-config"Ian Jackson2022-05-271-0/+5
* Remove dbg!()s in tor-configNick Mathewson2022-05-201-5/+0
* CfgPath: Test serialisation round-trip with a binary formatIan Jackson2022-05-031-0/+8
* CfgPath: Make it SerializeIan Jackson2022-05-031-5/+69
* CfgPath: Overhaul APIIan Jackson2022-05-031-6/+86
* CfgPath: Change deserialisaation of Literal variantIan Jackson2022-05-031-5/+17
* Test shell variable expansion on windowsMichael2022-03-051-2/+24
* tor-config: Add HasKind support.Nick Mathewson2022-02-091-0/+22
* Fix invalid path character on windowsMichael2022-01-311-0/+4
* Explain that CfgPath can look at the environment.Nick Mathewson2022-01-121-1/+2
* Change sane_defaults() and with_directories()Nick Mathewson2021-11-291-3/+1
* More tests for tor-config.Nick Mathewson2021-11-241-2/+17
* Make every Config type implement Eq.Nick Mathewson2021-11-211-2/+2
* Rename .gitignore APP_FOO to ARTI_FOO.Nick Mathewson2021-11-211-12/+12
* Give CfgPath an alternative inner representation.Nick Mathewson2021-11-211-24/+41
* Make arti-client config object match arti config better.Nick Mathewson2021-11-211-0/+13
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-16/+29
* Remove dependency from arti-client to tor-config.Nick Mathewson2021-11-161-0/+2
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+159