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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-4
/
+4
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-0
/
+9
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
tor-config: style fixes on CfgPathError.
Nick Mathewson
2022-06-22
1
-6
/
+6
*
tor-config: Don't format source error as part of error message
Nick Mathewson
2022-06-22
1
-2
/
+2
*
impl_standard_builder: Allow for !Default
Ian Jackson
2022-06-16
1
-13
/
+54
*
tor-config: impl_standard_builder: handle contexts with local Result
Ian Jackson
2022-06-16
1
-1
/
+1
*
config: Suppose that we might extend resolve_option to non-T::Default
Ian Jackson
2022-06-10
1
-0
/
+2
*
config: Do not strip_option for journald (and in future)
Ian Jackson
2022-06-10
1
-0
/
+3
*
Fix typos
Dimitris Apostolou
2022-06-05
3
-6
/
+6
*
tor-config: Fix a doc link
Ian Jackson
2022-06-01
1
-1
/
+1
*
Merge branch 'lint' into 'main'
Ian Jackson
2022-05-31
1
-0
/
+3
|
\
|
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
|
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
|
Merge branch 'config-test' into 'main'
Ian Jackson
2022-05-31
2
-2
/
+110
|
\
\
|
*
|
tor-config: Suppress unwrap lint in tests
Ian Jackson
2022-05-31
1
-0
/
+1
|
*
|
tor-config: resolve_option tests: disable rsutfmt
Ian Jackson
2022-05-31
1
-0
/
+1
|
*
|
tor-config: Add comprehensive tests for resolve_option
Ian Jackson
2022-05-31
1
-0
/
+71
|
*
|
config: Provide tor_config::resolve_option and resolve journald
Ian Jackson
2022-05-30
1
-0
/
+36
|
*
|
tor-config: Drop Serialize and Deserialize from a test type
Ian Jackson
2022-05-30
1
-2
/
+1
|
|
/
*
|
Merge branch 'tor-config-tests' into 'main'
Nick Mathewson
2022-05-31
4
-1
/
+122
|
\
\
|
*
|
Add a few coverage-based tests to tor-config.
Nick Mathewson
2022-05-31
4
-1
/
+122
*
|
|
Merge branch 'dbg' into 'main'
Nick Mathewson
2022-05-31
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Revert "Remove dbg!()s in tor-config"
Ian Jackson
2022-05-27
1
-0
/
+5
*
|
|
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-5
/
+4
|
/
/
*
|
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-3
/
+3
*
|
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-4
/
+4
*
|
Update tor-config README.md.
Nick Mathewson
2022-05-27
1
-1
/
+41
*
|
Fix a link with nightly rustdoc
Nick Mathewson
2022-05-26
1
-1
/
+1
|
/
*
Merge branch 'config-split' into 'main'
Ian Jackson
2022-05-26
3
-6
/
+791
|
\
|
*
tor-config: load: clippy: adopt two suggestions
Ian Jackson
2022-05-26
1
-3
/
+2
|
*
tor-config: load: Add missing "not".
Ian Jackson
2022-05-26
1
-1
/
+1
|
*
tor-config: load: Make UnrecognizedKeys not pub
Ian Jackson
2022-05-26
1
-1
/
+1
|
*
tor-config: load: Add reversed test
Ian Jackson
2022-05-25
1
-0
/
+3
|
*
tor-config: Add duplicative doc comments as per review
Ian Jackson
2022-05-25
1
-1
/
+6
|
*
tor-config: load: example: Document what it does and who might write it
Ian Jackson
2022-05-25
1
-0
/
+16
|
*
tor-config: load: Add a newline
Ian Jackson
2022-05-25
1
-0
/
+1
|
*
tor-config: load: Write actual definition of the Resolvable trait
Ian Jackson
2022-05-25
1
-2
/
+18
|
*
tor-config: load: Explain why not write out macro call n times
Ian Jackson
2022-05-25
1
-0
/
+2
|
*
tor-config: docs: add more docs about load, esp. traits
Ian Jackson
2022-05-25
1
-0
/
+23
|
*
tor-config: docs: add a lot of context and overview and xrefs
Ian Jackson
2022-05-25
2
-1
/
+57
|
*
tor-config: load: Avoid destructuring assignment
Ian Jackson
2022-05-25
1
-2
/
+2
|
*
tor-config: load: Intersection: add more commentary
Ian Jackson
2022-05-25
1
-5
/
+48
|
*
tor-config: load: Drop a needless call to .into_iter()
Ian Jackson
2022-05-25
1
-1
/
+0
|
*
tor-config: load: Fix a misleading comment
Ian Jackson
2022-05-25
1
-1
/
+1
|
*
tor-config: load: Rename shorter_let
Ian Jackson
2022-05-25
1
-2
/
+2
|
*
tor-config: load: Docs
Ian Jackson
2022-05-25
1
-2
/
+2
|
*
tor-config: Typo fixes (as per review comments)
Ian Jackson
2022-05-25
1
-4
/
+4
|
*
tor-config: load: Introduce UnrecognizedKeys enum
Ian Jackson
2022-05-25
1
-23
/
+52
|
*
Run rustfmt following renaming
Ian Jackson
2022-05-25
2
-2
/
+3
[next]