summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Bump crates that have had no API changes.Nick Mathewson2022-10-031-1/+1
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-12/+0
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-3/+3
* Fix a rustdoc link error.Nick Mathewson2022-08-311-1/+1
* Merge branch 'refactor-anyhow-arti-crate' into 'main'Nick Mathewson2022-08-313-5/+4
|\
| * Remove `anyhow` from `tor-config` crateArturo Marquez2022-08-283-5/+4
* | tor-config: DisfavouredKey: Linkify DisplayIan Jackson2022-08-301-1/+1
* | tor-config: DisfavouredKey: Widen applicability of .to_string()Ian Jackson2022-08-301-1/+1
* | Add documentation note on `to_string()` usage for DisfavouredKey.Alexander Færøy2022-08-301-0/+2
|/
* Merge branch 'clippy' into 'main'Nick Mathewson2022-08-261-0/+8
|\
| * tor-config: tests: Apply standard lint block in sources.rsIan Jackson2022-08-251-0/+8
* | Improve error from bad escapes in a toml config.Nick Mathewson2022-08-255-16/+64
* | Bump toml dependencyIan Jackson2022-08-251-2/+1
* | 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-252-10/+69
* | tor-config: Introduce ResolutionResultsIan Jackson2022-08-254-21/+53
* | tor-config: Rename UnrecognizedKey to DisfavouredKeyIan Jackson2022-08-251-18/+18
* | tor-config: Provide misc::ListenIan Jackson2022-08-252-0/+311
* | tor-config misc tests: Add standard lint suppression blockIan Jackson2022-08-251-0/+8
|/
* tor-config: semver.md: Document change to ConfigurationSource enumIan Jackson2022-08-251-1/+2
* 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 watch: Fix and reduce debounce intervalIan Jackson2022-08-251-0/+1
* 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-252-12/+107
* config sources: Introduce scan() and FoundConfigFilesIan Jackson2022-08-252-46/+136
* 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-242-0/+4
* tor-config: resolve_option_general: Add semver noteIan Jackson2022-08-231-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
* Add semver notesIan Jackson2022-08-171-0/+2
* Fix typos in comments.eta2022-08-171-1/+1
* tor-config: Introduce PaddingLevelIan Jackson2022-08-163-0/+115
* tor-config: Introduce ReconfigureError::BugIan Jackson2022-08-161-0/+4
* Update shellexpand, and switch to non-forkIan Jackson2022-08-051-1/+1
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-1/+1
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-1/+1
* fix nighly clippytrinity-1686a2022-07-232-5/+5