aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-282-7/+88
|\ \ \ \ | |/ / / |/| | |
| * | | fslock-guard: Provide specialized android impls.Nick Mathewson2026-05-282-5/+70
| * | | 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-282-24/+46
|\ \ \ \
| * | | | fslock-guard: Use windows-sys and GetFileInformationByHandleEx.Nick Mathewson2026-05-122-24/+46
* | | | | 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
* | | | | tor-netdoc: Break out DigestName as AsRef::<str>Ian Jackson2026-05-282-4/+10
* | | | | tor-proto: remove `use asynchronous_codec as futures_codec` in `/channel/hand...Neel Chauhan2026-05-271-13/+14
* | | | | tor-netdoc: Run rustfmtClara Engler2026-05-271-18/+11
* | | | | tor-netdoc: Remove virtual/real distinguishmentClara Engler2026-05-271-17/+0
* | | | | tor-netdoc: Remove family_ids from RouterDescClara Engler2026-05-272-17/+12
* | | | | tor-netdoc: Add From<Ed25519Identity> for RelayFamilyIdClara Engler2026-05-272-0/+7
* | | | | tor-netdoc: Add family-cert to RouterDescClara Engler2026-05-272-3/+25
* | | | | tor-netdoc: Return KeyUnknownCert for happy familiesClara Engler2026-05-271-3/+10
* | | | | tor-netdoc: Split inner happy families mapClara Engler2026-05-271-3/+5
* | | | | tor-netdoc: Move typespec in legacy parserClara Engler2026-05-271-2/+2
* | | | | Merge branch 'relay-weight' into 'main'Ian Jackson2026-05-2711-58/+287
|\ \ \ \ \
| * | | | | tor-netdoc: semver.md: document RelayWeightsItem changeIan Jackson2026-05-271-0/+1
| * | | | | tor-netdoc: More explanation about RelayWeightsItem parsingIan Jackson2026-05-271-1/+5
| * | | | | tor-netdoc: Rename RelayWeights to RelayWeightsItemIan Jackson2026-05-276-40/+40
| * | | | | tor-netdoc: Apply deferred rustfmt churn to use linesIan Jackson2026-05-271-2/+2
| * | | | | tor-netdoc: RelayWeights: implement encodingIan Jackson2026-05-271-0/+17
| * | | | | tor-netdoc: RelayWeights: provide some constructorsIan Jackson2026-05-271-2/+42
| * | | | | tor-netdoc: RelayWeights: put code in a more sane orderIan Jackson2026-05-271-23/+21
| * | | | | tor-netdoc: Introduce RelayWeights and use it in RouterStatusIan Jackson2026-05-276-31/+141
| * | | | | tor-netdoc: Introduce RelayWeights and use it in RouterStatus (pre)Ian Jackson2026-05-271-1/+2
| * | | | | tor-netdoc: use TryFrom impl in RelayWeight parserIan Jackson2026-05-271-5/+5
| * | | | | tor-netdoc: impl TryFrom<&NetParams<u32>> for RelayWeightIan Jackson2026-05-272-1/+21
| * | | | | tor-netdoc: Unknown: provide into_retained even when retained disabledIan Jackson2026-05-272-1/+2
| * | | | | tor-netdoc: impl encoding and parsing for NetParams<T>Ian Jackson2026-05-272-3/+8
| * | | | | tor-netdoc: NetdocParseableFields: Pass ItemStream to finishIan Jackson2026-05-275-8/+24
| * | | | | tor-netdoc: implement encoding for rs::SoftwareVersionIan Jackson2026-05-272-0/+8
| * | | | | tor-netdoc: implement encoding for IgnoredPublicationTimeSpIan Jackson2026-05-272-0/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'rd-or-address-sa' into 'main'Clara Engler2026-05-272-10/+9
|\ \ \ \ \
| * | | | | tor-netdoc: Spec link for RouterDesc::or_addressClara Engler2026-05-271-2/+1
| * | | | | tor-netdoc: Store or-address in a SocketAddrClara Engler2026-05-272-8/+8
| |/ / / /
* | | | | Merge branch 'eq-certifiedkey' into 'main'Ian Jackson2026-05-271-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |