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
/
arti-config
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-8
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
lints: Make lint blocks consistent
Ian Jackson
2022-05-31
1
-1
/
+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
*
lints: arti-config: Re-add standard lint list
Ian Jackson
2022-05-31
1
-0
/
+30
*
Abolish arti-config, replacing with tombstone crate
Ian Jackson
2022-05-13
1
-46
/
+4
*
arti-config abolition: Move functionality to tor-config
Ian Jackson
2022-05-13
1
-233
/
+1
*
arti-config: Move default config file test to arti-client
Ian Jackson
2022-05-13
1
-10
/
+0
*
Fix comment location
Ian Jackson
2022-05-13
1
-2
/
+2
*
config load: Move mistrust checking to load()
Ian Jackson
2022-05-13
1
-15
/
+34
*
ARTI_DEFAULTS: Move to arti crate
Ian Jackson
2022-05-12
1
-3
/
+0
*
config defaults: No longer apply ARTI_DEFAULTS in load()
Ian Jackson
2022-05-12
1
-4
/
+0
*
arti-config: Move cmdline to tor-config
Ian Jackson
2022-05-11
1
-2
/
+1
*
Move default_config_file() into arti-client
Ian Jackson
2022-05-11
1
-6
/
+1
*
ConfigurationSources: Have the generics take Into<owned>
Ian Jackson
2022-05-11
1
-12
/
+12
*
ConfigurationSource: Move "usual" logic for construction
Ian Jackson
2022-05-11
1
-0
/
+46
*
default_config_file(): Have it return Result, not Option
Ian Jackson
2022-05-11
1
-3
/
+3
*
ConfigurationSource: Rename new to new_empty
Ian Jackson
2022-05-11
1
-1
/
+1
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-1
/
+1
*
Run rustfmt to tidy up imports
Ian Jackson
2022-03-21
1
-1
/
+1
*
Move ApplicationConfig to arti crate
Ian Jackson
2022-03-21
1
-1
/
+1
*
Move ProxyConfig to arti crate
Ian Jackson
2022-03-21
1
-3
/
+1
*
Move logging configuration from arti_config::options to arti::logging
Ian Jackson
2022-03-21
1
-2
/
+1
*
Move ArtiConfig to new arti::cfg module
Ian Jackson
2022-03-21
1
-3
/
+2
*
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
|
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
|
Add warnings about configuration stability.
Nick Mathewson
2022-02-28
1
-0
/
+8
*
|
Upgrade to newer version of config crate.
Nick Mathewson
2022-02-25
1
-25
/
+39
|
/
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Fix a doc link.
Nick Mathewson
2022-02-04
1
-1
/
+2
*
arti-config: add blank lines between functions.
Nick Mathewson
2022-02-02
1
-0
/
+6
*
arti-config: Small type and comment refactoring from review.
Nick Mathewson
2022-02-02
1
-2
/
+0
*
Make configuration-watching configurable and off-by-default.
Nick Mathewson
2022-02-01
1
-2
/
+3
*
Reload configuration when our configuration files change.
Nick Mathewson
2022-02-01
1
-1
/
+4
*
arti_config: Refactor configuration sources into a struct
Nick Mathewson
2022-02-01
1
-26
/
+73
[next]