summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-8/+8
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* tor-config: remove stale comment on `ConfigurationSources::try_from_cmdline`Steven Engler2025-10-081-2/+0
* tor-config: add `ConfigurationSources::options()`Steven Engler2025-10-081-0/+7
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-8/+8
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* config: clarify TODO on PaddingLevel.Nick Mathewson2025-09-171-1/+3
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-8/+8
* Merge branch 'toml-0.9.5' into 'main'Nick Mathewson2025-08-231-1/+1
|\
| * Upgrade to toml-0.9.5.Nick Mathewson2025-08-181-1/+1
* | clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
|/
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-076-7/+13
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Merge branch 'fix_rustdoc_nightly' into 'main'Nick Mathewson2025-08-051-1/+1
|\
| * Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
* | Bump version of tor-basic-utilsIan Jackson2025-08-051-2/+2
* | Version bumps for 1.4.6Ian Jackson2025-08-051-4/+4
|/
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* tor-config: impl `NotAutoValue` for `ByteQty`Steven Engler2025-07-312-0/+4
* tor-config: add `ExplicitOrAuto::map` and `From<T> for ExplicitOrAuto<T>`Steven Engler2025-07-311-0/+18
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-5/+5
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-config: Removed dependency on `once_cell`hashcatHitman2025-06-142-3/+2
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-5/+5
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+6
* 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-012-6/+5
* tor-config: listen: Replace use of std::net (fmt)Ian Jackson2025-04-081-8/+4
* tor-config: listen: Replace use of std::netIan Jackson2025-04-081-9/+8
* tor-config: Listen: Provide single_address_legacyIan Jackson2025-04-082-1/+24
* tor-config: fix `clippy::double_ended_iterator_last`Steven Engler2025-04-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-5/+5
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-2/+2
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-5/+5
* Upgrade to notify 8.Nick Mathewson2025-02-261-1/+1
* Enable derive-deftly beta featuresIan Jackson2025-02-121-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Bump minor version of fs-mistrustIan Jackson2025-02-071-1/+1
* Merge branch 'versions' into 'main'Ian Jackson2025-02-061-6/+6
|\
| * Version bumps to 0.27.0Ian Jackson2025-02-061-5/+5
| * fs-mistrust: bump minor version, and in-tree depsIan Jackson2025-02-061-1/+1
* | file_watcher: Remove some now-unused thingsIan Jackson2025-02-061-8/+10
* | file_watcher: Use .borrow_mut and sync MutexIan Jackson2025-02-061-10/+4