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
...
*
|
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
*
tor_config: Make ListBuilders implement ExtendBuilder.
Nick Mathewson
2025-12-09
1
-0
/
+11
*
tor-config: Give Flattenable template a location.
Nick Mathewson
2025-12-09
1
-0
/
+1
*
tor-config: Allow Flattenable to apply to types with generics.
Nick Mathewson
2025-12-09
1
-1
/
+2
*
map_builder: Alternative syntax for use by derive(TorConfig)
Nick Mathewson
2025-12-09
1
-5
/
+51
*
extend_builder: Implement ExtendBuilder for HashMap.
Nick Mathewson
2025-12-09
1
-1
/
+17
*
tor-config: missing #[allow(dead_code)] in derive_list_builder_helper
Nick Mathewson
2025-12-09
1
-0
/
+1
*
tor-config: missing $crate in derive_list_builder_helper
Nick Mathewson
2025-12-09
1
-1
/
+1
*
tor-config: obviate need for Educe in derive_list_builder_helper
Nick Mathewson
2025-12-09
1
-2
/
+11
*
Update to derive-deftly 1.6.0
Ian Jackson
2025-12-03
1
-1
/
+1
*
Merge branch 'listen' into 'main'
opara
2025-12-02
2
-112
/
+313
|
\
|
*
tor-config: improve comments about adding functionality
Steven Engler
2025-12-02
1
-5
/
+7
|
*
tor-config: add more comments to `ListenItem`
Steven Engler
2025-12-02
1
-1
/
+10
|
*
tor-config: rename `Listen::is_localhost_only` to `is_loopback_only`
Steven Engler
2025-12-02
2
-2
/
+11
|
*
tor-config: add new `CustomizableListen`
Steven Engler
2025-12-02
1
-101
/
+193
|
*
tor-config: fix some localhost vs loopback names/comments
Steven Engler
2025-11-14
1
-4
/
+5
|
*
tor-config: made `InvalidListen` private
Steven Engler
2025-11-14
2
-1
/
+2
|
*
tor-config: simplify a match statement
Steven Engler
2025-11-14
1
-8
/
+4
|
*
tor-config: add serde error messages to `ListenSerde` and `ListenItemSerde`
Steven Engler
2025-11-14
1
-2
/
+13
|
*
tor-config: add more tests for `Listen`
Steven Engler
2025-11-14
1
-0
/
+81
|
*
tor-config: remove unneeded `Serialize`/`Deserialize`
Steven Engler
2025-11-13
1
-2
/
+1
*
|
Bump all the unstable tor- and arti- crates to 0.37.0.
Gabriela Moldovan
2025-12-02
1
-6
/
+6
*
|
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2025-12-02
1
-1
/
+1
|
/
*
tor-config: fix error source for `ConfigLoadError`
Steven Engler
2025-11-13
1
-1
/
+7
*
Bump derive-deftly to 1.5.0
Ian Jackson
2025-11-07
1
-1
/
+1
*
Merge branch 'deftly-1.4' into 'main'
opara
2025-11-06
1
-1
/
+1
|
\
|
*
Bump derive-deftly to 1.4.0
Ian Jackson
2025-11-06
1
-1
/
+1
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
13
-14
/
+14
|
/
*
maint: bump minor versions of all published crates
Steven Engler
2025-10-29
1
-8
/
+8
*
Bump MSRV from 1.85.1 to 1.86
Clara Engler
2025-10-21
1
-1
/
+1
*
tor-config: remove stale comment on `ConfigurationSources::try_from_cmdline`
Steven Engler
2025-10-08
1
-2
/
+0
*
tor-config: add `ConfigurationSources::options()`
Steven Engler
2025-10-08
1
-0
/
+7
*
release: Bump versions.
Wesley Aptekar-Cassels
2025-10-02
1
-8
/
+8
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
config: clarify TODO on PaddingLevel.
Nick Mathewson
2025-09-17
1
-1
/
+3
*
Bump MSRV from 1.85 to 1.85.1
Nick Mathewson
2025-09-09
1
-1
/
+1
*
Update to derive-deftly 1.3.0
Ian Jackson
2025-09-02
1
-1
/
+1
*
Bump the minor version of every published crate except for `arti`.
Nick Mathewson
2025-08-28
1
-8
/
+8
[prev]
[next]