summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-3/+3
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-139-89/+131
|\
| * Grammar fix.gabi-2502024-03-131-1/+1
| * Remove now-needless dependencies on the "config" crateNick Mathewson2024-03-131-1/+0
| * tor-config: Update documentation to not refer to config crate.Nick Mathewson2024-03-134-11/+12
| * config: Remove From impls from config::ConfigErrorNick Mathewson2024-03-134-18/+18
| * tor-config: Put config::Config inside a wrapper type.Nick Mathewson2024-03-136-23/+34
| * Use ConfigurationSource::Verbatim in our tests.Nick Mathewson2024-03-132-16/+24
| * tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-132-12/+29
| * tor_config: Hide macro-only re-exports.Nick Mathewson2024-03-133-12/+18
* | Run maint/add_warning.Nick Mathewson2024-03-1310-0/+10
|/
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-1/+1
|/
* Upgrade to latest config.Gabriela Moldovan2024-02-281-2/+2
* educe: Use std's default for two structsIan Jackson2024-02-121-3/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-122-10/+6
* Bump patch versions *with* dependency updateIan Jackson2024-02-051-1/+1
* Bump patch versions (without dependency updates)Ian Jackson2024-02-051-1/+1
* Require tracing-test 0.2.4Ian Jackson2024-01-311-1/+1
* Require tracing-test 0.2.2Ian Jackson2024-01-311-1/+1
* Upgrade to strum 0.26Nick Mathewson2024-01-301-1/+1
* config: Fix output of NoCompileTimeSupport::withinNick Mathewson2024-01-161-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Fix typosDimitris Apostolou2024-01-081-1/+1
* Update to derive-adhoc 0.8Ian Jackson2024-01-021-1/+1
* upgrade to toml 0.8.8Nick Mathewson2023-12-051-1/+1
* Merge branch 'msrv-followup' into 'main'Nick Mathewson2023-12-041-3/+1
|\
| * tor-config: use black_box in test.Nick Mathewson2023-11-301-3/+1
* | Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-3/+3
|/
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Require config ≥ 0.13.4Nick Mathewson2023-11-291-2/+2
|/
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-1/+1
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-1/+1
* Merge branch 'generic-listen' into 'main'Nick Mathewson2023-10-161-1/+50
|\
| * Test for Listen DisplayJani Monoses2023-09-261-0/+24
| * Do not writelns in Display, undo localhost_port_legacy changes.Jani Monoses2023-09-251-4/+3
| * arti, tor-config: Allow listening on generic addresses for SOCKS and DNS.Jani Monoses2023-09-221-3/+29
* | tor-config: derive Default for FlattenNick Mathewson2023-10-031-1/+1
* | Remove semver.md files now that 1.1.9 is out.Nick Mathewson2023-10-021-1/+0
* | Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-1/+1
|/
* tor-config: flatten: Remove a redundant allowIan Jackson2023-09-201-1/+0
* tor-config: flatten: Sort out names for field extractorIan Jackson2023-09-201-12/+12
* tor-config: flatten: always use field list from serdeIan Jackson2023-09-202-48/+17
* tor-config: flatten: Performance of flattenable_extract_fieldsIan Jackson2023-09-201-0/+31