summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-6/+6
* tor-config: small typo fix in docsSteven Engler2026-01-071-1/+2
* tor_config::listen: Warn on explicit port zero.Nick Mathewson2025-12-161-2/+17
* tor_config::Listen: Add methods to check for auto and port 0.Nick Mathewson2025-12-161-0/+37
* tor_config::Listen: Add "auto" itemsNick Mathewson2025-12-161-7/+55
* tor_config::Listen: Deprecate localhost_port_legacy.Nick Mathewson2025-12-161-1/+5
* tor_config::Listen: Refactor legacy methods.Nick Mathewson2025-12-161-22/+26
* tor-config: Make derive(Flattenable) use $crate.Nick Mathewson2025-12-091-4/+3
* Revert "tor-config: Code to serialize Option<Option<Duration>> via humantime"Nick Mathewson2025-12-093-28/+0
* tor-config: new derive_deftly(TorConfig) template.Nick Mathewson2025-12-093-0/+3042
* tor-config: New Buildable trait.Nick Mathewson2025-12-091-2/+18
* tor-config: Helper types for setters to take as argumentsNick Mathewson2025-12-092-0/+135
* tor-config: Code to serialize Option<Option<Duration>> via humantimeNick Mathewson2025-12-093-0/+28
* tor_config: Make ListBuilders implement ExtendBuilder.Nick Mathewson2025-12-091-0/+11
* tor-config: Give Flattenable template a location.Nick Mathewson2025-12-091-0/+1
* tor-config: Allow Flattenable to apply to types with generics.Nick Mathewson2025-12-091-1/+2
* map_builder: Alternative syntax for use by derive(TorConfig)Nick Mathewson2025-12-091-5/+51
* extend_builder: Implement ExtendBuilder for HashMap.Nick Mathewson2025-12-091-1/+17
* tor-config: missing #[allow(dead_code)] in derive_list_builder_helperNick Mathewson2025-12-091-0/+1
* tor-config: missing $crate in derive_list_builder_helperNick Mathewson2025-12-091-1/+1
* tor-config: obviate need for Educe in derive_list_builder_helperNick Mathewson2025-12-091-2/+11
* Update to derive-deftly 1.6.0Ian Jackson2025-12-031-1/+1
* Merge branch 'listen' into 'main'opara2025-12-022-112/+313
|\
| * tor-config: improve comments about adding functionalitySteven Engler2025-12-021-5/+7
| * tor-config: add more comments to `ListenItem`Steven Engler2025-12-021-1/+10
| * tor-config: rename `Listen::is_localhost_only` to `is_loopback_only`Steven Engler2025-12-022-2/+11
| * tor-config: add new `CustomizableListen`Steven Engler2025-12-021-101/+193
| * tor-config: fix some localhost vs loopback names/commentsSteven Engler2025-11-141-4/+5
| * tor-config: made `InvalidListen` privateSteven Engler2025-11-142-1/+2
| * tor-config: simplify a match statementSteven Engler2025-11-141-8/+4
| * tor-config: add serde error messages to `ListenSerde` and `ListenItemSerde`Steven Engler2025-11-141-2/+13
| * tor-config: add more tests for `Listen`Steven Engler2025-11-141-0/+81
| * tor-config: remove unneeded `Serialize`/`Deserialize`Steven Engler2025-11-131-2/+1
* | Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-6/+6
* | Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2025-12-021-1/+1
|/
* tor-config: fix error source for `ConfigLoadError`Steven Engler2025-11-131-1/+7
* Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\
| * Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0613-14/+14
|/
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-8/+8
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* tor-config: remove stale comment on `ConfigurationSources::try_from_cmdline`Steven Engler2025-10-081-2/+0
* tor-config: add `ConfigurationSources::options()`Steven Engler2025-10-081-0/+7
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-8/+8
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* config: clarify TODO on PaddingLevel.Nick Mathewson2025-09-171-1/+3
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-8/+8