summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | proto: Apply deferred rustfmtGabriela Moldovan2026-04-231-5/+2
| * | | | proto: Remove expect(unused) from channel PeerInfoGabriela Moldovan2026-04-231-1/+0
| * | | | proto: Build the PeerInfo from the dummy target in the testsGabriela Moldovan2026-04-231-5/+14
| * | | | proto: Use PeerInfo in the extend handlerGabriela Moldovan2026-04-232-3/+4
| * | | | proto: Add an accessor for the PeerInfo of a channelGabriela Moldovan2026-04-231-0/+6
| * | | | proto: Add test ensuring we won't extend to the previous hopGabriela Moldovan2026-04-231-1/+43
| * | | | proto: Reject EXTEND2 targeting the previous hop in the circuitGabriela Moldovan2026-04-231-1/+13
| * | | | proto: Give the ExtendRequestHandler a copy of the inbound peer infoGabriela Moldovan2026-04-233-1/+8
| * | | | proto: Fix broken doc link in extend handlerGabriela Moldovan2026-04-231-1/+3
| * | | | proto: Extract EXTEND2 handling into a new moduleGabriela Moldovan2026-04-232-200/+254
|/ / / /
* | | | Merge branch 'routerdescs2-types' into 'main'Clara Engler2026-04-238-11/+403
|\ \ \ \
| * | | | tor-netdoc: Fix B16U debug implementationClara Engler2026-04-221-1/+1
| * | | | tor-netdoc: Fix FixedB16U debug implementationClara Engler2026-04-221-1/+1
| * | | | tor-netdoc: Add TODO for FixedB16U's Display implementationClara Engler2026-04-221-0/+1
| * | | | tor-netdoc: Add spec links to all routerdesc typesClara Engler2026-04-221-0/+8
| * | | | tor-netdoc: Add spec link to RouterDescClara Engler2026-04-221-0/+4
| * | | | tor-netdoc: pub mod routerdescClara Engler2026-04-223-8/+6
| * | | | tor-netdoc: ItemArgumentParseable for RelayPlatformClara Engler2026-04-222-0/+13
| * | | | tor-netdoc: Public SpFingerprintClara Engler2026-04-223-3/+4
| * | | | tor-netdoc: Test AddrPolicy's parse2 accumulatorClara Engler2026-04-221-0/+58
| * | | | tor-netdoc: NetdocParseableFields for AddrPolicyClara Engler2026-04-222-2/+31
| * | | | tor-netdoc: NormalItemArgument for AddrPortPatternClara Engler2026-04-222-0/+4
| * | | | tor-netdoc: Derive PartialEq,Eq for addrpolicy.rsClara Engler2026-04-222-2/+4
| * | | | tor-netdoc: Add TODO for BTreeSet in RelayFamilyIdsClara Engler2026-04-221-1/+5
| * | | | tor-netdoc: Add dedup() to RelayFamilyIdsClara Engler2026-04-222-0/+6
| * | | | tor-netdoc: Add sort() to RelayFamilyIdsClara Engler2026-04-222-0/+6
| * | | | tor-netdoc: Add ExtraInfoDigestsClara Engler2026-04-223-2/+18
| * | | | tor-cert: Derive Debug, Clone for SigCheckedCertClara Engler2026-04-222-0/+2
| * | | | tor-netdoc: Add RouterDescIntroItemClara Engler2026-04-223-2/+27
| * | | | tor-netdoc: Eq for NicknameClara Engler2026-04-222-1/+2
| * | | | tor-netdoc: Add OverloadGeneral typeClara Engler2026-04-223-0/+36
| * | | | tor-netdoc: Test SpFingerprint 10x4 requirementClara Engler2026-04-221-0/+60
| * | | | tor-netdoc: ItemArgumentParseable for SpFingerprintClara Engler2026-04-221-0/+32
| * | | | tor-netdoc: Speclink for SpFingerprint rustdoc commentClara Engler2026-04-221-0/+2
| * | | | tor-netdoc: Introduce FixedB16UClara Engler2026-04-221-0/+31
| * | | | tor-netdoc: Add test for NumericBooleanClara Engler2026-04-221-0/+13
| * | | | tor-netdoc: Add NumericBooleanClara Engler2026-04-223-1/+41
* | | | | Merge branch 'netdoc-features-1' into 'main'Clara Engler2026-04-222-4/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-netdoc: Introduce the `incomplete` cargo featureIan Jackson2026-04-212-2/+10
| * | | | tor-netdoc: Make the document type features imply each other and `encode`Ian Jackson2026-04-211-2/+6
| | |/ / | |/| |
* | | | Merge branch 'webpki-again' into 'main'gabi-2502026-04-221-2/+2
|\ \ \ \
| * | | | Update rustls-webpki to fix RUSTSEC-2026-0104Ian Jackson2026-04-221-2/+2
|/ / / /
* | | | Merge branch 'ntor-keys-struct' into 'main'David Goulet2026-04-216-35/+105
|\ \ \ \ | |/ / / |/| | |
| * | | relay: Modify RelayNtorKeys to use a constructorDavid Goulet2026-04-214-42/+43
| * | | proto: Make the CreateRequestHandler::new() take the ntor keysDavid Goulet2026-04-213-16/+28
| * | | relay: Use the new RelayNtorKeys for the create handlerDavid Goulet2026-04-212-37/+32
| * | | relay-crypto: Add RelayNtorKeys struct holding both Ntor keysDavid Goulet2026-04-211-0/+48
| * | | relay: Sort Ntor keys by valid_untilDavid Goulet2026-04-211-1/+15
|/ / /
* | | Merge branch 'rust-1.95-warnings' into 'main'Nick Mathewson2026-04-215-19/+11
|\ \ \
| * | | dirserver: Skip warnings re SaturatingTime::saturating_duration_sinceNick Mathewson2026-04-211-0/+2