aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Update MACOS_DEPLOYMENT_TARGET to 10.14Nick Mathewson2026-04-251-1/+1
|/ / / /
* | | | Merge branch 'osx-repro-update' into 'main'Nick Mathewson2026-04-232-19/+58
|\ \ \ \
| * | | | reproducible-build: version the osxcross directory.Nick Mathewson2026-04-181-7/+7
| * | | | Update the OSX SDK in our reproducible build.Nick Mathewson2026-04-171-15/+54
| * | | | docker-reproducible-build: Fix script name.Nick Mathewson2026-04-171-1/+1
* | | | | Merge branch 'rsa-identity-to-bytes' into 'main'Clara Engler2026-04-231-0/+5
|\ \ \ \ \
| * | | | | tor-llcrypto: Add RsaIdentity::to_bytes()Clara Engler2026-04-231-0/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'relay-circ-checks' into 'main'gabi-2502026-04-236-211/+347
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | proto: Wrap PeerInfo in Arc<>Gabriela Moldovan2026-04-233-9/+9
| * | | | safelog: Add new MaybeSensitive::map() functionGabriela Moldovan2026-04-231-0/+15
| * | | | proto: Avoid collecting the chan identities in RelayIdSetGabriela Moldovan2026-04-231-10/+2
| * | | | 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