summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto
Commit message (Expand)AuthorAgeFilesLines
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-11/+11
* tor-hscrypto: change redacted `HsId` from "???" to "[…]"Steven Engler2025-08-251-2/+2
* docs: Add notes about hs-pow-full using LGPL deps.Wesley Aptekar-Cassels2025-08-141-1/+1
* tor-hsservice: Add disable_pow_compilation option.Wesley Aptekar-Cassels2025-08-131-0/+5
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-3/+2
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-075-54/+62
* Merge branch 'prop362-fixups' into 'main'wesleyac2025-08-051-0/+1
|\
| * tor-hsservice: Persist suggested_effort.Wesley Aptekar-Cassels2025-08-051-0/+1
* | Merge branch 'msrv-1.85' into 'main'Nick Mathewson2025-08-051-2/+2
|\ \ | |/ |/|
| * Bump to hex-literal 1.0Nick Mathewson2025-08-051-1/+1
| * Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* | Remove semver.md files, post-release.Ian Jackson2025-08-051-1/+0
|/
* Bump version of tor-basic-utilsIan Jackson2025-08-051-2/+2
* Version bumps for 1.4.6Ian Jackson2025-08-051-8/+8
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-312-28/+23
* tor-hscrypto: fix typostcyrus2025-07-232-3/+3
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-9/+9
* 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
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-9/+9
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* tor-hsservice: Make PowManager persist state.Wesley Aptekar-Cassels2025-05-273-2/+8
* tor-hscrypto: Implement Display and FromStr for Seed.Wesley Aptekar-Cassels2025-05-272-1/+29
* tor-hsservice: Initial parts of PowManager.Wesley Aptekar-Cassels2025-05-272-2/+2
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-5/+9
* 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-9/+9
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-9/+9
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-2/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-183-4/+4
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Wrap ed25519-dalek types.Nick Mathewson2025-03-181-8/+7
* tor-hscrypto: Implement Display for TimePeriodhjrgrn2025-03-132-2/+25
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-9/+9
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-9/+9
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-9/+9
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* Merge branch 'upgrades' into 'main'Nick Mathewson2025-01-061-1/+1
|\
| * Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+1
* | Run "fixup-features" in preparation for release.Nick Mathewson2025-01-061-1/+1
|/
* tor-hscrypto: Move encodable key trait impls from tor-key-forge.Gabriela Moldovan2024-12-112-0/+112