| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | arti-client: Fix formatting | hjrgrn | 2026-07-10 | 2 | -9/+2 | |
| | | | | | | ||||||
| | * | | | | tor-persist: Fix clippy warning | hjrgrn | 2026-07-10 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | multiple crates: Fix clippy warnings | hjrgrn | 2026-07-10 | 23 | -42/+42 | |
| | | | | | | ||||||
| | * | | | | fs-mistrust: Fix clippy warnings | hjrgrn | 2026-07-10 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | safelog: Fix clippy warnings | hjrgrn | 2026-07-10 | 1 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | maint: fixup-features: Fix clippy warnings | hjrgrn | 2026-07-10 | 1 | -4/+4 | |
| | | | | | | ||||||
| | * | | | | test-temp-dir: Fix clippy warning | hjrgrn | 2026-07-10 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | tor-error: Fix clippy warnings | hjrgrn | 2026-07-10 | 2 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | retry-error: Fix clippy warning | hjrgrn | 2026-07-10 | 1 | -1/+1 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'upgrade-cipher' into 'main' | gabi-250 | 2026-07-13 | 11 | -61/+126 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | Upgrade cipher, aes, and ctr. See merge request tpo/core/arti!4195 | |||||
| | * | | | Upgrade cipher, aes, and ctr. | Nick Mathewson | 2026-07-13 | 11 | -61/+126 | |
| | | | | | ||||||
| * | | | | Merge branch 'onion-svc-negotiate-v2' into 'main' | Nick Mathewson | 2026-07-02 | 27 | -92/+724 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Negotiate flowcontrol-cc and CGO on onion services Closes #2473 and #1948 See merge request tpo/core/arti!4135 | |||||
| | * | | | | Change HS descriptor sendme_inc into a NonZeroU8 | Nick Mathewson | 2026-07-02 | 4 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This saves us from having to check whether it is 0, and better represents what the type is allowed to be. | |||||
| | * | | | | hs: Add a TODO about #2598 refactoring | Nick Mathewson | 2026-07-02 | 2 | -0/+6 | |
| | | | | | | ||||||
| | * | | | | Do not incluede negotiate_subproto in subproto_request | Nick Mathewson | 2026-07-02 | 2 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had incorrectly thought that this was necessary. Fortunately, @opara looked at the spec. :) We do, however, still need to _advertise_ negotiate_subproto. | |||||
| | * | | | | Cargo plumbing to expose HS extension negotiation | Nick Mathewson | 2026-07-02 | 2 | -0/+9 | |
| | | | | | | ||||||
| | * | | | | hsclient: Support protocol negotiation for CGO and flowctrl-cc | Nick Mathewson | 2026-07-02 | 8 | -13/+208 | |
| | | | | | | ||||||
| | * | | | | hsservice: Accept and negotiate protocol extensions. | Nick Mathewson | 2026-07-02 | 2 | -4/+93 | |
| | | | | | | ||||||
| | * | | | | tor-units: impl From<BoundedInt<1, 254>> for u8. | Nick Mathewson | 2026-07-02 | 1 | -0/+6 | |
| | | | | | | ||||||
| | * | | | | hsservice: Advertise flowctrl and cgo as appropriate. | Nick Mathewson | 2026-07-02 | 5 | -0/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | We put this behind a feature because we probably want to test this out before we enable it. | |||||
| | * | | | | netdoc: Add new capability negotiation pieces to hsdesc. | Nick Mathewson | 2026-07-02 | 4 | -5/+174 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "flow-control" item is documented in proposal 324 section 9.1; there's a ticket (torspec#418) to document it. The "proto" item is documented at https://spec.torproject.org/rend-spec/hsdesc-encrypt.html#item:proto | |||||
| | * | | | | cell: Accessors for more intro extensions. | Nick Mathewson | 2026-07-02 | 1 | -7/+16 | |
| | | | | | | ||||||
| | * | | | | cell: Make "extlist" generate methods to access variants. | Nick Mathewson | 2026-07-02 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will simplify the case where we need to look up a particular extension in an ExtList. | |||||
| | * | | | | proto: Allow HsV3 to use cgo. | Nick Mathewson | 2026-07-02 | 1 | -2/+8 | |
| | | | | | | ||||||
| | * | | | | proto: Do not automatically disable CC with hsv3. | Nick Mathewson | 2026-07-02 | 2 | -20/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We _already_ do not include FLOWCTRL_CC as a listed protocol among the capabilities we provide, when we make a virtual hop. This branch will make that behavior even more certain, by not looking at required-client-protocols any longer. | |||||
| | * | | | | proto: log virtual hop additions at trace. | Nick Mathewson | 2026-07-02 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | We do something similar with non-virtual hops at !4076. | |||||
| | * | | | | proto: Improve/clarify documentation on extend_virtual. | Nick Mathewson | 2026-07-02 | 1 | -0/+8 | |
| | | | | | | ||||||
| | * | | | | protover: New constructor taking kind and versions | Nick Mathewson | 2026-07-02 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | We'll want this for the flow-control line in hsdescs. | |||||
| | * | | | | protover: Extract version-list parsing to a new function | Nick Mathewson | 2026-07-02 | 1 | -41/+48 | |
| | | | | | | | | | | | | | | | | | | | | | The patch looks complicated, but this is just code movement. | |||||
| * | | | | | Merge branch 'rangemap-mutate-range' into 'main' | Ian Jackson | 2026-07-02 | 6 | -0/+327 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | tor-netdoc: rangemap_mutate_range: New function See merge request tpo/core/arti!4190 | |||||
| | * | | | | tor-netdoc: rangemap_mutate_range: Adjust a plaintive comment | Ian Jackson | 2026-07-02 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | tor-netdoc: rangemap_mutate_range: New function | Ian Jackson | 2026-07-02 | 6 | -0/+327 | |
| |/ / / / | | | | | | | | | | | | | This will be used for exit port summary calculations. | |||||
| * | | | | Merge branch 'partialeq-netdoc' into 'main' | Ian Jackson | 2026-07-02 | 4 | -4/+6 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | tor-netdoc: Remove Eq on various types See merge request tpo/core/arti!4199 | |||||
| | * | | | | tor-netdoc: Remove Eq on various types | Clara Engler | 2026-07-02 | 4 | -4/+6 | |
| |/ / / / | | | | | | | | | | | | | | | | | This reverts the Eq derives added in !4150 while keeping the PartialEq, in order to support including this in Unknown. | |||||
| * | | | | Merge branch 'rd-encode' into 'main' | Ian Jackson | 2026-07-02 | 3 | -17/+50 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Encoding for Router Descriptors See merge request tpo/core/arti!4153 | |||||
| | * | | | | tor-netdoc: Derive encoding for RouterSignature | Clara Engler | 2026-07-02 | 1 | -9/+6 | |
| | | | | | | ||||||
| | * | | | | tor-netdoc: Add TODO for .encode_sign() | Clara Engler | 2026-07-02 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | tor-netdoc: Change concept of test_parse2 | Clara Engler | 2026-07-02 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is now called test_parse2_simple and intended to test simple parse2 and encode round-trip functionality without edge-cases and such. More edge tests will be added once we have a proper verification logic. | |||||
| | * | | | | tor-netdoc: Round-trip encoding test | Clara Engler | 2026-07-02 | 1 | -1/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a round-trip encoding test to test_parse2 that encodes the decoded results and decodes them again in order to verify that the again decoded result is equal to the original one. | |||||
| | * | | | | tor-netdoc: Adjust test_parse2 to keep signatures | Clara Engler | 2026-07-02 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required for round trip encode testing which we will add in the next commit. We only keep the actual RouterDescSignatures because then we can do Eq. | |||||
| | * | | | | tor-netdoc: NetdocEncodable for RouterDesc | Clara Engler | 2026-07-02 | 2 | -5/+8 | |
| | | | | | | ||||||
| | * | | | | tor-netdoc: NetdocEncodable for RouterDescSignatures | Clara Engler | 2026-07-02 | 2 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | tor-netdoc: ItemValueEncodable for RouterSignature | Clara Engler | 2026-07-02 | 2 | -0/+8 | |
| |/ / / / | | | | | | | | | | | | | Needed for encoding. | |||||
| * | | | | Merge branch 'stream-msg-parse' into 'main' | gabi-250 | 2026-07-02 | 2 | -23/+53 | |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | proto: Allow BeginDir and Resolve messages in the stream reactor Closes #2613 See merge request tpo/core/arti!4188 | |||||
| | * | | | proto: Add TODO about the eventual client-side reactor rewrite | Gabriela Moldovan | 2026-07-02 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | See https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4188#note_3432579 | |||||
| | * | | | proto: Re-enable IncomingCmdChecker test (fmt) | Gabriela Moldovan | 2026-07-01 | 1 | -2/+6 | |
| | | | | | ||||||
| | * | | | proto: Re-enable IncomingCmdChecker test | Gabriela Moldovan | 2026-07-01 | 1 | -14/+7 | |
| | | | | | | | | | | | | | | | | | | | | | These assertions no longer fail now that the stream reactor is able to handle non-`BEGIN` streams. | |||||
| | * | | | proto: Allow BeginDir and Resolve messages in the stream reactor (fmt) | Gabriela Moldovan | 2026-07-01 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | proto: Allow BeginDir and Resolve messages in the stream reactor | Gabriela Moldovan | 2026-07-01 | 1 | -9/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, these would fail to parse, because the (WIP) stream reactor assumed all streams would be exit (BEGIN) streams. Closes #2613 | |||||
| * | | | | Merge branch 'addr-policy-api-bis' into 'main' | Clara Engler | 2026-07-02 | 4 | -2/+27 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | tor-netdoc: Further minor improvements to addr and port policy types See merge request tpo/core/arti!4191 | |||||
