summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-6/+6
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-06-011-1/+1
* config: Simplify ConfigurationTree::merge_from to take &mut self.Nick Mathewson2026-05-272-8/+9
* Apply 3 suggestion(s) to 2 file(s)Nick Mathewson2026-05-271-2/+2
* config: Update doctests to use Deftly, and to passNick Mathewson2026-05-273-16/+24
* Give resolve_return_results options to control output_tree.Nick Mathewson2026-05-272-13/+49
* config: Add an `output_tree` to our resolver methods.Nick Mathewson2026-05-271-5/+33
* config: Add a dd(TorConfig) attribute to override apply_defaults().Nick Mathewson2026-05-271-1/+36
* config: Add a method to fill in a builder with unset defaultsNick Mathewson2026-05-276-1/+123
* config: Implement Builder for ListBuilders and MapBuilders.Nick Mathewson2026-05-272-0/+15
* dd(TorConfig): change the order of default vs magicNick Mathewson2026-05-271-21/+28
* config: Fix documentation of ResolutionResultsNick Mathewson2026-05-271-1/+1
* Move metrics config types to tor-config.Wesley Aptekar-Cassels2026-05-262-0/+35
* config: Convert some load.rs tests to use dd(TorConfig).Nick Mathewson2026-05-181-18/+11
* config: Use derive(TorConfig) for map builder tests.Nick Mathewson2026-05-181-14/+8
* config: Implement Default for ConfigurationTree.Nick Mathewson2026-05-181-1/+1
* tor-config: remove a needless clone.Nick Mathewson2026-05-181-1/+1
* config: Add a merge_from method to ConfigurationTreeNick Mathewson2026-05-182-1/+23
* tor-config: Allow inspecting parts of a ConfigurationTree.Nick Mathewson2026-05-122-3/+65
* tor-config::derive: use cfg(true) and cfg(false)Nick Mathewson2026-05-071-7/+4
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-6/+6
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* 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