| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge branch 'update-rust' into 'main' | Ian Jackson | 2026-04-02 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CI: Update Rust to 1.94.1 | Ian Jackson | 2026-04-02 | 2 | -3/+3 | |
| | * | | | | | | | CI: Give path to script to update | Ian Jackson | 2026-04-02 | 1 | -1/+1 | |
| | * | | | | | | | CI: Also update Rust Alpine image in docker-reproducible-build | Ian Jackson | 2026-04-02 | 1 | -1/+1 | |
| | * | | | | | | | CI: Update Alpine for Rust to 3.22 | Ian Jackson | 2026-03-31 | 1 | -1/+1 | |
| | * | | | | | | | CI: Update Rust to 1.94 | Ian Jackson | 2026-03-31 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'deftly-1-11' into 'main' | Clara Engler | 2026-04-02 | 32 | -36/+36 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous` | Ian Jackson | 2026-04-02 | 32 | -36/+36 | |
| * | | | | | | | | | Merge branch 'xtrace' into 'main' | Ian Jackson | 2026-04-02 | 2 | -14/+2 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| | * | | | | | | | | maint: `set -o xtrace` to `set -x` | Clara Engler | 2026-04-02 | 2 | -4/+2 | |
| | * | | | | | | | | maint: Use xtrace instead of echo in hooks | Clara Engler | 2026-04-01 | 2 | -12/+2 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'deftly-strings' into 'main' | Clara Engler | 2026-04-02 | 2 | -38/+31 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: Constructor: Fixes to generated docs | Ian Jackson | 2026-04-01 | 1 | -8/+8 | |
| | * | | | | | | | | tor-netdoc: Constructor: Reformat $/// doc section | Ian Jackson | 2026-04-01 | 1 | -10/+6 | |
| | * | | | | | | | | tor-netdoc: Constructor: Use $/// deftly feature | Ian Jackson | 2026-04-01 | 1 | -30/+27 | |
| | * | | | | | | | | tor-netdoc: parse2 derive: Use $/// deftly feature in a few places | Ian Jackson | 2026-04-01 | 1 | -4/+4 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'semver-doc' into 'main' | Clara Engler | 2026-04-02 | 1 | -6/+11 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | doc/dev/semver_status.md: Explicitly allow coalescing ADDED into BREAKING | Ian Jackson | 2026-04-01 | 1 | -0/+3 | |
| | * | | | | | | | doc/dev/semver_status.md: Adjust discussion a bit | Ian Jackson | 2026-04-01 | 1 | -2/+4 | |
| | * | | | | | | | doc/dev/semver_status.md: Change MODIFIED to ADDED | Ian Jackson | 2026-04-01 | 1 | -4/+4 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'ticket_2428' into 'main' | Nick Mathewson | 2026-04-01 | 4 | -16/+19 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | proto: Take current time as an argument when constructing padder. | Nick Mathewson | 2026-03-31 | 2 | -7/+12 | |
| | * | | | | | | | circmgr: Use runtime.now() in place of Instant/SystemTime::get(). | Nick Mathewson | 2026-03-31 | 2 | -9/+7 | |
| * | | | | | | | | Merge branch 'encode-authcert' into 'main' | Ian Jackson | 2026-04-01 | 17 | -179/+477 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tor-netdoc: RsaSha1Signature::new_sign_netdoc: rename argument | Ian Jackson | 2026-04-01 | 1 | -3/+3 | |
| | * | | | | | | | | tor-netdoc: Gate encode_sign on plain-consensus feature | Ian Jackson | 2026-04-01 | 1 | -1/+4 | |
| | * | | | | | | | | tor-netdoc: Include rand dependency when encode | Ian Jackson | 2026-04-01 | 1 | -1/+1 | |
| | * | | | | | | | | tor-netdoc: encode: Move various ItemArgument impls to impls.rs | Ian Jackson | 2026-04-01 | 2 | -64/+68 | |
| | * | | | | | | | | tor-netdoc: Abolish poc::authcert | Ian Jackson | 2026-04-01 | 5 | -10/+8 | |
| | * | | | | | | | | tor-netdoc: Replace AuthCert::verify_selfcert impl | Ian Jackson | 2026-04-01 | 2 | -47/+13 | |
| | * | | | | | | | | tor-netdoc: authcert: Test encoding and signing method | Ian Jackson | 2026-04-01 | 1 | -0/+43 | |
| | * | | | | | | | | tor-netdoc: authcert: Provide encoding and signing method | Ian Jackson | 2026-04-01 | 1 | -1/+26 | |
| | * | | | | | | | | tor-netdoc: RsaSha1Signature: Provide signing method | Ian Jackson | 2026-04-01 | 1 | -0/+82 | |
| | * | | | | | | | | tor-netdoc: Provide `new` methods for CrossCert and AuthCert | Ian Jackson | 2026-04-01 | 1 | -0/+60 | |
| | * | | | | | | | | tor-netdoc: Turn AuthCertSignature into RsaSignature | Ian Jackson | 2026-04-01 | 3 | -26/+47 | |
| | * | | | | | | | | tor-netdoc: derive enncoding for AuthCert, AuthCertSignature[s] | Ian Jackson | 2026-04-01 | 1 | -2/+5 | |
| | * | | | | | | | | tor-netdoc: implement encoding function for raw_data_object | Ian Jackson | 2026-04-01 | 1 | -1/+10 | |
| | * | | | | | | | | tor-netdoc: Move raw_data_object to new container module | Ian Jackson | 2026-04-01 | 5 | -12/+20 | |
| | * | | | | | | | | tor-netdoc: impl encoding traits for authcert cross-cert types | Ian Jackson | 2026-04-01 | 1 | -1/+19 | |
| | * | | | | | | | | tor-netdoc: impl encoding traits for rsa::PublicKey | Ian Jackson | 2026-04-01 | 2 | -0/+28 | |
| | * | | | | | | | | tor-netdoc: Provide ItemEncoder::text_sofar() | Ian Jackson | 2026-04-01 | 2 | -0/+6 | |
| | * | | | | | | | | tor-netdoc: Provide ItemEncoder::object() taking an ItemObjectEncodable | Ian Jackson | 2026-04-01 | 3 | -0/+18 | |
| | * | | | | | | | | tor-netdoc: impl From<RsaIdentity> for the fingerprint types | Ian Jackson | 2026-04-01 | 2 | -4/+9 | |
| | * | | | | | | | | tor-netdoc: encode derive: Fix handling of optionality. | Ian Jackson | 2026-04-01 | 1 | -7/+3 | |
| | * | | | | | | | | tor-netdoc: encode derive: Use paste_spanned to improve an error message | Ian Jackson | 2026-04-01 | 1 | -1/+3 | |
| | * | | | | | | | | tor-netdoc: Fix a wrong "what does this end" comment | Ian Jackson | 2026-04-01 | 1 | -1/+1 | |
| | * | | | | | | | | tor-netdoc: authcert: Debug CrossCertObject in hex | Ian Jackson | 2026-04-01 | 1 | -1/+3 | |
| | * | | | | | | | | tor-netdoc: Constructor: Fix it so it actually works | Ian Jackson | 2026-04-01 | 2 | -5/+5 | |
| | * | | | | | | | | tor-netdoc: encode: re-export netdoc_ordering_check for macros | Ian Jackson | 2026-04-01 | 1 | -0/+1 | |
| | * | | | | | | | | tor-netdoc: encode derive: Use $P for Result | Ian Jackson | 2026-03-31 | 1 | -1/+1 | |
