summaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bumps-for-1.5.0' into 'main'Nick Mathewson2025-08-2861-568/+562
|\ | | | | | | | | Version bumps for arti 1.5.0 See merge request tpo/core/arti!3206
| * Update lockfiles in equix, hashx.Nick Mathewson2025-08-282-23/+17
| |
| * Increment arti version to 1.5.0Nick Mathewson2025-08-283-3/+3
| | | | | | | | | | We've promised in our README not to bump MSRV in patchlevel releases. So now this is 1.5.0.
| * Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-2859-542/+542
| | | | | | | | | | | | | | | | Per policy, we bump the minor version of every tor-*, arti-* crate on each release. We have updated our MSRV, so we're treating this as a breaking change for our non-(arti/tor)-prefixed crates too.
* | Run "update-release-date"Nick Mathewson2025-08-281-1/+1
|/
* Run "cargo update" in preparation for release.Nick Mathewson2025-08-282-92/+92
|
* Merge branch 'new-criterion' into 'main'Alexander Hansen Færøy2025-08-285-56/+16
|\ | | | | | | | | | | | | Upgrade to criterion 0.7 Closes #2026 See merge request tpo/core/arti!3199
| * Upgrade to criterion 0.7Nick Mathewson2025-08-275-56/+16
| | | | | | | | | | | | Closes #2026. We can do this now that criterion-cycles-per-byte has also upgraded.
* | Merge branch 'fixup-features' into 'main'Nick Mathewson2025-08-282-2/+3
|\ \ | | | | | | | | | | | | Run "fixup-features" in preparation for release. See merge request tpo/core/arti!3196
| * | Fix complaints from "cargo sort"Nick Mathewson2025-08-271-1/+2
| | |
| * | Run "fixup-features"Nick Mathewson2025-08-272-3/+3
| | |
* | | proto: Move TunnelId to a separate, shared module (fmt).Gabriela Moldovan2025-08-286-6/+6
| | |
* | | proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-2810-58/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `TunnelId*` types will be reused in the relay reactor (exit relays need to have the concept of a "tunnel ID" because of conflux). Now the `relay::reactor` module only has a single import from `client` (for the `unwrap_or_shutdown` helper, which we should be able to remove soon). From now, we will avoid importing anything from `client` in the `relay` module, and instead prefer refactoring the code as needed (to pull the implementation-agnostic parts outside of `client`). This commit has no functional changes, just code motion.
* | | proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-2829-56/+68
| | | | | | | | | | | | | | | | | | | | | This is just code motion (I suggest reviewing with `--color-moved`). This also moves the implementation-agnostic parts from `tor_proto::client::circuit` to a new `tor_proto::circuit` module.
* | | Merge branch 'relay-chan-msg' into 'main'gabi-2502025-08-281-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 Moldovan2025-08-281-5/+5
| | | |
| * | | proto: Add a new RelayCircChanMsg message subclass.Gabriela Moldovan2025-08-281-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 Moldovan2025-08-271-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 Moldovan2025-08-271-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 Mathewson2025-08-271-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-Cassels2025-08-131-1/+1
| | |
| * | tor-circmgr: Add more logging about timeout estimation.Wesley Aptekar-Cassels2025-08-121-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'opara2025-08-271-1/+14
|\ \ \ | | | | | | | | | | | | | | | | tor-proto: Don't allow consecutive XOFF messages See merge request tpo/core/arti!3197
| * | | tor-proto: don't allow consecutive XOFF messagesSteven Engler2025-08-271-1/+14
| | |/ | |/|
* | | Merge branch 'rpcserver-tag-byte-ids' into 'main'David Goulet2025-08-273-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 Mathewson2025-08-273-18/+32
| | |
| * | rpc: Cleanups to GlobalId tag byte handling.Nick Mathewson2025-08-272-7/+15
| | |
| * | Tag byte corrections and don't crashNeel Chauhan2025-08-271-8/+2
| | |
| * | '$' as tag byteNeel Chauhan2025-08-272-2/+2
| | |
| * | Update docsNeel Chauhan2025-08-271-3/+2
| | |
| * | Use a 'G' prefixNeel Chauhan2025-08-272-5/+7
| | |
| * | arti-rpcserver: Check IDs with a tag byte, not a magic lengthNeel Chauhan2025-08-272-7/+11
| | | | | | | | | | | | Edited-by: Nick Mathewson <[email protected]>
* | | proto: Only allow VERSIONS cell for the new handshake stateDavid Goulet2025-08-272-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øy2025-08-273-3/+8
|\ \ | | | | | | | | | | | | Upgrade various dependencies in preparation for next release See merge request tpo/core/arti!3188
| * | Upgrade ureq dependency to ~3.1.0Nick Mathewson2025-08-261-1/+6
| | | | | | | | | | | | | | | Also, document why we are (for now) stuck using a tilde with our ureq dependency.
| * | Update phf dependency to 0.13.1Nick Mathewson2025-08-261-1/+1
| | |
| * | Update base16ct dependency to 0.3.Nick Mathewson2025-08-261-1/+1
| | |
* | | Merge branch 'concrete-accumulator' into 'main'Ian Jackson2025-08-274-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 itemsIan Jackson2025-08-261-12/+0
| | |
| * | tor-netdoc: parse2: Know that we always accumulate into Option<Field>Ian Jackson2025-08-262-2/+2
| | |
| * | tor-netdoc: parse2: Always accumulate into Option<Field> (fmt)Ian Jackson2025-08-261-1/+5
| | |
| * | tor-netdoc: parse2: Always accumulate into Option<Field>Ian Jackson2025-08-261-13/+22
| | |
| * | tor-netdoc: parse2: Break out F_EFFECTIVE_TYPEIan Jackson2025-08-261-7/+13
| | | | | | | | | | | | We're going to want to reuse this.
| * | tor-netdoc: parse2: Use selector_ rather than open-codingIan Jackson2025-08-261-1/+1
| | | | | | | | | | | | We're going to make this depend on $ftype differently.
| * | tor-netdoc: parse2: Report subdoc intro item keyword for missing itemIan Jackson2025-08-263-4/+19
| | | | | | | | | | | | This corrects the error message.
| * | tor-netdoc: parse2: More focused tests (error cases)Ian Jackson2025-08-261-0/+84
| | |
| * | tor-netdoc: parse2: More focused tests (success cases)Ian Jackson2025-08-262-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_errorIan Jackson2025-08-261-3/+4
| | | | | | | | | | | | Actually report the intro item, as the docs state.
* | | Merge branch 'windows_warning' into 'main'David Goulet2025-08-261-0/+1
|\ \ \ | | | | | | | | | | | | | | | | tor-config-path: Fix another Windows warning See merge request tpo/core/arti!3179
| * | | tor-config-path: Fix another Windows warningTobias Stoeckmann2025-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | Only Unix systems use the variable path_resolver. Annotate it as unused for all other systems.