summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | tor-netdoc: Introduce `NormalItemArgument` impl-enabler traitIan Jackson2025-10-087-2/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is currently used to enable `parse2::ItemArgumentParseable`. In a moment it will enable `build::ItemArgument` too.
| * | | | | | tor-netdoc: parse2 poc: impl Display for several typesIan Jackson2025-10-084-3/+9
| | | | | | |
| * | | | | | tor-netdoc: parse2 poc: break out some constantsIan Jackson2025-10-081-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll want this for both types eventually, when we do printing at the very least.
| * | | | | | tor-netdoc: impl Display for Fingerprint and Base64FingerprintIan Jackson2025-10-082-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm going to want this as preparation for making these things properly suitable for item arguments. One test case in parse2::poc was relying on Display of the Deref to RsaIdentity.
| * | | | | | tor-netdoc: Add a test case for Base64Fingerprint parsingIan Jackson2025-10-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Somehow there wasn't one of these.
| * | | | | | tor-netdoc: impl From<Base64Fingerprint> for RsaIdentityIan Jackson2025-10-081-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | This orthogonally necessary impl seems to have been overlooked.
* | | | | | Merge branch 'mv-flow-ctrl' into 'main'gabi-2502025-10-0820-30/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | proto: Move flow_ctrl module under stream. See merge request tpo/core/arti!3335
| * | | | | proto: Fix flow control docs post-move.Gabriela Moldovan2025-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `StreamFlowCtrl` is no longer accessible via `tor_proto::client`, so I had to update one of the (doc) imports with its new path Also, I had to change a couple of imports to use `DataWriter` and `DataStream` from `crate::client::stream` instead of `crate::client::stream::data`, because the latter is not visible from `flow_ctrl` anymore.
| * | | | | proto: Move flow_ctrl module under stream (fmt).Gabriela Moldovan2025-10-0711-22/+18
| | | | | |
| * | | | | proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-0720-24/+25
| | | | | | | | | | | | | | | | | | | | | | | | This will be used by exits too, so I am moving it out of `client`.
| * | | | | proto: Add a top-level stream module.Gabriela Moldovan2025-10-072-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will house the implementation-agnostic stream types and functionality.
* | | | | | Merge branch 'fallbackdirs-06-10-2025' into 'main'David Goulet2025-10-071-899/+886
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fallbackdir: Update list generated on October 06, 2025 See merge request tpo/core/arti!3328
| * | | | | | fallbackdir: Update list generated on October 06, 2025Tor CI Release2025-10-071-899/+886
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Tor CI Release <[email protected]>
* | | | | | Merge branch 'x509-gen' into 'main'Nick Mathewson2025-10-076-5/+373
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate x509 self-signed identity key certificates. (CERT_TYPE 02) Closes #2197 See merge request tpo/core/arti!3324
| * | | | | | Require rsa 0.9.2 for SignatureBitStringEncoding.Nick Mathewson2025-10-071-1/+1
| | | | | | |
| * | | | | | tor-cert: Generate x509 identity certificates for CERT cellsNick Mathewson2025-10-074-5/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2197.
| * | | | | | tor-basic-utils: New function to generate random hostname.Nick Mathewson2025-10-072-0/+81
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll be using this for x509 certificates in #2197. We might also use it for SNI/ESNI as in !198.
* | | | | | Merge branch 'maint-downgrad-deps-exception-note' into 'main'wesleyac2025-10-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | maint: Add note on exceptions to downgrade_dependencies. See merge request tpo/core/arti!3030
| * | | | | | maint: Add issue for --direct-minimal-versions.Wesley Aptekar-Cassels2025-10-071-1/+1
| | | | | | |
| * | | | | | maint: Add note on exceptions to downgrade_dependencies.Wesley Aptekar-Cassels2025-10-071-0/+5
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | As discussed in last week's meeting.
* | | | | | Merge branch 'docs-release-unpublished-crate-versions' into 'main'wesleyac2025-10-071-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | docs: Mention examples and maint crates in release docs. See merge request tpo/core/arti!3315
| * | | | | docs: Move list ordering in Release.md.Wesley Aptekar-Cassels2025-10-071-2/+2
| | | | | |
| * | | | | docs: Mention examples and maint crates in release docs.Wesley Aptekar-Cassels2025-10-071-0/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | This seems to describe our current de-facto policy, and it seems reasonable not to bump versions for crates we aren't publishing.
* | | | | Merge branch 'parse2-prep-more' into 'main'opara2025-10-075-4/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tor-netdoc: parse2: Three minor fixes and a new function See merge request tpo/core/arti!3326
| * | | | | tor-netdoc: parse2: Make NetdocParseableFields work out of-moduleIan Jackson2025-10-061-0/+9
| | | | | |
| * | | | | tor-netdoc: parse2: Break out check_no_objectIan Jackson2025-10-062-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | This will be useful for impls of ItemValueParseable.
| * | | | | tor-netdoc: parse2: Fix variety ordering in a doc commentIan Jackson2025-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We changed the ordering at some point. This comment seems to have been overlooked.
| * | | | | tor-netdoc: parse2: Fix ItemValueParseable field attribute `with`Ian Jackson2025-10-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the docs this is supposed to name the module, not the function. (This will be necessary when we do netdoc generation.)
* | | | | | Merge branch 'ci-remove-check-stage' into 'main'wesleyac2025-10-071-5/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Move "check" jobs into "build" stage. See merge request tpo/core/arti!3318
| * | | | | | ci: Move "check" jobs into "build" stage.Wesley Aptekar-Cassels2025-10-021-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves everything that was in the "check" stage into the "build" stage, so that beginning to build the artifacts isn't blocked by running the checks. This should result in CI taking less time overall. There is some concern that making CI more efficient by increasing parallelism could increase load on runners and cause more problems than it solves, so that's something we should look out for in evaluating this change.
* | | | | | | Merge branch '5225225/fix-fuzzing' into 'main'opara2025-10-076-37/+65
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | fuzzing: fix up targets to compile See merge request tpo/core/arti!3284
| * | | | | | Undo change to use ns_consensus feature, fix target to not need it52252252025-10-072-3/+3
| | | | | | |
| * | | | | | fuzzing: fix up targets to compile52252252025-10-077-37/+65
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'deprecate_specific_handshakes' into 'main'Nick Mathewson2025-10-071-0/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-proto: deprecate handshake-specific create/extend variants Closes #1990 See merge request tpo/core/arti!3321
| * | | | | tor-proto: deprecate handshake-specific create/extend variantsNick Mathewson2025-10-071-0/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Everybody should use create_firsthop() and extend(), and let tor-proto decide which handshake is best. Closes #1990.
* | | | | Merge branch 'fixup-indented' into 'main'Nick Mathewson2025-10-071-1/+35
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach fixup-features to duplicate the modal indentation in an array Closes #1719 See merge request tpo/core/arti!3317
| * | | | | Teach fixup-features to duplicate the modal indentation in an arrayNick Mathewson2025-10-021-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we can't figure out the modal indentation, use " ". Closes #1719.
* | | | | | Merge branch 'orport-addrs' into 'main'Ian Jackson2025-10-0717-64/+78
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify and tidy addrs methods from tor-linkspec and routerdescs See merge request tpo/core/arti!3300
| * | | | | | tor-netdoc: Remove obsolete commentIan Jackson2025-10-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no longer a trait.
| * | | | | | tor-netdoc: RouterStatus: unify `orport_addrs` and `addrs` methodsIan Jackson2025-10-064-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had two functions with different return types but identical semantics. Replace them with one function returning `impl Iterator`. Make it return owned addresses. These are small.
| * | | | | | tor-linkspec: Change HasAddrs::addrs to return an Iterator (fmt)Ian Jackson2025-10-062-2/+7
| | | | | | |
| * | | | | | tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-0614-55/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will let us model the actual structure of routerstatus entries in netdocs more closely. They don't have the addresses in a single list. When this code was written this would have been much more awkward, but now we have RPITIT.
* | | | | | | Merge branch 'netdoc-rework-more' into 'main'Ian Jackson2025-10-076-31/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tor-netdoc: Regularise some parsing See merge request tpo/core/arti!3325
| * | | | | | | tor-netdoc: Make rs `identity` field a Base64FingerprintIan Jackson2025-10-064-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow type-driven parsing. Don't change the type in the (now-mostly-obsolete) builder and accessors; that would seem like pointless churn.
| * | | | | | | tor-netdoc: Provide Base64FingerprintIan Jackson2025-10-063-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The three other formats (!) used for representing RSA key fingerprints in netdocs were all provided with helper types, but this one was omitted. I'm going to want it.
| * | | | | | | tor-netdoc: Use derive_more to derive some From implsIan Jackson2025-10-061-21/+3
| |/ / / / / /
* | | | | | | Merge branch 'cargo-add' into 'main'wesleyac2025-10-071-0/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Release.md: Suggest using cargo owner --add to update the owners. See merge request tpo/core/arti!3334
| * | | | | | Release.md: Suggest using cargo owner --add to update the owners.Gabriela Moldovan2025-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is less fiddly than using the crates.io UI.
* | | | | | | Merge branch 'fuzz-test' into 'main'opara2025-10-072-2/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Check fuzz tests See merge request tpo/core/arti!3312
| * | | | | | | ci: build fuzz testsSteven Engler2025-10-061-0/+16
| | | | | | | |