| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump minor versions in preparation for release | Nick Mathewson | 2023-12-04 | 1 | -8/+8 |
| * | Bump patchlevel versions in preparation for release | Nick Mathewson | 2023-12-04 | 1 | -1/+1 |
| * | Run fixup-features in preparation for release. | Nick Mathewson | 2023-12-04 | 1 | -1/+1 |
| * | Merge branch 'msrv-bump-1.70' into 'main' | Ian Jackson | 2023-11-30 | 1 | -1/+1 |
| |\ |
|
| | * | In every crate, change rust-version to 1.70. | Nick Mathewson | 2023-11-28 | 1 | -1/+1 |
| * | | llcrypto: Hide the members of ExpandedKeypair. | Nick Mathewson | 2023-11-29 | 1 | -3/+3 |
| * | | llcrypto: Remove redundant re-exports in keymanip. | Nick Mathewson | 2023-11-29 | 2 | -3/+2 |
| * | | Remove RngCompatExt. | Nick Mathewson | 2023-11-29 | 4 | -15/+8 |
| * | | Convert to the latest versions of dalek-cryptography | Nick Mathewson | 2023-11-29 | 4 | -15/+16 |
| |/ |
|
| * | Upgrade to itertools 0.12.0 | Nick Mathewson | 2023-11-15 | 1 | -2/+2 |
| * | Remove semver.md files from arti 1.1.10 | Nick Mathewson | 2023-10-31 | 1 | -5/+0 |
| * | Patch version bumps in crates without breaking changes | Nick Mathewson | 2023-10-31 | 1 | -2/+2 |
| * | Minor version bumps in crates with breaking changes. | Nick Mathewson | 2023-10-31 | 1 | -4/+4 |
| * | tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs (fmt). | Gabriela Moldovan | 2023-10-30 | 1 | -17/+21 |
| * | tor-netdoc: Use the new HandshakeType enum to represent CREATE2 HTYPEs. | Gabriela Moldovan | 2023-10-30 | 4 | -15/+18 |
| * | Remove a broken rustdoc link and fix a typo. | Nick Mathewson | 2023-10-27 | 1 | -3/+0 |
| * | tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>. | Gabriela Moldovan | 2023-10-25 | 3 | -11/+8 |
| * | tor-netdoc: Change return type of create_desc_sign_key_cert. | Gabriela Moldovan | 2023-10-25 | 1 | -6/+3 |
| * | tor-netdoc: Building a descriptor now only requires the public part of blinde... | Gabriela Moldovan | 2023-10-25 | 2 | -8/+11 |
| * | tor-netdoc: Remove now-unused blinded_id field. | Gabriela Moldovan | 2023-10-25 | 2 | -7/+0 |
| * | tor-netdoc: Update HsDesc, HsDescOuter to accept the hs_desc_sign cert as an ... | Gabriela Moldovan | 2023-10-25 | 3 | -21/+34 |
| * | tor-netdoc: Add helper function for computing the descriptor signing key cert. | Gabriela Moldovan | 2023-10-25 | 4 | -15/+35 |
| * | tor-dirclient, tor-netdoc: Add TODO SPECs. | Gabriela Moldovan | 2023-10-24 | 1 | -0/+3 |
| * | tor-netdoc: Use an unpadded base64 encoding for the signature. | Gabriela Moldovan | 2023-10-24 | 1 | -3/+3 |
| * | Fix unresolved reference in documentation | halcyon | 2023-10-23 | 1 | -1/+2 |
| * | Remove deprecated ItemArgument impl for SystemTime | halcyon | 2023-10-23 | 1 | -27/+1 |
| * | Cleanup fmt_with doc comment after merge discussion | halcyon | 2023-10-23 | 1 | -2/+4 |
| * | Remove todo, std::fmt::Error doesnt allow for information transition | halcyon | 2023-10-22 | 1 | -2/+0 |
| * | Handle time formatting through Time crate rather than string allocations | halcyon | 2023-10-20 | 2 | -17/+19 |
| * | Fix unresolved link warning | halcyon | 2023-10-20 | 1 | -1/+1 |
| * | Add Test for different Netdoc ItemArgument time formats | halcyon | 2023-10-20 | 1 | -0/+29 |
| * | Implement Netdoc ItemArgument for Iso8601TimeNoSp and Iso8601TimeSp | halcyon | 2023-10-20 | 1 | -2/+15 |
| * | Implement Display for Iso8601TimeNoSp and Iso8601TimeSp | halcyon | 2023-10-20 | 1 | -0/+38 |
| * | Explain why we are sorting intro points. | Nick Mathewson | 2023-10-16 | 1 | -0/+7 |
| * | Sort introduction point lists by ntor public key. | Neel Chauhan | 2023-10-16 | 1 | -16/+18 |
| * | Remove semver.md files now that 1.1.9 is out. | Nick Mathewson | 2023-10-02 | 1 | -2/+0 |
| * | Patchlevel bumps to crates whose dependencies just changed. | Nick Mathewson | 2023-10-02 | 1 | -2/+2 |
| * | Minor-version bumps, for crates with breaking changes. | Nick Mathewson | 2023-10-02 | 1 | -1/+1 |
| * | Patchlevel bumps, with dependents affected. | Nick Mathewson | 2023-10-02 | 1 | -3/+3 |
| * | tor-netdoc: Remove outdated note. | Gabriela Moldovan | 2023-09-25 | 1 | -4/+0 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ... | Gabriela Moldovan | 2023-09-25 | 3 | -6/+6 |
| * | tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S... | Gabriela Moldovan | 2023-09-25 | 4 | -13/+14 |
| * | tor-netdoc: "testing" feature: Provide test_parsed_hsdesc | Ian Jackson | 2023-09-18 | 1 | -12/+20 |
| * | tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID (fmt) | Ian Jackson | 2023-09-18 | 1 | -4/+1 |
| * | tor-netdoc: tests: Hoist out TEST_DATA_HS_BLIND_ID | Ian Jackson | 2023-09-18 | 1 | -3/+9 |
| * | Update patchlevel for crates with nontrivial changes. | Nick Mathewson | 2023-09-05 | 1 | -7/+7 |
| * | Merge branch 'upgrades' into 'main' | Nick Mathewson | 2023-09-05 | 1 | -1/+1 |
| |\ |
|
| | * | Upgrade to visibility 0.1.0 | Nick Mathewson | 2023-09-05 | 1 | -1/+1 |
| * | | tor-netdoc: provide a IntroPointDescBuilder (fmt) | Ian Jackson | 2023-08-29 | 1 | -2/+1 |
| * | | tor-netdoc: provide a IntroPointDescBuilder | Ian Jackson | 2023-08-29 | 1 | -0/+13 |
| |/ |
|