index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-config
/
src
/
path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve some clippy warnings about empty rustdoc.
Nick Mathewson
2024-05-05
1
-1
/
+1
*
Switch to figment 1.0.18 and extract_lossy
Nick Mathewson
2024-04-22
1
-1
/
+1
*
Convert tor-config to use figment.
Nick Mathewson
2024-04-22
1
-1
/
+1
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
1
-6
/
+8
|
\
|
*
tor-config: Put config::Config inside a wrapper type.
Nick Mathewson
2024-03-13
1
-1
/
+1
|
*
Use ConfigurationSource::Verbatim in our tests.
Nick Mathewson
2024-03-13
1
-5
/
+7
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
|
/
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-config: Expand NoProjectDirs error message
Ian Jackson
2023-08-08
1
-1
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
tor-config: Apply deferred rustfmt churn
Ian Jackson
2023-03-21
1
-4
/
+4
*
tor-config: Do minimal $ and ~ handling even without expand-paths
Ian Jackson
2023-03-21
1
-2
/
+54
*
tor-config: Make CfgPathError PartialEq but only when testing
Ian Jackson
2023-03-21
1
-0
/
+1
*
tor-config: Fix build when expand-paths is disabled
Ian Jackson
2023-03-21
1
-2
/
+5
*
tor-config: paths, unexpanded: use infallible conversion
Ian Jackson
2023-03-21
1
-2
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
tor-config: Update to shellexpand 3.x
Ian Jackson
2022-12-06
1
-1
/
+5
*
tor-config: home dir handling: fmt pre-patch
Ian Jackson
2022-12-06
1
-1
/
+3
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
tor-config: CfgPath: Fix two typos "expaneded"
Ian Jackson
2022-10-11
1
-2
/
+2
*
CfgPath: Add support for ${PROGRAM_DIR}.
Nick Mathewson
2022-10-07
1
-2
/
+42
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-0
/
+9
*
tor-config: style fixes on CfgPathError.
Nick Mathewson
2022-06-22
1
-6
/
+6
*
Revert "Remove dbg!()s in tor-config"
Ian Jackson
2022-05-27
1
-0
/
+5
*
Remove dbg!()s in tor-config
Nick Mathewson
2022-05-20
1
-5
/
+0
*
CfgPath: Test serialisation round-trip with a binary format
Ian Jackson
2022-05-03
1
-0
/
+8
*
CfgPath: Make it Serialize
Ian Jackson
2022-05-03
1
-5
/
+69
*
CfgPath: Overhaul API
Ian Jackson
2022-05-03
1
-6
/
+86
*
CfgPath: Change deserialisaation of Literal variant
Ian Jackson
2022-05-03
1
-5
/
+17
*
Test shell variable expansion on windows
Michael
2022-03-05
1
-2
/
+24
*
tor-config: Add HasKind support.
Nick Mathewson
2022-02-09
1
-0
/
+22
*
Fix invalid path character on windows
Michael
2022-01-31
1
-0
/
+4
*
Explain that CfgPath can look at the environment.
Nick Mathewson
2022-01-12
1
-1
/
+2
*
Change sane_defaults() and with_directories()
Nick Mathewson
2021-11-29
1
-3
/
+1
*
More tests for tor-config.
Nick Mathewson
2021-11-24
1
-2
/
+17
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-2
/
+2
*
Rename .gitignore APP_FOO to ARTI_FOO.
Nick Mathewson
2021-11-21
1
-12
/
+12
*
Give CfgPath an alternative inner representation.
Nick Mathewson
2021-11-21
1
-24
/
+41
*
Make arti-client config object match arti config better.
Nick Mathewson
2021-11-21
1
-0
/
+13
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-16
/
+29
*
Remove dependency from arti-client to tor-config.
Nick Mathewson
2021-11-16
1
-0
/
+2
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+159