summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'delete-semvers' into 'main'Ian Jackson2024-02-051-1/+0
|\
| * Remove all semver.md files to start a fresh release roundIan Jackson2024-02-051-1/+0
* | Bump minor versionsIan Jackson2024-02-051-9/+9
|/
* Mark lower-level hs-service features non-experimentalNick Mathewson2024-01-231-2/+2
* Merge branch 'enc_key_cert_signbit' into 'main'Nick Mathewson2024-01-172-6/+14
|\
| * hsdesc: Document why enc_key_cert signbit is always zero.Nick Mathewson2024-01-162-6/+14
* | semver note.Nick Mathewson2024-01-161-0/+1
* | RouterStatus: Add test functions for Fast and Stable flags.Nick Mathewson2024-01-161-0/+8
|/
* tor-netdoc: Turn a TODO HSS into #1221.Gabriela Moldovan2024-01-111-1/+2
* tor-netdoc: Downgrade some TODO HSS to TODO.Gabriela Moldovan2024-01-112-2/+2
* Remove pending semver entriesarti-v1.1.12Nick Mathewson2024-01-091-1/+0
* Followup patchlevel bumpsNick Mathewson2024-01-091-1/+1
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-2/+2
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-5/+5
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* tor-netdoc: Make HsDescBuilder::auth_clients take an Option.Gabriela Moldovan2023-12-142-11/+19
* upgrade to toml 0.8.8Nick Mathewson2023-12-051-1/+2
* Merge branch 'msrv-followup' into 'main'Nick Mathewson2023-12-042-5/+1
|\
| * netdoc: Remove an "unknown_lints" exception.Nick Mathewson2023-11-301-1/+0
| * netdoc: refactor to use a let-else.Nick Mathewson2023-11-301-4/+1
* | Bump minor versions in preparation for releaseNick Mathewson2023-12-041-8/+8
* | Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* | Run fixup-features in preparation for release.Nick Mathewson2023-12-041-1/+1
|/
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | llcrypto: Hide the members of ExpandedKeypair.Nick Mathewson2023-11-291-3/+3
* | llcrypto: Remove redundant re-exports in keymanip.Nick Mathewson2023-11-292-3/+2
* | Remove RngCompatExt.Nick Mathewson2023-11-294-15/+8
* | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-294-15/+16
|/
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-2/+2
* Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-5/+0
* Patch version bumps in crates without breaking changesNick Mathewson2023-10-311-2/+2
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-4/+4
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt).Gabriela Moldovan2023-10-301-17/+21
* tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs.Gabriela Moldovan2023-10-304-15/+18
* Remove a broken rustdoc link and fix a typo.Nick Mathewson2023-10-271-3/+0
* tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.Gabriela Moldovan2023-10-253-11/+8
* tor-netdoc: Change return type of create_desc_sign_key_cert.Gabriela Moldovan2023-10-251-6/+3
* tor-netdoc: Building a descriptor now only requires the public part of blinde...Gabriela Moldovan2023-10-252-8/+11
* tor-netdoc: Remove now-unused blinded_id field.Gabriela Moldovan2023-10-252-7/+0
* tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ...Gabriela Moldovan2023-10-253-21/+34
* tor-netdoc: Add helper function for computing the descriptor signing key cert.Gabriela Moldovan2023-10-254-15/+35
* tor-dirclient, tor-netdoc: Add TODO SPECs.Gabriela Moldovan2023-10-241-0/+3
* tor-netdoc: Use an unpadded base64 encoding for the signature.Gabriela Moldovan2023-10-241-3/+3
* Fix unresolved reference in documentationhalcyon2023-10-231-1/+2
* Remove deprecated ItemArgument impl for SystemTimehalcyon2023-10-231-27/+1
* Cleanup fmt_with doc comment after merge discussionhalcyon2023-10-231-2/+4
* Remove todo, std::fmt::Error doesnt allow for information transitionhalcyon2023-10-221-2/+0
* Handle time formatting through Time crate rather than string allocationshalcyon2023-10-202-17/+19