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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
config: Simplify ConfigurationTree::merge_from to take &mut self.
Nick Mathewson
2026-05-27
1
-6
/
+7
*
config: Add a method to fill in a builder with unset defaults
Nick Mathewson
2026-05-27
1
-1
/
+1
*
Move metrics config types to tor-config.
Wesley Aptekar-Cassels
2026-05-26
1
-0
/
+2
*
config: Implement Default for ConfigurationTree.
Nick Mathewson
2026-05-18
1
-1
/
+1
*
config: Add a merge_from method to ConfigurationTree
Nick Mathewson
2026-05-18
1
-0
/
+22
*
tor-config: Allow inspecting parts of a ConfigurationTree.
Nick Mathewson
2026-05-12
1
-3
/
+56
*
Document resolve_option_general behavior
moumenalaoui
2026-02-18
1
-10
/
+39
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
tor-config: remove `resolve_alternative_specs` function
Steven Engler
2026-02-01
1
-81
/
+0
*
arti: remove `resolve_listen_port!` macro
Steven Engler
2026-01-29
1
-3
/
+5
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Revert "tor-config: Code to serialize Option<Option<Duration>> via humantime"
Nick Mathewson
2025-12-09
1
-1
/
+0
*
tor-config: new derive_deftly(TorConfig) template.
Nick Mathewson
2025-12-09
1
-0
/
+1
*
tor-config: Helper types for setters to take as arguments
Nick Mathewson
2025-12-09
1
-0
/
+1
*
tor-config: Code to serialize Option<Option<Duration>> via humantime
Nick Mathewson
2025-12-09
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
clippy: fix `clippy::implicit_clone` errors
Steven Engler
2025-08-11
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
*
Define macros to create a map-builder type.
Nick Mathewson
2024-12-19
1
-0
/
+1
*
tor-config: Add "extend" functionality for config builders.
Nick Mathewson
2024-12-19
1
-0
/
+2
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-1
/
+0
*
tor-config-path: moved `tor_config::path` to here
Steven Engler
2024-10-29
1
-2
/
+1
*
tor-config: Expose assert_config_error test helper.
Gabriela Moldovan
2024-10-08
1
-0
/
+2
*
tor-config: move Listen to its own module.
Nick Mathewson
2024-09-25
1
-0
/
+2
*
tor-config: Move FileWatcher to tor-config.
Gabriela Moldovan
2024-08-21
1
-0
/
+1
*
arti-client: Move BuilderExt to tor-config.
Gabriela Moldovan
2024-08-05
1
-0
/
+1
*
Change deftly syntax to post 0.12.1 version
Ian Jackson
2024-06-17
1
-1
/
+1
*
Update to derive-deftly 0.12.1
Ian Jackson
2024-06-17
1
-1
/
+1
*
tor-config: Re-export serde_value.
Gabriela Moldovan
2024-06-03
1
-0
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Convert tor-config to use figment.
Nick Mathewson
2024-04-22
1
-6
/
+12
*
derive-deftly: Call pub_template_semver_check
Ian Jackson
2024-04-03
1
-0
/
+2
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-1
/
+1
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
1
-9
/
+30
|
\
|
*
tor-config: Update documentation to not refer to config crate.
Nick Mathewson
2024-03-13
1
-1
/
+1
|
*
config: Remove From impls from config::ConfigError
Nick Mathewson
2024-03-13
1
-1
/
+1
|
*
tor-config: Put config::Config inside a wrapper type.
Nick Mathewson
2024-03-13
1
-0
/
+16
|
*
tor_config: Hide macro-only re-exports.
Nick Mathewson
2024-03-13
1
-8
/
+13
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
|
/
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
tor-config: flatten: always use field list from serde
Ian Jackson
2023-09-20
1
-1
/
+1
*
tor-config: flatten: Break out flattenable_extract_fields
Ian Jackson
2023-09-20
1
-1
/
+1
*
tor_config: Provide Flatten
Ian Jackson
2023-09-20
1
-0
/
+7
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
[next]