summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tor-config: Do minimal $ and ~ handling even without expand-pathsIan Jackson2023-03-212-2/+58
| * 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
* | Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-2/+2
|/
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-2/+2
* Upgrade to latest toml crate.Nick Mathewson2023-02-141-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-1/+1
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+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-252-28/+42
* Fix typosDimitris Apostolou2023-01-071-1/+1
* Merge branch 'test-lints' into 'main'eta2023-01-065-2/+43
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+25
| * test lint blocks: Do some semi-manuallyIan Jackson2022-12-122-2/+18
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Merge branch 'doc-config-must' into 'main'Nick Mathewson2022-12-071-0/+60
|\
| * tor-config: Document how to reject compiled-out featuresIan Jackson2022-12-061-0/+49
| * tor-config: Add "particular situations" sections and mention list_builderIan Jackson2022-12-061-0/+11
* | tor-config: Update to shellexpand 3.xIan Jackson2022-12-062-2/+6
* | tor-config: home dir handling: fmt pre-patchIan Jackson2022-12-061-1/+3
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-2/+0
* 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