| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge branch 'relay-chan-msg' into 'main' | gabi-250 | 2025-08-28 | 1 | -31/+72 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | proto: Add a new RelayCircChanMsg message subclass. See merge request tpo/core/arti!3198 | |||||
| | * | | | | proto: Avoid referring to restricted ChanMsgs as "subclasses". | Gabriela Moldovan | 2025-08-28 | 1 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | proto: Add a new RelayCircChanMsg message subclass. | Gabriela Moldovan | 2025-08-28 | 1 | -0/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will be used to restrict the types of messages that can be sent on the relay-specific channels. | |||||
| | * | | | | proto: Derive ChanMsgSubclass for CreateResponse, ClientCircChanMsg. | Gabriela Moldovan | 2025-08-27 | 1 | -32/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This enables us to remove the open-coded implementations in favor of the derived version. | |||||
| | * | | | | proto: Add d-d macro for creating AnyChanMsg subclasses. | Gabriela Moldovan | 2025-08-27 | 1 | -1/+26 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | The code for generating these is repetitive (see `CreateResponse` and `ClientChanMsg`), and we will soon need a `RelayChanMsg` type too, so now is a good time to introduce a helper for generating the boilerplate. | |||||
| * | | | | Merge branch 'circmgr-timeout-estimator-logging' into 'main' | Nick Mathewson | 2025-08-27 | 1 | -0/+2 | |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | tor-circmgr: Add more logging about timeout estimation. See merge request tpo/core/arti!3152 | |||||
| | * | | | tor-circmgr: Make connection failure log at debug level. | Wesley Aptekar-Cassels | 2025-08-13 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | tor-circmgr: Add more logging about timeout estimation. | Wesley Aptekar-Cassels | 2025-08-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | We're seeing the logic that resets the timeouts when 18/20 connections fail not triggering when we're expecting it to, this logging may help figure out what's going on there. | |||||
| * | | | | Merge branch 'dup-xoffs' into 'main' | opara | 2025-08-27 | 1 | -1/+14 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | tor-proto: Don't allow consecutive XOFF messages See merge request tpo/core/arti!3197 | |||||
| | * | | | | tor-proto: don't allow consecutive XOFF messages | Steven Engler | 2025-08-27 | 1 | -1/+14 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'rpcserver-tag-byte-ids' into 'main' | David Goulet | 2025-08-27 | 3 | -25/+46 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | arti-rpcserver: Check IDs with a tag byte, not a magic length See merge request tpo/core/arti!3191 | |||||
| | * | | | rpc: Clean up GlobalId decoding API. | Nick Mathewson | 2025-08-27 | 3 | -18/+32 | |
| | | | | | ||||||
| | * | | | rpc: Cleanups to GlobalId tag byte handling. | Nick Mathewson | 2025-08-27 | 2 | -7/+15 | |
| | | | | | ||||||
| | * | | | Tag byte corrections and don't crash | Neel Chauhan | 2025-08-27 | 1 | -8/+2 | |
| | | | | | ||||||
| | * | | | '$' as tag byte | Neel Chauhan | 2025-08-27 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Update docs | Neel Chauhan | 2025-08-27 | 1 | -3/+2 | |
| | | | | | ||||||
| | * | | | Use a 'G' prefix | Neel Chauhan | 2025-08-27 | 2 | -5/+7 | |
| | | | | | ||||||
| | * | | | arti-rpcserver: Check IDs with a tag byte, not a magic length | Neel Chauhan | 2025-08-27 | 2 | -7/+11 | |
| | | | | | | | | | | | | | | | | | Edited-by: Nick Mathewson <[email protected]> | |||||
| * | | | | proto: Only allow VERSIONS cell for the new handshake state | David Goulet | 2025-08-27 | 2 | -51/+20 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Due to this, it is not possible to get a VPADDING before because it requires a link protocol version to decideon the encoding: https://gitlab.torproject.org/tpo/core/torspec/-/issues/366 Signed-off-by: David Goulet <[email protected]> | |||||
| * | | | Merge branch 'upgrade_deps' into 'main' | Alexander Hansen Færøy | 2025-08-27 | 3 | -3/+8 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Upgrade various dependencies in preparation for next release See merge request tpo/core/arti!3188 | |||||
| | * | | | Upgrade ureq dependency to ~3.1.0 | Nick Mathewson | 2025-08-26 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | Also, document why we are (for now) stuck using a tilde with our ureq dependency. | |||||
| | * | | | Update phf dependency to 0.13.1 | Nick Mathewson | 2025-08-26 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Update base16ct dependency to 0.3. | Nick Mathewson | 2025-08-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'concrete-accumulator' into 'main' | Ian Jackson | 2025-08-27 | 4 | -34/+323 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | tor-netdoc: parse2: Make field accumulator a nameable type See merge request tpo/core/arti!3180 | |||||
| | * | | | tor-netdoc: parse2: multiplicity: Remove now-obsolete trait items | Ian Jackson | 2025-08-26 | 1 | -12/+0 | |
| | | | | | ||||||
| | * | | | tor-netdoc: parse2: Know that we always accumulate into Option<Field> | Ian Jackson | 2025-08-26 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | tor-netdoc: parse2: Always accumulate into Option<Field> (fmt) | Ian Jackson | 2025-08-26 | 1 | -1/+5 | |
| | | | | | ||||||
| | * | | | tor-netdoc: parse2: Always accumulate into Option<Field> | Ian Jackson | 2025-08-26 | 1 | -13/+22 | |
| | | | | | ||||||
| | * | | | tor-netdoc: parse2: Break out F_EFFECTIVE_TYPE | Ian Jackson | 2025-08-26 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | | | We're going to want to reuse this. | |||||
| | * | | | tor-netdoc: parse2: Use selector_ rather than open-coding | Ian Jackson | 2025-08-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | We're going to make this depend on $ftype differently. | |||||
| | * | | | tor-netdoc: parse2: Report subdoc intro item keyword for missing item | Ian Jackson | 2025-08-26 | 3 | -4/+19 | |
| | | | | | | | | | | | | | | | | | This corrects the error message. | |||||
| | * | | | tor-netdoc: parse2: More focused tests (error cases) | Ian Jackson | 2025-08-26 | 1 | -0/+84 | |
| | | | | | ||||||
| | * | | | tor-netdoc: parse2: More focused tests (success cases) | Ian Jackson | 2025-08-26 | 2 | -0/+182 | |
| | | | | | | | | | | | | | | | | | | | | | The netstatus doc poc does test most of the functionality, but I want some tests of edge cases that that misses. | |||||
| | * | | | tor-netdoc: parse2: Fix doctype_for_error | Ian Jackson | 2025-08-26 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | Actually report the intro item, as the docs state. | |||||
| * | | | | Merge branch 'windows_warning' into 'main' | David Goulet | 2025-08-26 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | tor-config-path: Fix another Windows warning See merge request tpo/core/arti!3179 | |||||
| | * | | | | tor-config-path: Fix another Windows warning | Tobias Stoeckmann | 2025-08-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Only Unix systems use the variable path_resolver. Annotate it as unused for all other systems. | |||||
| * | | | | | Merge branch 'toml' into 'main' | David Goulet | 2025-08-26 | 1 | -18/+7 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | arti: Simplify the `create_state_dir_entry` test helper See merge request tpo/core/arti!3178 | |||||
| | * | | | | arti: simplify the `create_state_dir_entry` test helper | Steven Engler | 2025-08-25 | 1 | -18/+7 | |
| | |/ / / | ||||||
| * | | | | tor-netdoc: No longer impl Sealed for RouterStatus (fmt) | Ian Jackson | 2025-08-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | tor-netdoc: No longer impl Sealed for RouterStatus | Ian Jackson | 2025-08-26 | 3 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | We don't need this since RouterStatus no longer implements any sealed traits. | |||||
| * | | | | tor-netdoc: Soften a TODO | Ian Jackson | 2025-08-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | tor-netdoc: Fix typo | Ian Jackson | 2025-08-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | tor-netdoc: Change an allow to an expect | Ian Jackson | 2025-08-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | (This will make the build more fragile, but it will also spot an unnecessary allow.) | |||||
| * | | | | tor-netdoc: Fix some visibilities | Ian Jackson | 2025-08-26 | 1 | -6/+3 | |
| | | | | | ||||||
| * | | | | tor-netdoc: Correct the headings of two modules | Ian Jackson | 2025-08-26 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | each_variety includes votes, so is "network status documents"; each_flavor is just consensuses. | |||||
| * | | | | tor-netdoc: Apply much rustfmt churn | Ian Jackson | 2025-08-26 | 9 | -30/+19 | |
| | | | | | ||||||
| * | | | | tor-netdoc: Provide some Vote things | Ian Jackson | 2025-08-26 | 9 | -95/+109 | |
| | | | | | | | | | | | | | | | | | And export *RouterStatus with the macro, and *Header. | |||||
| * | | | | tor-netdoc: rs: centralise some includes | Ian Jackson | 2025-08-26 | 2 | -13/+8 | |
| | | | | | | | | | | | | | | | | | This will allow them to be shared between each_flavor and each_variety. | |||||
| * | | | | tor-netdoc: Introduce experimental ns-vote feature | Ian Jackson | 2025-08-26 | 7 | -10/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Now we can start actually having code to do with votes. This feature doesn't actually contain any new API surface yet. | |||||
| * | | | | tor-netdoc: Move all each_variety code to each_flavor | Ian Jackson | 2025-08-26 | 9 | -1470/+1470 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The amount we're going to be able to reuse for votes is less than we might hope. This commit is just code motion. | |||||
