aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fs-mistrust: Fix clippy warningshjrgrn2026-07-101-1/+1
| * | | | safelog: Fix clippy warningshjrgrn2026-07-101-5/+5
| * | | | test-temp-dir: Fix clippy warninghjrgrn2026-07-101-2/+2
| * | | | tor-error: Fix clippy warningshjrgrn2026-07-102-2/+2
| * | | | retry-error: Fix clippy warninghjrgrn2026-07-101-1/+1
| | |/ / | |/| |
* | | | Merge branch 'upgrade-cipher' into 'main'gabi-2502026-07-1310-46/+80
|\ \ \ \ | |/ / / |/| | |
| * | | Upgrade cipher, aes, and ctr.Nick Mathewson2026-07-1310-46/+80
* | | | Merge branch 'onion-svc-negotiate-v2' into 'main'Nick Mathewson2026-07-0226-92/+723
|\ \ \ \
| * | | | Change HS descriptor sendme_inc into a NonZeroU8Nick Mathewson2026-07-024-9/+12
| * | | | hs: Add a TODO about #2598 refactoringNick Mathewson2026-07-022-0/+6
| * | | | Do not incluede negotiate_subproto in subproto_requestNick Mathewson2026-07-022-4/+8
| * | | | Cargo plumbing to expose HS extension negotiationNick Mathewson2026-07-022-0/+9
| * | | | hsclient: Support protocol negotiation for CGO and flowctrl-ccNick Mathewson2026-07-027-13/+207
| * | | | hsservice: Accept and negotiate protocol extensions.Nick Mathewson2026-07-022-4/+93
| * | | | tor-units: impl From<BoundedInt<1, 254>> for u8.Nick Mathewson2026-07-021-0/+6
| * | | | hsservice: Advertise flowctrl and cgo as appropriate.Nick Mathewson2026-07-025-0/+92
| * | | | netdoc: Add new capability negotiation pieces to hsdesc.Nick Mathewson2026-07-024-5/+174
| * | | | cell: Accessors for more intro extensions.Nick Mathewson2026-07-021-7/+16
| * | | | cell: Make "extlist" generate methods to access variants.Nick Mathewson2026-07-021-0/+18
| * | | | proto: Allow HsV3 to use cgo.Nick Mathewson2026-07-021-2/+8
| * | | | proto: Do not automatically disable CC with hsv3.Nick Mathewson2026-07-022-20/+12
| * | | | proto: log virtual hop additions at trace.Nick Mathewson2026-07-021-0/+2
| * | | | proto: Improve/clarify documentation on extend_virtual.Nick Mathewson2026-07-021-0/+8
| * | | | protover: New constructor taking kind and versionsNick Mathewson2026-07-021-0/+17
| * | | | protover: Extract version-list parsing to a new functionNick Mathewson2026-07-021-41/+48
* | | | | tor-netdoc: rangemap_mutate_range: Adjust a plaintive commentIan Jackson2026-07-021-1/+1
* | | | | tor-netdoc: rangemap_mutate_range: New functionIan Jackson2026-07-025-0/+326
|/ / / /
* | | | tor-netdoc: Remove Eq on various typesClara Engler2026-07-024-4/+6
* | | | tor-netdoc: Derive encoding for RouterSignatureClara Engler2026-07-021-9/+6
* | | | tor-netdoc: Add TODO for .encode_sign()Clara Engler2026-07-021-0/+1
* | | | tor-netdoc: Change concept of test_parse2Clara Engler2026-07-021-4/+4
* | | | tor-netdoc: Round-trip encoding testClara Engler2026-07-021-1/+23
* | | | tor-netdoc: Adjust test_parse2 to keep signaturesClara Engler2026-07-021-4/+5
* | | | tor-netdoc: NetdocEncodable for RouterDescClara Engler2026-07-022-5/+8
* | | | tor-netdoc: NetdocEncodable for RouterDescSignaturesClara Engler2026-07-022-1/+2
* | | | tor-netdoc: ItemValueEncodable for RouterSignatureClara Engler2026-07-022-0/+8
* | | | Merge branch 'stream-msg-parse' into 'main'gabi-2502026-07-022-23/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | proto: Add TODO about the eventual client-side reactor rewriteGabriela Moldovan2026-07-021-0/+10
| * | | proto: Re-enable IncomingCmdChecker test (fmt)Gabriela Moldovan2026-07-011-2/+6
| * | | proto: Re-enable IncomingCmdChecker testGabriela Moldovan2026-07-011-14/+7
| * | | proto: Allow BeginDir and Resolve messages in the stream reactor (fmt)Gabriela Moldovan2026-07-011-1/+3
| * | | proto: Allow BeginDir and Resolve messages in the stream reactorGabriela Moldovan2026-07-011-9/+30
* | | | Merge branch 'addr-policy-api-bis' into 'main'Clara Engler2026-07-024-2/+27
|\ \ \ \
| * | | | tor-netdoc: Improve Debug for PortRangeIan Jackson2026-07-011-1/+2
| * | | | tor-netdoc: AddrPolicy::rules provides a DoubleEndedIteratorIan Jackson2026-07-012-1/+2
| * | | | tor-netdoc: Make PortRange CopyIan Jackson2026-07-012-1/+2
| * | | | tor-netdoc: Add conversions between PortRange and RangeInclusiveIan Jackson2026-07-012-0/+14
| * | | | tor-netdoc: Add (private) PortPolicy::from_allowed_ranges constructorIan Jackson2026-07-011-0/+8
* | | | | Merge branch 'upgrade-itertools' into 'main'Nick Mathewson2026-07-0124-38/+37
|\ \ \ \ \
| * | | | | Upgrade to itertools 0.15.0Nick Mathewson2026-07-0124-38/+37
| | |_|_|/ | |/| | |