summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | tor-netdoc: parse2 tests: Use sval in one place rather than open-codingIan Jackson2025-09-021-1/+1
| | | | | |
| * | | | | tor-netdoc: parse2: Provide flattening and NetdocParseableFieldsIan Jackson2025-09-024-8/+155
| | | | | |
| * | | | | tor-netdoc: parse2: Preparatory rework for flatteningIan Jackson2025-09-021-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change from two loops over fields and two ${when}, to one loop with ${select1}. There will be another arm in a moment.
| * | | | | tor-netdoc: parse2: Specify `for struct` in one of the derivesIan Jackson2025-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | None of these things support enums or unions.
| * | | | | tor-netdoc: parse2: tests: Include the test doc in more error msgsIan Jackson2025-09-021-5/+6
|/ / / / /
* | | | | Merge branch 'bigger-xfers' into 'main'Ian Jackson2025-09-0111-20/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | CI: increase test-transfer sizes See merge request tpo/core/arti!3047
| * | | | | shadow CI: less-verbose loggingJim Newsome2025-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the increased transfer sizes and simulation run-time, the previous log levels resulted in excessively large log files.
| * | | | | CI shadow test: increase transfer sizes to 5 MBJim Newsome2025-08-2710-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the transfer size used in the tor CI chutney tests, to more-fully exercise SENDMEs / congestion control. We also increase the simulation run time to allow time for the larger transfers.
* | | | | | Merge branch 'fix-clippy' into 'main'Ian Jackson2025-09-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | proto: Use allow(unused) instead of expect(unused). See merge request tpo/core/arti!3213
| * | | | | | proto: Use allow(unused) instead of expect(unused).Gabriela Moldovan2025-08-291-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With rustc 1.85, this `expect(unused)` triggers a "lint expectation unfulfilled" error, because rust thinks the struct *is* used (because of the d-d `TryFrom` implementation), despite the fact that it's never actually constructed. This isn't a problem on newer versions (it's correctly identified as unused/dead code on 1.89, for example). Using `allow` instead of `expect` is slightly less nice, but it makes `clippy` pass on 1.85 too.
* | | | | | Merge branch 'ticket-2145' into 'main'Nick Mathewson2025-08-281-8/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix documentation for StreamPrefs::connect_to_onion_services to match changes in !2506 Closes #2145 See merge request tpo/core/arti!3212
| * | | | | | fix documentation for StreamPrefs::connect_to_onion_services to match ↵Aiden McClelland2025-08-281-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes in !2506 Signed-off-by: Aiden McClelland <[email protected]>
* | | | | | | Merge branch 'publish-too' into 'main'opara2025-08-291-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release.md: Tweak one of the checklist items See merge request tpo/core/arti!3211
| * | | | | | | Release.md: Tweak one of the checklist itemsNick Mathewson2025-08-281-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | I almost declared completion too early, since I had written (but not published) a blogpost.
* | | | | | | Merge branch 'remove-semver' into 'main'Nick Mathewson2025-08-283-10/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Remove semver.md files post v1.5.0 See merge request tpo/core/arti!3210
| * | | | | | Remove semver.md filesNick Mathewson2025-08-283-10/+0
|/ / / / / /
* | | | | | Merge branch 'changelog-1.4.7' into 'main'arti-v1.5.0Nick Mathewson2025-08-282-1/+313
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog for 1.5.0 See merge request tpo/core/arti!3204
| * | | | | | Changelog: Correct the smol situation.Nick Mathewson2025-08-281-7/+4
| | | | | | |
| * | | | | | Changelog: Small grammar tweaks.Nick Mathewson2025-08-281-3/+3
| | | | | | |
| * | | | | | Changelog: Change the version to 1.5.0Nick Mathewson2025-08-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our MSRV policy says that we won't bump the MSRV in a patchlevel release.
| * | | | | | Tweak changelog: release today is likely.Nick Mathewson2025-08-281-3/+1
| | | | | | |
| * | | | | | Changelog: reference the right bug that we mitigated.Nick Mathewson2025-08-281-1/+1
| | | | | | |
| * | | | | | Changelog: correct description of new redacted .onion formatNick Mathewson2025-08-281-1/+1
| | | | | | |
| * | | | | | Changelog: correct "species" to "variants"Nick Mathewson2025-08-281-1/+1
| | | | | | |
| * | | | | | Changelog: Document additional lower-level breaking changes.Nick Mathewson2025-08-281-0/+20
| | | | | | |
| * | | | | | Add acknowledgments for 1.4.7 changelog.Nick Mathewson2025-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually correct hjrgrn's name, and remove duplicate for nield.
| * | | | | | ChangelogTemplate.md: tweak "welcome new team member" lineNick Mathewson2025-08-282-1/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will lower the odds that we accidentally welcome the (placeholder name) "Alyssa P. Hacker" as a new team member.
* | | | | | | Merge branch 'bumps-for-1.5.0' into 'main'Nick Mathewson2025-08-2862-625/+619
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-284-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2860-598/+598
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge branch 'release-date' into 'main'Alexander Hansen Færøy2025-08-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Run "update-release-date" See merge request tpo/core/arti!3208
| * | | | | | Run "update-release-date"Nick Mathewson2025-08-281-1/+1
|/ / / / / /
* | | | | | Merge branch 'cargo-update' into 'main'Alexander Hansen Færøy2025-08-283-349/+376
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Run "cargo update" in preparation for release. See merge request tpo/core/arti!3201
| * | | | | Run "cargo update" in preparation for release.Nick Mathewson2025-08-283-349/+376
|/ / / / /
* | | | | Merge branch 'new-criterion' into 'main'Alexander Hansen Færøy2025-08-286-80/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to criterion 0.7 Closes #2026 See merge request tpo/core/arti!3199
| * | | | | Upgrade to criterion 0.7Nick Mathewson2025-08-276-80/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2026. We can do this now that criterion-cycles-per-byte has also upgraded.
* | | | | | Merge branch 'fixup-features' into 'main'Nick Mathewson2025-08-284-2/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run "fixup-features" in preparation for release. See merge request tpo/core/arti!3196
| * | | | | | Fix complaints from "cargo sort"Nick Mathewson2025-08-272-4/+11
| | | | | | |
| * | | | | | Run "fixup-features"Nick Mathewson2025-08-274-3/+9
| | | | | | |
* | | | | | | Merge branch 'newer-resolver' into 'main'Nick Mathewson2025-08-281-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the v3 dependency resolver. Closes #2135 See merge request tpo/core/arti!3183
| * | | | | | | Use the v3 dependency resolver.Nick Mathewson2025-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This is the default for Rust 2024.) Closes #2135.
* | | | | | | | Merge branch 'tor-proto-reorg2' into 'main'gabi-2502025-08-2831-114/+133
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proto: Small reorg moving impl-agnostic types out of client See merge request tpo/core/arti!3193
| * | | | | | | | 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.