summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-config: flatten: Break out flattenable_extract_fieldsIan Jackson2023-09-202-25/+41
* tor-config: flatten: Introduce FieldList type aliasIan Jackson2023-09-201-6/+9
* tor_config: flatten: Abolish FlattenErrorIan Jackson2023-09-201-38/+9
* tor_config: flatten tests: Remove the obsolete todoIan Jackson2023-09-201-1/+0
* tor_config: Add a note about FlattenErrorIan Jackson2023-09-201-0/+8
* tor_config: Flatten: Explain why the inner ref Flatten for serIan Jackson2023-09-201-0/+5
* tor_config: Flatten: Add missing tst annotationIan Jackson2023-09-201-0/+1
* tor_config: Provide FlattenIan Jackson2023-09-204-0/+690
* tor-config: Listen: Clarify localhost_port_legacyIan Jackson2023-09-121-1/+1
* tor-config: Listen: Fix a typoIan Jackson2023-09-121-2/+2
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-1/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-2/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-239-0/+9
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-1/+1
* tor-config: Expand NoProjectDirs error messageIan Jackson2023-08-081-1/+1
* tor-config: Add ConfigurationSources::try_from_cmdlineIan Jackson2023-08-073-7/+36
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-1/+0
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-4/+4
* tor-config: Remove unused ItemOrBool helper.Gabriela Moldovan2023-07-132-63/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-109-0/+10
* Merge branch 'allow_missing_panics' into 'main'Ian Jackson2023-07-071-1/+0
|\
| * Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* | tor-config: Use next_back() instead of rev().next()Nick Mathewson2023-07-031-1/+1
|/
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-2/+2
* tor-config: Remove semver.mdGabriela Moldovan2023-06-291-1/+0
* tor-config: Make ItemOrBool an experimental feature.Gabriela Moldovan2023-06-292-0/+12
* config: Add ItemOrBool helper for deserializing a bool or a value.Gabriela Moldovan2023-06-292-0/+60
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\
| * lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* | Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
|/
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-4/+4
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-3/+1
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+4
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-4/+4
* Use bool::then_some() as appropriateNick Mathewson2023-04-111-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Remove semver.md files.Nick Mathewson2023-03-311-4/+0
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Fix typosDimitris Apostolou2023-03-241-1/+1
* Merge branch 'paths' into 'main'Alexander Færøy2023-03-232-5/+64
|\
| * tor-config: Apply deferred rustfmt churnIan Jackson2023-03-211-4/+4