summaryrefslogtreecommitdiff
path: root/crates/tor-config/src
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-config Listen: Rename localhost_port_legacy (from _deprecated)Ian Jackson2022-08-251-2/+2
* | tor-config Listen: Add a note about EADDRINUSEIan Jackson2022-08-251-0/+1
* | tor-config; Listen: Return addresses in groups for error behaviourIan Jackson2022-08-251-8/+20
* | tor-config: Provide resolve_alternative_specsIan Jackson2022-08-251-0/+78
* | tor-config: Support tracking deprecated config keysIan Jackson2022-08-251-9/+68
* | tor-config: Introduce ResolutionResultsIan Jackson2022-08-253-21/+49
* | tor-config: Rename UnrecognizedKey to DisfavouredKeyIan Jackson2022-08-251-18/+18
* | tor-config: Provide misc::ListenIan Jackson2022-08-251-0/+310
* | tor-config misc tests: Add standard lint suppression blockIan Jackson2022-08-251-0/+8
|/
* tor-config source: just ConfigurationSource, not FoundConfigFileIan Jackson2022-08-251-60/+21
* tor-config: Replace dir detection with ConfigurationSource enumIan Jackson2022-08-252-31/+81
* tor-config: Provide is_syntactically_directory helper functionIan Jackson2022-08-251-0/+48
* tor-config: MustRead: Make publicIan Jackson2022-08-251-1/+2
* config sources: Read arti.d as well as arti.tomlIan Jackson2022-08-251-8/+10
* config sources tests: Test results of directory scanIan Jackson2022-08-251-1/+12
* config sources tests: Break out sources_nodefaultsIan Jackson2022-08-251-5/+12
* config sources tests: Introduce test of reading directoryIan Jackson2022-08-251-0/+29
* config sources: Supporting reading directoriesIan Jackson2022-08-251-12/+106
* config sources: Introduce scan() and FoundConfigFilesIan Jackson2022-08-251-46/+135
* tor-config sources: Remove some unneeded .to_string() from testsIan Jackson2022-08-251-4/+4
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-config: resolve_option_general: Add TODO about exampleIan Jackson2022-08-231-0/+5
* Fix syntax in doc comment.Nick Mathewson2022-08-231-1/+1
* tor-config: Provide resolve_option_general, for T: !Default etc.Ian Jackson2022-08-221-4/+43
* Fix typos in comments.eta2022-08-171-1/+1
* tor-config: Introduce PaddingLevelIan Jackson2022-08-162-0/+114
* tor-config: Introduce ReconfigureError::BugIan Jackson2022-08-161-0/+4
* fix nighly clippytrinity-1686a2022-07-232-5/+5
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-0/+9
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* tor-config: style fixes on CfgPathError.Nick Mathewson2022-06-221-6/+6
* tor-config: Don't format source error as part of error messageNick Mathewson2022-06-221-2/+2
* impl_standard_builder: Allow for !DefaultIan Jackson2022-06-161-13/+54
* tor-config: impl_standard_builder: handle contexts with local ResultIan Jackson2022-06-161-1/+1
* config: Suppose that we might extend resolve_option to non-T::DefaultIan Jackson2022-06-101-0/+2
* config: Do not strip_option for journald (and in future)Ian Jackson2022-06-101-0/+3
* Fix typosDimitris Apostolou2022-06-052-5/+5
* tor-config: Fix a doc linkIan Jackson2022-06-011-1/+1
* Merge branch 'lint' into 'main'Ian Jackson2022-05-311-0/+3
|\
| * lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
| * lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* | Merge branch 'config-test' into 'main'Ian Jackson2022-05-312-2/+110
|\ \
| * | tor-config: Suppress unwrap lint in testsIan Jackson2022-05-311-0/+1
| * | tor-config: resolve_option tests: disable rsutfmtIan Jackson2022-05-311-0/+1
| * | tor-config: Add comprehensive tests for resolve_optionIan Jackson2022-05-311-0/+71
| * | config: Provide tor_config::resolve_option and resolve journaldIan Jackson2022-05-301-0/+36
| * | tor-config: Drop Serialize and Deserialize from a test typeIan Jackson2022-05-301-2/+1
| |/
* | Merge branch 'tor-config-tests' into 'main'Nick Mathewson2022-05-314-1/+122
|\ \
| * | Add a few coverage-based tests to tor-config.Nick Mathewson2022-05-314-1/+122
* | | Revert "Remove dbg!()s in tor-config"Ian Jackson2022-05-271-0/+5
| |/ |/|