summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Bump the minor version of every crate.Nick Mathewson2022-11-301-4/+4
* 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
* tor-config list_builder tests: Move Outer up a levelIan Jackson2022-11-291-19/+19
* MultilineListBuilder: Use a manual implementation of DeserializeIan Jackson2022-11-291-2/+52
* Merge branch 'reconfig-bridges-bad' into 'main'Nick Mathewson2022-11-272-2/+15
|\
| * tor-config: Rename to ReconfigureError::UnsupportedSituationIan Jackson2022-11-242-1/+2
| * tor-config: Rename to ConfigBuildError::NoCompileTimeSupportIan Jackson2022-11-242-2/+3
| * tor-guardmgr: Refuse to configure bridges if we don't have the lockIan Jackson2022-11-231-0/+11
* | Merge branch 'stability' into 'main'Nick Mathewson2022-11-231-8/+0
|\ \ | |/ |/|
| * arti-client, tor-config: Remove stability warning from top-level docsIan Jackson2022-11-211-8/+0
* | tor-config: introduce ConfigBuildError::UnsupportedIan Jackson2022-11-211-0/+14
* | tor-config: ConfigBuildError::within: Introduce add_prefixIan Jackson2022-11-211-3/+4
* | Make the bridge list in the builder be a list of BridgeConfigBuilderIan Jackson2022-11-211-26/+24
* | tor-basic-utils: list_builder: Introduce DirectDefaultEmptyListBuilderAccessorsIan Jackson2022-11-211-0/+63
|/
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Fix various typos (using typos tool and hand-inspection)Nick Mathewson2022-10-181-1/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-57/+1
* Fix error messageNick Mathewson2022-10-121-1/+1
* tor-config: Provide MultilineListBuilderIan Jackson2022-10-122-0/+208
* tor-config: Remove unneeded braces in an exampleIan Jackson2022-10-121-1/+1
* tor-config: Provide BoolOrAutoIan Jackson2022-10-121-0/+107
* tor_config: define_list_builder_helper: Support custom serdeIan Jackson2022-10-121-2/+42
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-123-0/+3
* tor-config: CfgPath: Fix two typos "expaneded"Ian Jackson2022-10-111-2/+2
* CfgPath: Add support for ${PROGRAM_DIR}.Nick Mathewson2022-10-071-2/+42
* 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