summaryrefslogtreecommitdiff
path: root/crates/tor-config/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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-202-0/+687
* tor-config: Listen: Clarify localhost_port_legacyIan Jackson2023-09-121-1/+1
* tor-config: Listen: Fix a typoIan Jackson2023-09-121-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-071-7/+34
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* tor-config: Remove unused ItemOrBool helper.Gabriela Moldovan2023-07-131-63/+0
* 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
|/
* tor-config: Make ItemOrBool an experimental feature.Gabriela Moldovan2023-06-291-0/+4
* config: Add ItemOrBool helper for deserializing a bool or a value.Gabriela Moldovan2023-06-291-0/+59
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Use bool::then_some() as appropriateNick Mathewson2023-04-111-1/+1
* Fix typosDimitris Apostolou2023-03-241-1/+1
* tor-config: Apply deferred rustfmt churnIan Jackson2023-03-211-4/+4
* tor-config: Do minimal $ and ~ handling even without expand-pathsIan Jackson2023-03-211-2/+54
* tor-config: Make CfgPathError PartialEq but only when testingIan Jackson2023-03-211-0/+1
* tor-config: Fix build when expand-paths is disabledIan Jackson2023-03-211-2/+5
* tor-config: paths, unexpanded: use infallible conversionIan Jackson2023-03-211-2/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-279-0/+9
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Upgrade toml to version 0.6.Nick Mathewson2023-01-251-27/+41
* Fix typosDimitris Apostolou2023-01-071-1/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+25
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-122-2/+18
* tor-config: Update to shellexpand 3.xIan Jackson2022-12-061-1/+5
* tor-config: home dir handling: fmt pre-patchIan Jackson2022-12-061-1/+3
* tor-basic-utils: list_builder: Use standard test lint blockIan Jackson2022-11-291-0/+8
* tor-config MultilineListBuilder: Test deserialisationIan Jackson2022-11-291-0/+45
* tor-config MultilineListBuilder: Print line number starting at 1, not 0Ian Jackson2022-11-291-1/+1