summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release-1.6.0-bump-versions' into 'main'arti-v1.6.0wesleyac2025-10-0673-653/+653
|\ | | | | | | | | release: Bump versions. See merge request tpo/core/arti!3311
| * release: Update lockfiles.Wesley Aptekar-Cassels2025-10-023-4/+4
| |
| * release: Bump versions in examples/ and maint/Wesley Aptekar-Cassels2025-10-0210-33/+33
| |
| * release: Bump versions.Wesley Aptekar-Cassels2025-10-0262-618/+618
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because we've updated our MSRV, we must bump the minor version for every package. This was done as follows: cargo set-version -p arti 1.6.0 cargo set-version -p oneshot-fused-workaround 0.4.0 cargo set-version -p slotmap-careful 0.4.0 cargo set-version -p test-temp-dir 0.5.0 cargo set-version -p fslock-guard 0.4.0 cargo set-version -p hashx 0.5.0 cargo set-version -p equix 0.4.0 cargo set-version -p caret 0.7.0 cargo set-version -p fs-mistrust 0.12.0 cargo set-version -p safelog 0.6.0 cargo set-version -p retry-error 0.8.0 xargs -I P <<END cargo set-version -p P 0.35.0 tor-basic-utils tor-error tor-general-addr tor-geoip tor-rtcompat tor-rtmock tor-async-utils tor-config tor-config-path tor-rpc-connect tor-log-ratelim tor-rpcbase tor-memquota tor-units tor-llcrypto tor-bytes tor-protover tor-checkable tor-cert tor-key-forge tor-hscrypto tor-socksproto tor-linkspec tor-cell tor-proto tor-netdoc tor-consdiff tor-netdir tor-relay-selection tor-persist tor-keymgr tor-chanmgr tor-ptmgr tor-dircommon tor-guardmgr tor-circmgr tor-dirclient tor-dirmgr tor-dirserver tor-hsclient tor-hsservice tor-hsrproxy tor-relay-crypto arti-client arti-relay arti-rpcserver arti-ureq arti-rpc-client-core END
* | Merge branch 'release-1.6.0-update-changelog-minimal-versions' into 'main'wesleyac2025-10-061-0/+2
|\ \ | | | | | | | | | | | | release: Update CHANGELOG.md See merge request tpo/core/arti!3329
| * | release: Fix typo in CHANGELOG.md link.Wesley Aptekar-Cassels2025-10-061-1/+1
| | |
| * | release: Update CHANGELOG.mdWesley Aptekar-Cassels2025-10-061-0/+2
|/ /
* | Merge branch 'ci-fix-futures' into 'main'wesleyac2025-10-061-3/+5
|\ \ | | | | | | | | | | | | Fix minimal-versions CI See merge request tpo/core/arti!3327
| * | maint/downgrade_dependencies: Fix up event-Listeners for async-stdIan Jackson2025-10-061-0/+6
| | |
| * | maint/downgrade_dependencies: No longer mess with [email protected]Ian Jackson2025-10-061-4/+0
|/ / | | | | | | | | Empirically, this is no longer present in our Cargo.lock. The problem was fixed upstream, presumably.
* | Merge branch 'release-1.6.0-changelog' into 'main'wesleyac2025-10-021-0/+254
|\ \ | | | | | | | | | | | | release: Update changelog. See merge request tpo/core/arti!3310
| * | release: Update 1.6.0 release date in CHANGELOG.Wesley Aptekar-Cassels2025-10-021-1/+1
| | |
| * | release: Fix unused links in CHANGELOG.md.Wesley Aptekar-Cassels2025-10-021-2/+0
| | |
| * | release: Minor cleanups to CHANGELOG.mdWesley Aptekar-Cassels2025-10-021-62/+69
| | |
| * | release: Update wording of MSRV in changelog.Wesley Aptekar-Cassels2025-10-011-1/+1
| | |
| * | release: Update changelog.Wesley Aptekar-Cassels2025-10-011-0/+249
| | |
* | | Merge branch 'release-1.6.0-update-release-date' into 'main'wesleyac2025-10-021-1/+1
|\ \ \ | |_|/ |/| | | | | | | | release: Update release date. See merge request tpo/core/arti!3319
| * | release: Update release date.wesleyac2025-10-021-1/+1
| | | | | | | | | We plan to release on Monday.
| * | release: Update release date.Wesley Aptekar-Cassels2025-10-021-1/+1
|/ /
* | Merge branch 'release-1.6.0-cargo-update' into 'main'wesleyac2025-10-022-407/+452
|\ \ | | | | | | | | | | | | release: Run cargo update. See merge request tpo/core/arti!3305
| * | tor-hsservice: Fix time_store test.Wesley Aptekar-Cassels2025-10-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This behaviour was changed in humantime 2.3.0. Because they made this breaking change on a minor semver bump, if we want to depend on this behaviour, we would need to lock to a specific version. I don't think this is critical, but I am still looking into where exactly this is used.
| * | release: Run cargo update.Wesley Aptekar-Cassels2025-10-011-406/+452
| | |
* | | Merge branch 'cell-validation-doc' into 'main'gabi-2502025-10-021-0/+236
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | doc/dev/notes: Add note on tor-proto cell validation. Closes #2177 See merge request tpo/core/arti!3291
| * | doc/dev/notes: Add note on tor-proto cell validation.gabi-2502025-10-021-0/+236
| | | | | | | | | | | | Closes #2177
* | | Merge branch 'release-1.6.0-fixup-features' into 'main'wesleyac2025-10-0117-35/+57
|\ \ \ | | | | | | | | | | | | | | | | release: Run fixup-features. See merge request tpo/core/arti!3303
| * | | release: Run fixup-features.Wesley Aptekar-Cassels2025-10-0117-35/+57
| | |/ | |/|
* | | Merge branch 'release-1.6.0-update-semver-files' into 'main'Alexander Hansen Færøy2025-10-014-0/+4
|\ \ \ | | | | | | | | | | | | | | | | release: Update semver.md files. See merge request tpo/core/arti!3308
| * | | release: Update semver.md files.Wesley Aptekar-Cassels2025-10-014-0/+4
| |/ /
* | | Merge branch 'fix-release-checklist-broken-link' into 'main'Alexander Hansen Færøy2025-10-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | docs: Fix broken link in release checklist. See merge request tpo/core/arti!3306
| * | | docs: Fix broken link in release checklist.Wesley Aptekar-Cassels2025-10-011-1/+1
| |/ /
* | | Merge branch 'verify-method-not-used' into 'main'Ian Jackson2025-10-011-0/+33
|\ \ \ | | | | | | | | | | | | | | | | Start a security response policy See merge request tpo/core/arti!3233
| * | | SecurityResponse: Add a note about failing verification buildsIan Jackson2025-10-011-0/+2
| | | | | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3233#note_3253024
| * | | Start a security response policy, capturing workflow from !3151Ian Jackson2025-10-011-0/+31
| |/ /
* | | Merge branch 'fix-release-checklist-semver-check' into 'main'Alexander Hansen Færøy2025-10-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | docs: Fix release checklist item. See merge request tpo/core/arti!3304
| * | | docs: Fix release checklist item.Wesley Aptekar-Cassels2025-10-011-1/+1
| |/ /
* | | Merge branch 'update-reactor-docs' into 'main'opara2025-10-011-3/+4
|\ \ \ | |/ / |/| | | | | | | | tor-proto: Fix comment related to validating stream messages See merge request tpo/core/arti!3298
| * | tor-proto: fix comment related to validating stream messagesSteven Engler2025-09-301-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think the previous comment is correct. The main flow control checks are about receiving SENDME/XON/XOFFs, and ensuring that we don't receive too many of them. This all happens in the reactor. In theory the stream should be checking that we don't receive too many DATA messages for how many stream SENDMEs we've sent. But this is broken due to arti#2100. We do check this in the halfstream code though.
* | | Merge branch 'not-so-dangerous' into 'main'Ian Jackson2025-10-019-255/+97
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tor-netdoc: Abolish `dangerous-expose-struct-fields`; always expose, instead Closes #2192 See merge request tpo/core/arti!3299
| * | | tor-netdoc: Abolish `dangerous-expose-struct-fields`; always expose, insteadIan Jackson2025-10-019-255/+97
| | | | | | | | | | | | | | | | Fixes #2192
* | | | Merge branch 'update-examples-with-native-tls-notice' into 'main'opara2025-10-013-0/+12
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | macos-native-tls-notice: Notice for native-tls bug on MacOS See merge request tpo/core/arti!3297
| * | | macos-native-tls-notice: Update README.md of tor-rtcompat with notice of ↵nield2025-10-011-0/+5
| | | | | | | | | | | | | | | | native-tls bug on MacOS
| * | | macos-native-tls-notice: Update README.md of hyper-examples with notice of ↵nield2025-10-011-0/+3
| | | | | | | | | | | | | | | | native-tls bug on MacOS
| * | | macos-native-tls-notice: Update README.md of download-manager with notice of ↵nield2025-10-011-0/+4
| | |/ | |/| | | | | | | native-tls bug on MacOS
* | | Merge branch 'tor-rtmock-simple-time-typos' into 'main'gabi-2502025-10-011-3/+3
|\ \ \ | |/ / |/| | | | | | | | tor-rtmock-simple-time-typos: Fix typos See merge request tpo/core/arti!3289
| * | tor-rtmock-simple-time-typos: Fix typosNiel Duysters2025-10-011-3/+3
|/ /
* | Merge branch 'ticket_2190' into 'main'Nick Mathewson2025-09-303-40/+34
|\ \ | | | | | | | | | | | | | | | | | | padding: Remove post-queue blocker. Closes #2190 See merge request tpo/core/arti!3293
| * | padding: Remove post-queue blocker.Nick Mathewson2025-09-303-37/+31
| | | | | | | | | | | | | | | | | | | | | We no longer want to _ever_ block non-DATA cells, per discussion in circuit-padding.md. Closes #2190.
| * | padding: be less dogmatic in a TODO about where a buffer would go.Nick Mathewson2025-09-301-4/+4
| | |
* | | Merge branch 'tor-keyforge-rsa-types' into 'main'wesleyac2025-09-309-13/+301
|\ \ \ | |_|/ |/| | | | | | | | tor-key-forge: Add RSA key types. See merge request tpo/core/arti!3236
| * | tor-llcrypto: Add more comments about implementation of RSA sign function.Wesley Aptekar-Cassels2025-09-101-2/+3
| | |