summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | tor-netdoc: Fix exhaustive warningsClara Engler2026-04-021-1/+4
| * | | | | | | tor-netdoc: Export 25519 typesClara Engler2026-04-023-4/+5
| * | | | | | | tor-netdoc: Use Curve25519Public for parsingClara Engler2026-04-025-36/+23
| * | | | | | | tor-netdoc: Refactor Ed25519IdentityLineClara Engler2026-04-022-39/+48
| * | | | | | | tor-netdoc: Improve on Ed25519PublicClara Engler2026-04-021-19/+18
| * | | | | | | tor-netdoc: Use proper PEM parser for testvecsClara Engler2026-04-023-21/+28
| * | | | | | | tor-netdoc: Reorder Microdesc according to specClara Engler2026-04-021-11/+11
| * | | | | | | tor-netdoc: Properly parse mutliple family-idsClara Engler2026-04-024-16/+41
| * | | | | | | tor-netdoc: Add a test for Microdesc with parse2Clara Engler2026-04-021-0/+94
| * | | | | | | tor-netdoc: Derive NetdocParseable for MicrodescClara Engler2026-04-023-8/+59
| * | | | | | | tor-netdoc: Derive Default for PortPolicyClara Engler2026-04-021-1/+1
| * | | | | | | tor-netdoc: Ed25519IdentityLine parserClara Engler2026-04-021-1/+35
| * | | | | | | tor-netdoc: ItemArgumentParseable for Arc<T>Clara Engler2026-04-021-0/+6
| * | | | | | | tor-netdoc: NormalItemArgument for RelayFamilyIdClara Engler2026-04-021-1/+3
| * | | | | | | tor-netdoc: ItemValueParseable for PortPolicyClara Engler2026-04-021-0/+18
| * | | | | | | tor-netdoc: Make X25519 PKs parseable with parse2Clara Engler2026-04-021-0/+16
| * | | | | | | tor-netdoc: parse2 for RelayFamilyClara Engler2026-04-021-9/+39
| * | | | | | | tor-netdoc: Improve upon LongIdentClara Engler2026-04-021-1/+8
| * | | | | | | tor-netdoc: Improve upon B64Clara Engler2026-04-021-1/+42
|/ / / / / / /
* | | | | | | Merge branch 'update-rust' into 'main'Ian Jackson2026-04-022-4/+4
|\ \ \ \ \ \ \
| * | | | | | | CI: Update Rust to 1.94.1Ian Jackson2026-04-022-3/+3
| * | | | | | | CI: Give path to script to updateIan Jackson2026-04-021-1/+1
| * | | | | | | CI: Also update Rust Alpine image in docker-reproducible-buildIan Jackson2026-04-021-1/+1
| * | | | | | | CI: Update Alpine for Rust to 3.22Ian Jackson2026-03-311-1/+1
| * | | | | | | CI: Update Rust to 1.94Ian Jackson2026-03-311-2/+2
* | | | | | | | Merge branch 'deftly-1-11' into 'main'Clara Engler2026-04-0232-36/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-0232-36/+36
* | | | | | | | | Merge branch 'xtrace' into 'main'Ian Jackson2026-04-022-14/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | maint: `set -o xtrace` to `set -x`Clara Engler2026-04-022-4/+2
| * | | | | | | | maint: Use xtrace instead of echo in hooksClara Engler2026-04-012-12/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'deftly-strings' into 'main'Clara Engler2026-04-022-38/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | tor-netdoc: Constructor: Fixes to generated docsIan Jackson2026-04-011-8/+8
| * | | | | | | | tor-netdoc: Constructor: Reformat $/// doc sectionIan Jackson2026-04-011-10/+6
| * | | | | | | | tor-netdoc: Constructor: Use $/// deftly featureIan Jackson2026-04-011-30/+27
| * | | | | | | | tor-netdoc: parse2 derive: Use $/// deftly feature in a few placesIan Jackson2026-04-011-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'semver-doc' into 'main'Clara Engler2026-04-021-6/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | doc/dev/semver_status.md: Explicitly allow coalescing ADDED into BREAKINGIan Jackson2026-04-011-0/+3
| * | | | | | | doc/dev/semver_status.md: Adjust discussion a bitIan Jackson2026-04-011-2/+4
| * | | | | | | doc/dev/semver_status.md: Change MODIFIED to ADDEDIan Jackson2026-04-011-4/+4
| |/ / / / / /
* | | | | | | Merge branch 'ticket_2428' into 'main'Nick Mathewson2026-04-014-16/+19
|\ \ \ \ \ \ \
| * | | | | | | proto: Take current time as an argument when constructing padder.Nick Mathewson2026-03-312-7/+12
| * | | | | | | circmgr: Use runtime.now() in place of Instant/SystemTime::get().Nick Mathewson2026-03-312-9/+7
* | | | | | | | Merge branch 'encode-authcert' into 'main'Ian Jackson2026-04-0117-179/+477
|\ \ \ \ \ \ \ \
| * | | | | | | | tor-netdoc: RsaSha1Signature::new_sign_netdoc: rename argumentIan Jackson2026-04-011-3/+3
| * | | | | | | | tor-netdoc: Gate encode_sign on plain-consensus featureIan Jackson2026-04-011-1/+4
| * | | | | | | | tor-netdoc: Include rand dependency when encodeIan Jackson2026-04-011-1/+1
| * | | | | | | | tor-netdoc: encode: Move various ItemArgument impls to impls.rsIan Jackson2026-04-012-64/+68
| * | | | | | | | tor-netdoc: Abolish poc::authcertIan Jackson2026-04-015-10/+8
| * | | | | | | | tor-netdoc: Replace AuthCert::verify_selfcert implIan Jackson2026-04-012-47/+13
| * | | | | | | | tor-netdoc: authcert: Test encoding and signing methodIan Jackson2026-04-011-0/+43