summaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* release: Update release date.Wesley Aptekar-Cassels2026-02-021-1/+1
|
* release: Update hashx and equix benches.Wesley Aptekar-Cassels2026-02-022-81/+81
|
* release: bump-nodep various crates.Wesley Aptekar-Cassels2026-02-0210-10/+10
| | | | | | | | These were all only changed by a98faf72, which simply adds deny statements for clippy::unused_async in various places. It's not clear to me that we even need to bump these versions, but that seems to be what our release documentation implies.
* release: Bump `slotmap-careful` to 0.6.0.Wesley Aptekar-Cassels2026-02-027-7/+7
| | | | Since we removes a existing feature, we need to bump the version.
* release: Bump `arti` version to 2.0.0.Wesley Aptekar-Cassels2026-02-023-3/+3
|
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-0254-507/+507
| | | | | | | | | | Done via: ``` for crate in $(./maint/list-crates | rg '^(tor|arti-)'); do cargo set-version -p $crate 0.39.0 done ```
* Merge branch 'legacy-port-config' into 'main'wesleyac2026-02-026-207/+32
|\ | | | | | | | | | | | | arti: Remove `proxy.socks_port` and `proxy.dns_port` Closes #2300 See merge request tpo/core/arti!3622
| * tor-config: remove `resolve_alternative_specs` functionSteven Engler2026-02-012-81/+1
| |
| * arti: remove `resolve_listen_port!` macroSteven Engler2026-01-292-38/+5
| | | | | | | | | | | | I'm undecided whether we want to keep `resolve_alternative_specs` around, but it seems possible/likely that we'll want it in the future, so I think we can keep it.
| * arti: remove deprecated `proxy.dns_port` config optionSteven Engler2026-01-294-20/+6
| |
| * arti: remove deprecated `proxy.socks_port` config optionSteven Engler2026-01-294-21/+11
| |
| * arti: small changes to socks/dns listen config testsSteven Engler2026-01-291-16/+13
| |
| * arti: relax '_listen'/'_port' config compat testsSteven Engler2026-01-291-40/+2
| | | | | | | | | | This is in preparation for removing the `listen_port` and `dns_port` config options.
| * arti: reword+reformat warning messageSteven Engler2026-01-291-1/+4
| |
* | rtcompat: tweaks to no-tls-server case.Nick Mathewson2026-02-021-0/+9
| |
* | rtcompat: Improved tls-server key/cert handling.Nick Mathewson2026-02-024-86/+35
| | | | | | | | | | Now that we can admit to knowing about tor-cert-x509, we can use TlsCertAndKeys to simplify everything.
* | rtcompat: restore tls-server test.Nick Mathewson2026-02-022-10/+5
| | | | | | | | | | | | | | Now that tor-cert-x509 is its own crate, we can use that, and avoid the circular dependency. Closes #2330.
* | llcrypto: Depend on tor-memquota-cost, not tor-memquota.Nick Mathewson2026-02-024-6/+6
| |
* | memquota: Extract HasMemoryCost and derive to new crate.Nick Mathewson2026-02-0211-85/+201
| | | | | | | | This will help resolve some dependencies in our graph.
* | cert: Extract x509 code into new tor-cert-x509 crate.Nick Mathewson2026-02-025-17/+116
| |
* | Merge branch 'main' into 'main'gabi-2502026-02-0217-17/+17
|\ \ | | | | | | | | | | | | fix(minver): Update paste dependency to be minver compatible See merge request tpo/core/arti!3610
| * | fix(minver): Update paste dependency to be minver compatibleSamuel Cobb2026-01-2617-17/+17
| | |
* | | cli_tests: Rename tests for clarity and consistencyGabriela Moldovan2026-02-021-3/+3
| | |
* | | cli_tests: Insert spacing between top-level itemsGabriela Moldovan2026-02-021-0/+8
| | | | | | | | | | | | For readability.
* | | cli_tests: Fix typo in test nameGabriela Moldovan2026-02-021-2/+2
| | |
* | | cli_tests: Clarify a comment in ctor-migrate testGabriela Moldovan2026-02-021-1/+1
| | |
* | | cli_tests: Rename test closure for clarityGabriela Moldovan2026-02-021-3/+3
| | | | | | | | | | | | | | | The previous name was misleading (the closure asserts the exact opposite).
* | | Add integration test suite for `hsc ctor-migrate` subcommandhjrgrn2026-02-0218-91/+485
| | |
* | | Merge branch 'release-2.0.0-fixup-features' into 'main'wesleyac2026-01-294-0/+4
|\ \ \ | |_|/ |/| | | | | | | | release: run fixup-features. See merge request tpo/core/arti!3620
| * | release: run fixup-features.Wesley Aptekar-Cassels2026-01-294-0/+4
| | |
* | | arti: Do not panic when invalid ports are given as arguments to proxyNiel Duysters2026-01-301-2/+8
|/ / | | | | | | Use anyhow::Context to wrap error in useful message.
* | rtcompat: Temporarily disable tls-server test.Nick Mathewson2026-01-292-4/+7
| | | | | | | | | | | | It would introduce a circular dev-dependency, which is not well-supported by cargo publish. I hope to resolve this and re-enable the test in #2330.
* | rustls: Improve test output; use standard warnings.Nick Mathewson2026-01-291-4/+16
| |
* | rtcompat: Clarify sni_hostname for server connections.Nick Mathewson2026-01-291-1/+4
| |
* | rtcompat: Clarify None returns from own_certificate.Nick Mathewson2026-01-292-1/+11
| |
* | Run "cargo sort" on tor-rtcompat.Nick Mathewson2026-01-291-7/+6
| |
* | rtcompat: Unit test for TLS server code.Nick Mathewson2026-01-292-2/+79
| |
* | rtmock: Implement server support.Nick Mathewson2026-01-292-10/+49
| |
* | rustls: add an error for unimplemented tls server support.Nick Mathewson2026-01-294-5/+20
| |
* | rtcompat: Implement TLS server support for rustls.Nick Mathewson2026-01-295-10/+275
| | | | | | | | Closes #2316.
* | rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-2911-4/+159
| | | | | | | | | | These are as yet unimplemented; there's a stub type for the providers (nativetls) that won't actually have them.
* | rtcompat: new own_certificate method on CertifiedConn traitNick Mathewson2026-01-295-0/+23
| |
* | proto: Allow unused async in WIP reactor codeGabriela Moldovan2026-01-291-0/+2
| | | | | | | | This will need to become async soon.
* | proto: Remove unused async from relay reactorGabriela Moldovan2026-01-291-1/+1
| | | | | | | | Fixes a clippy warning
* | proto: Document that the hop list is shared with the BWDGabriela Moldovan2026-01-291-0/+11
| |
* | proto: Rename the FWD -> BWD channelGabriela Moldovan2026-01-293-18/+18
| | | | | | | | | | | | | | In the backward reactor, we call this the `forward_reactor_rx` (because it receives commands from the foward reactor), and in the forward reactor we call it `backward_reactor_tx` (because it sends commands to the backward reactor).
* | proto: Rename chan senders and sinks for clarityGabriela Moldovan2026-01-294-43/+43
| | | | | | | | | | | | | | | | | | | | We settled on * `inbound_chan{tx, rx}`, for the inbound channel (the channel towards the guard, if we are a client, or towards the client if we are a relay) * `outbound_chan{tx, rx}`, for the outbound channel (the channel towards the exit, if we are a middle relay)
* | proto: Update misleading comment about cmd_rxGabriela Moldovan2026-01-291-1/+1
| |
* | proto: Allow CircSynvView::new_relay() to be unusedGabriela Moldovan2026-01-291-0/+1
| | | | | | | | | | This will change significantly in the near future, or disappear entirely.
* | proto: Replace relay reactor with new generic reactorGabriela Moldovan2026-01-294-1747/+336
| |