summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.4.0-bumps' into 'main'arti-v2.4.0gabi-2502026-06-0172-765/+853
|\
| * Bump arti crate to 2.4.0Gabriela Moldovan2026-06-014-4/+4
| * Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-0166-611/+611
| * Run cargo update for {hashx,equix}/benchGabriela Moldovan2026-06-012-125/+213
| * Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-06-0118-25/+25
* | Merge branch 'changelog-2.4.0' into 'main'gabi-2502026-06-011-0/+298
|\ \
| * | CHANGELOG.md: Document more breaking changesGabriela Moldovan2026-06-011-0/+7
| * | Add changelog for 2.4.0Gabriela Moldovan2026-06-011-0/+291
| |/
* | Merge branch 'release-date-2.4.0' into 'main'gabi-2502026-06-011-1/+1
|\ \ | |/ |/|
| * Update release dateGabriela Moldovan2026-06-011-1/+1
|/
* Merge branch 'rd-certs' into 'main'Clara Engler2026-06-012-18/+37
|\
| * tor-netdoc: Use spec comment for identity-ed25519Clara Engler2026-06-011-2/+1
| * tor-netdoc: Small spelling fixClara Engler2026-06-011-1/+1
| * tor-netdoc: Fix RouterDesc::ed_identity expect msgClara Engler2026-06-011-1/+1
| * tor-netdoc: Store identity_ed25519 in EmbeddedCert logic (fmt)Clara Engler2026-06-011-1/+2
| * tor-netdoc: Store identity_ed25519 in EmbeddedCert logicClara Engler2026-06-012-4/+12
| * tor-netdoc: Extract KeyUnknownCert for identity cert (fmt)Clara Engler2026-06-011-8/+6
| * tor-netdoc: Extract KeyUnknownCert for identity certClara Engler2026-06-011-4/+17
|/
* Merge branch 'rd-extract-id-key' into 'main'Clara Engler2026-06-012-2/+12
|\
| * tor-netdoc: Add master-key-ed25519Clara Engler2026-06-012-2/+12
|/
* Merge branch 'fixup-feats' into 'main'gabi-2502026-06-013-7/+11
|\
| * arti-relay: Make the metrics feature non-experimentalGabriela Moldovan2026-06-011-6/+1
| * dirmgr: Run maint/fixup-featuresGabriela Moldovan2026-06-011-0/+1
| * dirpublish: Run maint/fixup-featuresGabriela Moldovan2026-06-011-1/+9
|/
* Merge branch 'ticket2548_01' into 'main'David Goulet2026-05-285-879/+888
|\
| * relay: Remove docs type link that are outside scopeDavid Goulet2026-05-281-5/+5
| * relay: Recompute valid_until cache in view constructorDavid Goulet2026-05-283-15/+17
| * relay: Introduce src/task/crypto/keys.rsDavid Goulet2026-05-283-694/+745
| * relay: Rename try_rotate_keys_no_lock()David Goulet2026-05-281-11/+14
| * relay: Make FullKeyView pub(super)David Goulet2026-05-282-13/+10
| * relay: Remove locking of FullKeyViewDavid Goulet2026-05-282-114/+60
| * relay: Rename try_generate_keys()David Goulet2026-05-282-7/+7
| * relay: Make FullKewView solely owned by the crypto taskDavid Goulet2026-05-283-61/+71
* | Merge branch 'fslock-guard-android' into 'main'Nick Mathewson2026-05-283-7/+89
|\ \ | |/ |/|
| * fslock-guard: Provide specialized android impls.Nick Mathewson2026-05-283-5/+71
| * fslock-guard: Extract calls to {try_,}lockNick Mathewson2026-05-281-2/+18
* | Merge branch 'patch-1' into 'main'David Goulet2026-05-282-1/+5
|\ \
| * | feat: Make KeystoreEntry::new() publicAaron Dewes2025-09-292-1/+5
* | | Merge branch 'stream-docs' into 'main'David Goulet2026-05-283-4/+4
|\ \ \ | |_|/ |/| |
| * | proto: Replace outdated references to RawCellStreamGabriela Moldovan2026-05-283-4/+4
* | | Merge branch 'windows-fileid-check' into 'main'Nick Mathewson2026-05-283-25/+47
|\ \ \
| * | | fslock-guard: Use windows-sys and GetFileInformationByHandleEx.Nick Mathewson2026-05-123-25/+47
* | | | Merge branch 'encode-vote-m' into 'main'Ian Jackson2026-05-284-8/+38
|\ \ \ \
| * | | | tor-netdoc: semver: document Ord implsIan Jackson2026-05-281-0/+1
| * | | | tor-netdoc: implement encoding for votes' `m` itemsIan Jackson2026-05-281-0/+1
| * | | | tor-netdoc: implement encoding for consensus in votes' `m` itemsIan Jackson2026-05-281-0/+10
| * | | | tor-netdoc: derive Ord for RouterStatusMdDigestsVoteIan Jackson2026-05-281-1/+1
| * | | | tor-netdoc: derive Ord for IdentifiedDigestIan Jackson2026-05-281-1/+1
| * | | | tor-netdoc: derive Ord for ConsensusMethodsIan Jackson2026-05-281-1/+1
| * | | | tor-netdoc: Fix Ord impl for DigestNameIan Jackson2026-05-282-1/+13