summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tor-netdoc: impl conversions from tor-checkable errors to VerifyFailedIan Jackson2026-04-232-0/+18
| * | | | tor-netdoc: impl ItemValueEncodable for RouterSigEd25519Ian Jackson2026-04-231-1/+2
| * | | | tor-netdoc: impl ItemArgumet for ed25519::SignatureIan Jackson2026-04-232-1/+10
| * | | | tor-neteoc: RouterSigEd25519: Implement encode_signIan Jackson2026-04-231-0/+60
| * | | | tor-neteoc: RouterSigEd25519: break out hashIan Jackson2026-04-231-6/+15
| * | | | tor-neteoc: de-cfg-gate routerdesc signaturesIan Jackson2026-04-231-2/+0
| * | | | tor-netdoc: RouterSignature: Add a TODO about maybe deduplicationIan Jackson2026-04-231-0/+1
| * | | | tor-netdoc: RouterSigEd25519: Add a TODO about maybe standardisationIan Jackson2026-04-231-0/+2
| * | | | tor-netdoc: Add RouterDescSignatures typeClara Engler2026-04-232-1/+25
| * | | | tor-netdoc: Add RouterSigEd25519 typeClara Engler2026-04-232-0/+36
| * | | | tor-netdoc: Add RouterDescSignature typeClara Engler2026-04-232-1/+36
| * | | | tor-netdoc: Add RouterHashAccuClara Engler2026-04-232-0/+12
| * | | | tor-netdoc: de-cfg-gate the types/misc/routerdesc moduleIan Jackson2026-04-232-2/+0
| * | | | tor-netdoc: types/misc.rs: routerdesc: use super::*Ian Jackson2026-04-231-8/+1
| * | | | tor-netdoc: Better error message for failure to implement encoding traitIan Jackson2026-04-231-1/+1
* | | | | Merge branch 'netdoc-features-p2' into 'main'Ian Jackson2026-04-2710-156/+80
|\| | | |
| * | | | tor-netdoc: Gate authcert/encoded.rs and poc behind incomplete and plain-cons...Ian Jackson2026-04-233-2/+6
| * | | | tor-netdoc: Un-gate BASE64_PEM_MAX_LINEIan Jackson2026-04-231-1/+0
| * | | | tor-netdoc: Tidy use's in authcert.rsIan Jackson2026-04-231-9/+5
| * | | | tor-netdoc: Un-gate parse2 and encode in authcert.rsIan Jackson2026-04-231-31/+5
| * | | | tor-netdoc: types/misc.rs: un-gate two helper methodsIan Jackson2026-04-231-2/+0
| * | | | tor-netdoc: types/misc.rs: abolish a now-unneeded block in a testIan Jackson2026-04-231-26/+23
| * | | | tor-netdoc: types/misc.rs: tidy preivously cfg'd use'sIan Jackson2026-04-231-31/+25
| * | | | tor-netdoc: Remove much cfg in types/misc.rsIan Jackson2026-04-231-47/+14
| * | | | tor-netdoc: Un-gate parse2 and encode coreIan Jackson2026-04-233-5/+0
| * | | | tor-netdoc: Make rand dependency unconditionalIan Jackson2026-04-231-4/+4
| |/ / /
* | | | Merge branch 'no-cpu-pinning' into 'main'Ian Jackson2026-04-272-0/+8
|\ \ \ \
| * | | | integration-chutney-shadow: disable shadow spin-loopingJim Newsome2026-04-211-0/+3
| * | | | CI: Disble shadow cpu-pinningJim Newsome2026-04-212-0/+5
* | | | | Merge branch 'osx_min_version_10_14' into 'main'Ian Jackson2026-04-271-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Remove now-false comment in reproducible-build.Nick Mathewson2026-04-261-1/+0
| * | | 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