summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add integration test suite for `hsc ctor-migrate` subcommandhjrgrn2026-02-0225-91/+681
|/ / / / / /
* | | | | | Merge branch 'release-2.0.0-fixup-features' into 'main'wesleyac2026-01-294-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | release: run fixup-features.Wesley Aptekar-Cassels2026-01-294-0/+4
* | | | | | Merge branch 'error-handle-invalid-ports-for-arti-proxy' into 'main'opara2026-01-301-2/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | arti: Do not panic when invalid ports are given as arguments to proxyNiel Duysters2026-01-301-2/+8
|/ / / / /
* | | | | Merge branch 'tls-server' into 'main'Nick Mathewson2026-01-2914-13/+617
|\ \ \ \ \
| * | | | | rtcompat: Temporarily disable tls-server test.Nick Mathewson2026-01-293-5/+7
| * | | | | 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-293-2/+81
| * | | | | 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-296-10/+277
| * | | | | rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-2911-4/+159
| * | | | | rtcompat: new own_certificate method on CertifiedConn traitNick Mathewson2026-01-295-0/+23
|/ / / / /
* | | | | Merge branch 'generic-reactor3' into 'main'David Goulet2026-01-2926-1861/+3626
|\ \ \ \ \
| * | | | | proto: Allow unused async in WIP reactor codeGabriela Moldovan2026-01-291-0/+2
| * | | | | proto: Remove unused async from relay reactorGabriela Moldovan2026-01-291-1/+1
| * | | | | 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
| * | | | | proto: Rename chan senders and sinks for clarityGabriela Moldovan2026-01-294-43/+43
| * | | | | 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
| * | | | | proto: Replace relay reactor with new generic reactorGabriela Moldovan2026-01-294-1747/+336
| * | | | | proto: Add a new, implementation-agnostic circuit reactorGabriela Moldovan2026-01-297-5/+3063
| * | | | | proto: Avoid locking in CircHopOutbound::ccontrol()Gabriela Moldovan2026-01-295-15/+37
| * | | | | proto: s/Forward/ForwardSender for clarityGabriela Moldovan2026-01-291-3/+3
| * | | | | proto: Rip CC state out of CircHopInboundGabriela Moldovan2026-01-294-24/+6
| * | | | | proto: Factor ReactorResultChannel into the shared reactor moduleGabriela Moldovan2026-01-292-3/+6
| * | | | | proto: Add a new module for the generic circuit reactorGabriela Moldovan2026-01-292-0/+10
| * | | | | proto; Factor HOPS constant out of maybenot_paddingGabriela Moldovan2026-01-292-3/+4
| * | | | | proto: Move padding_disposition() to the shared padding moduleGabriela Moldovan2026-01-292-54/+74
| * | | | | proto: Move CircPaddingDisposition to a new moduleGabriela Moldovan2026-01-293-13/+18
| * | | | | proto: Add a new ToRelayMsg utilGabriela Moldovan2026-01-296-0/+53
| * | | | | proto: Move TimeoutEstimator to utilGabriela Moldovan2026-01-296-15/+23
|/ / / / /
* | | | | Merge branch 'fallbackdir-01-28-2026' into 'main'David Goulet2026-01-281-887/+903
|\ \ \ \ \
| * | | | | fallbackdir: Update list generated on January 28, 2026Tor CI Release2026-01-281-887/+903
|/ / / / /
* | | | | Merge branch 'unused-async-lint' into 'main'gabi-2502026-01-2879-37/+105
|\ \ \ \ \
| * | | | | hsservice: Allow clippy::unused_asyncGabriela Moldovan2026-01-281-0/+1
| * | | | | Revert "hsservice: Make RendRequest::reject() synchronous"Gabriela Moldovan2026-01-282-2/+1
| * | | | | circmgr: Make test helper non-async (fmt)Gabriela Moldovan2026-01-281-5/+1
| * | | | | circmgr: Make test helper non-asyncGabriela Moldovan2026-01-281-9/+9
| * | | | | chanmgr: Make a padding test function non-asyncGabriela Moldovan2026-01-271-3/+2
| * | | | | tor-async-utils: Make postage_drop test non-asyncGabriela Moldovan2026-01-271-2/+2
| * | | | | arti: Pass the request by referenceGabriela Moldovan2026-01-271-2/+2
| * | | | | arti: Make internal helper synchronousGabriela Moldovan2026-01-271-2/+2
| * | | | | arti-relay: Allow clippy_unused_asyncGabriela Moldovan2026-01-271-0/+1
| * | | | | dirserver: Allow clippy::unused_asyncGabriela Moldovan2026-01-272-0/+2