summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | 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
| | | | |
| * | | | tor-llcrypto: Add note about key size to RSA KeyPair::generate.Wesley Aptekar-Cassels2025-09-101-0/+4
| | | | |
| * | | | tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.Wesley Aptekar-Cassels2025-09-085-17/+18
| | | | | | | | | | | | | | | | | | | | As discussed with gabi on IRC today.
| * | | | tor-key-forge: Add RSA key types.Wesley Aptekar-Cassels2025-09-087-9/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some things I'm still considering here: * We may want to define a tor_llcrypto::pk::rsa::Signature newtype. * We likely want to rename tor_llcrypto::pk::rsa::PrivateKey to RsaKeypair.
* | | | | Merge branch 'doc_features_no_longer_there' into 'main'Nick Mathewson2025-09-3060-266/+58
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove check_doc_features and doc_auto_cfg. Closes #1514 See merge request tpo/core/arti!3294
| * | | | | Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-2957-57/+57
| | | | | | | | | | | | | | | | | | | | | | | | This feature has been removed from nightly, in favor of doc_cfg.
| * | | | | Remove check_doc_features.Nick Mathewson2025-09-293-209/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that rust nightly has merged doc_auto_cfg into doc_cfg, and completed https://github.com/rust-lang/rust/pull/138907, it is no longer necessary. Closes #1514.
* | | | | | Merge branch 'suppress-warnings' into 'main'Nick Mathewson2025-09-302-3/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Fix two clippy warnings See merge request tpo/core/arti!3295
| * | | | | rpc: Suppress a clippy warning by making PossumCage usedIan Jackson2025-09-301-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes warning: struct `PossumCage` is never constructed warning: associated function `make_cast_table` is never used with cargo +stable clippy --locked --offline -p tor-rpcbase --all-targets Most of our builds happen with --all-features so we don't notice. In that case I think something to do with method printing:(`describe-methods`) is using things enough for the compiler not to complain.
| * | | | | rpc: Suppress a clippy false positive that appears with current betaIan Jackson2025-09-301-1/+2
| | | | | |
* | | | | | Merge branch 'sort_circ_actions' into 'main'Nick Mathewson2025-09-291-1/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort output events for next_circ_action. See merge request tpo/core/arti!3292
| * | | | | | Sort output events for next_circ_action.Nick Mathewson2025-09-291-1/+48
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sort makes it so that that blocking and unblocking are always ordered in a sensible way with respect to sending data. This might help simplify padding machines a bit. Prerequisite for #2190
* | | | | | Merge branch 'rework-chutney-test' into 'main'Jim Newsome2025-09-296-132/+219
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | chutney ci: reorganize scripts, especially configuration handling See merge request tpo/core/arti!3264
| * | | | | chutney ci setup: encapsulate config as a wholeJim Newsome2025-09-291-23/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is partly just to get more code out of "main", but also paves the way a bit for reusing this config code in the `integration-e2e-shadow` wrapper script, to support the same command-line arguments there.
| * | | | | chutney CI: store and use jq pathJim Newsome2025-09-292-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we're validating the presence of jq, we might as well handle it consistently with the other dependencies and provide a way to specify where it is.
| * | | | | chutney setup: refactor config options into Resolver objectsJim Newsome2025-09-291-79/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Encapsulate the logic of finding and validating each option into their own objects (e.g. so that specification of corresponding command-line option goes together with other related logic).