summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-config: improve comments about adding functionalitySteven Engler2025-12-021-5/+7
| * tor-config: add more comments to `ListenItem`Steven Engler2025-12-021-1/+10
| * tor-config: rename `Listen::is_localhost_only` to `is_loopback_only`Steven Engler2025-12-022-2/+11
| * tor-config: add new `CustomizableListen`Steven Engler2025-12-021-101/+193
| * tor-config: fix some localhost vs loopback names/commentsSteven Engler2025-11-141-4/+5
| * tor-config: made `InvalidListen` privateSteven Engler2025-11-142-1/+2
| * tor-config: simplify a match statementSteven Engler2025-11-141-8/+4
| * tor-config: add serde error messages to `ListenSerde` and `ListenItemSerde`Steven Engler2025-11-141-2/+13
| * tor-config: add more tests for `Listen`Steven Engler2025-11-141-0/+81
| * tor-config: remove unneeded `Serialize`/`Deserialize`Steven Engler2025-11-131-2/+1
* | Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-6/+6
* | Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2025-12-021-1/+1
|/
* tor-config: fix error source for `ConfigLoadError`Steven Engler2025-11-131-1/+7
* Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\
| * Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0613-14/+14
|/
* 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