summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-6/+6
* Fix word duplicate typosTobias Stoeckmann2026-03-151-2/+2
* Bump strum to 0.28Gabriela Moldovan2026-03-041-1/+1
* Bump toml to 1.0.3Gabriela Moldovan2026-03-041-1/+1
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-6/+6
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-2/+2
* tor-config: future-proof #[cfg] attribute.Nick Mathewson2026-02-241-17/+17
* tor-config: Add an option to reject configured-out optionsNick Mathewson2026-02-241-6/+55
* tor-config: Have macros document more types and fnsNick Mathewson2026-02-242-0/+3
* tor-config: Fix cfg() on sub_buildersNick Mathewson2026-02-241-0/+12
* Merge branch 'config-migrate-part1' into 'main'gabi-2502026-02-202-4/+16
|\
| * tor-config: fix and improve ExtendBuilder override.Nick Mathewson2026-02-172-3/+15
| * tor-config: derive list builders with the visibility of their setters.Nick Mathewson2026-02-171-1/+1
* | Document resolve_option_general behaviormoumenalaoui2026-02-181-10/+39
|/
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* Merge branch 'feature/cmdline-paths' into 'main'Nick Mathewson2026-02-091-2/+10
|\
| * Expand allowable unquoted syntax for configuration arguments in CLI.carti-it2026-02-091-2/+10
* | release: Remove semver.md files from 2.0.0 release.Wesley Aptekar-Cassels2026-02-021-1/+0
* | release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-6/+6
* | Merge branch 'legacy-port-config' into 'main'wesleyac2026-02-022-79/+1
|\ \
| * | tor-config: remove `resolve_alternative_specs` functionSteven Engler2026-02-012-81/+1
| * | arti: remove `resolve_listen_port!` macroSteven Engler2026-01-291-3/+5
* | | Merge branch 'main' into 'main'gabi-2502026-02-021-1/+1
|\ \ \ | |/ / |/| |
| * | fix(minver): Update paste dependency to be minver compatibleSamuel Cobb2026-01-261-1/+1
* | | maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
|/ /
* | meta: Remove all semver.md files post-releaseClara Engler2026-01-131-2/+0
* | 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
|\