summaryrefslogtreecommitdiff
path: root/crates/tor-config-path
Commit message (Expand)AuthorAgeFilesLines
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-4/+4
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-4/+4
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-4/+4
* tor-config-path: Fix another Windows warningTobias Stoeckmann2025-08-251-0/+1
* Upgrade to toml-0.9.5.Nick Mathewson2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-073-5/+9
* Merge branch 'msrv-1.85' into 'main'Nick Mathewson2025-08-051-1/+1
|\
| * Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* | Merge branch 'windows_warnings' into 'main'opara2025-08-051-0/+2
|\ \ | |/ |/|
| * Fix Windows compile warningsTobias Stoeckmann2025-08-051-0/+2
* | Version bumps for 1.4.6Ian Jackson2025-08-051-4/+4
|/
* config-path, dirmgr, general-addr: Remove unnecessary parentheses.Gabriela Moldovan2025-07-151-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-4/+4
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-config-path: Removed dependency on `once_cell`hashcatHitman2025-06-143-9/+8
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-4/+4
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+7
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-4/+4
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-6/+0
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-4/+4
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-4/+4
* AF_UNIX terminology: Rename two error variantsIan Jackson2025-03-242-3/+9
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-241-8/+8
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-4/+4
* Upgrade to directories 6Nick Mathewson2025-02-261-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-4/+4
* Upgrade to dirs 6Ian Jackson2025-02-051-1/+1
* Fix not(unix) build error introduced in cb090c7b4c.Alexander Hansen Færøy2025-01-261-2/+2
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-4/+4
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* arti_client_paths: Clean up documentation.Nick Mathewson2024-12-091-4/+7
* Move base CfgPathResolver for arti-client back to tor-config-path.Nick Mathewson2024-12-093-1/+147
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-4/+4
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* CfgAddr: Function to check whether substitutions applyNick Mathewson2024-11-191-0/+10
* tor-config-path: Note an unused error variantNick Mathewson2024-11-191-0/+2
* tor-config-path: add more documentation to `CfgPathResolver`Steven Engler2024-11-181-0/+9
* tor-config-path: remove `Option` from resolver valueSteven Engler2024-11-181-13/+18
* arti-client: moved two tests from tor-config-pathSteven Engler2024-11-181-23/+0
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-182-105/+90
* tor-config-path: begin using the `CfgPathResolver`Steven Engler2024-11-181-20/+28
* tor-config-path: add unused `CfgPathResolver`Steven Engler2024-11-181-1/+60
* tor-config-path: moved 'impl Display for CfgPath' blockSteven Engler2024-11-181-9/+9
* tor-config-path: moved two testsSteven Engler2024-11-181-35/+35
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1