index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-config
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
config: Convert some load.rs tests to use dd(TorConfig).
Nick Mathewson
2026-05-18
1
-18
/
+11
*
config: Use derive(TorConfig) for map builder tests.
Nick Mathewson
2026-05-18
1
-14
/
+8
*
config: Implement Default for ConfigurationTree.
Nick Mathewson
2026-05-18
1
-1
/
+1
*
tor-config: remove a needless clone.
Nick Mathewson
2026-05-18
1
-1
/
+1
*
config: Add a merge_from method to ConfigurationTree
Nick Mathewson
2026-05-18
2
-1
/
+23
*
tor-config: Allow inspecting parts of a ConfigurationTree.
Nick Mathewson
2026-05-12
2
-3
/
+65
*
tor-config::derive: use cfg(true) and cfg(false)
Nick Mathewson
2026-05-07
1
-7
/
+4
*
release: Bump tor- and arti- crate versions.
Wesley Aptekar-Cassels
2026-05-06
1
-6
/
+6
*
Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`
Ian Jackson
2026-04-02
1
-1
/
+1
*
Update to derive-deftly 0.10.0.
Ian Jackson
2026-03-31
1
-1
/
+1
*
Bump versions: tor-* and arti-* unstable crates
Ian Jackson
2026-03-30
1
-6
/
+6
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
Bump strum to 0.28
Gabriela Moldovan
2026-03-04
1
-1
/
+1
*
Bump toml to 1.0.3
Gabriela Moldovan
2026-03-04
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-6
/
+6
*
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2026-03-02
1
-2
/
+2
*
tor-config: future-proof #[cfg] attribute.
Nick Mathewson
2026-02-24
1
-17
/
+17
*
tor-config: Add an option to reject configured-out options
Nick Mathewson
2026-02-24
1
-6
/
+55
*
tor-config: Have macros document more types and fns
Nick Mathewson
2026-02-24
2
-0
/
+3
*
tor-config: Fix cfg() on sub_builders
Nick Mathewson
2026-02-24
1
-0
/
+12
*
Merge branch 'config-migrate-part1' into 'main'
gabi-250
2026-02-20
2
-4
/
+16
|
\
|
*
tor-config: fix and improve ExtendBuilder override.
Nick Mathewson
2026-02-17
2
-3
/
+15
|
*
tor-config: derive list builders with the visibility of their setters.
Nick Mathewson
2026-02-17
1
-1
/
+1
*
|
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
*
Bump MSRV from 1.86 to 1.89
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
Merge branch 'feature/cmdline-paths' into 'main'
Nick Mathewson
2026-02-09
1
-2
/
+10
|
\
|
*
Expand allowable unquoted syntax for configuration arguments in CLI.
carti-it
2026-02-09
1
-2
/
+10
*
|
release: Remove semver.md files from 2.0.0 release.
Wesley Aptekar-Cassels
2026-02-02
1
-1
/
+0
*
|
release: Bump `arti-*` and `tor-*` crates to 0.39.0
Wesley Aptekar-Cassels
2026-02-02
1
-6
/
+6
*
|
Merge branch 'legacy-port-config' into 'main'
wesleyac
2026-02-02
2
-79
/
+1
|
\
\
|
*
|
tor-config: remove `resolve_alternative_specs` function
Steven Engler
2026-02-01
2
-81
/
+1
|
*
|
arti: remove `resolve_listen_port!` macro
Steven Engler
2026-01-29
1
-3
/
+5
*
|
|
Merge branch 'main' into 'main'
gabi-250
2026-02-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix(minver): Update paste dependency to be minver compatible
Samuel Cobb
2026-01-26
1
-1
/
+1
*
|
|
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
|
/
/
*
|
meta: Remove all semver.md files post-release
Clara Engler
2026-01-13
1
-2
/
+0
*
|
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-6
/
+6
|
/
*
tor-config: small typo fix in docs
Steven Engler
2026-01-07
1
-1
/
+2
*
tor_config::listen: Warn on explicit port zero.
Nick Mathewson
2025-12-16
1
-2
/
+17
*
tor_config::Listen: Add methods to check for auto and port 0.
Nick Mathewson
2025-12-16
1
-0
/
+37
*
tor_config::Listen: Add "auto" items
Nick Mathewson
2025-12-16
1
-7
/
+55
*
tor_config::Listen: Deprecate localhost_port_legacy.
Nick Mathewson
2025-12-16
1
-1
/
+5
*
tor_config::Listen: Refactor legacy methods.
Nick Mathewson
2025-12-16
1
-22
/
+26
*
tor-config: Make derive(Flattenable) use $crate.
Nick Mathewson
2025-12-09
1
-4
/
+3
*
Revert "tor-config: Code to serialize Option<Option<Duration>> via humantime"
Nick Mathewson
2025-12-09
3
-28
/
+0
*
tor-config: new derive_deftly(TorConfig) template.
Nick Mathewson
2025-12-09
3
-0
/
+3042
*
tor-config: New Buildable trait.
Nick Mathewson
2025-12-09
1
-2
/
+18
*
tor-config: Helper types for setters to take as arguments
Nick Mathewson
2025-12-09
2
-0
/
+135
*
tor-config: Code to serialize Option<Option<Duration>> via humantime
Nick Mathewson
2025-12-09
3
-0
/
+28
[prev]
[next]