| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Add integration test suite for `hsc ctor-migrate` subcommand | hjrgrn | 2026-02-02 | 25 | -91/+681 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'release-2.0.0-fixup-features' into 'main' | wesleyac | 2026-01-29 | 4 | -0/+4 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | release: run fixup-features. | Wesley Aptekar-Cassels | 2026-01-29 | 4 | -0/+4 | |
| * | | | | | | Merge branch 'error-handle-invalid-ports-for-arti-proxy' into 'main' | opara | 2026-01-30 | 1 | -2/+8 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | arti: Do not panic when invalid ports are given as arguments to proxy | Niel Duysters | 2026-01-30 | 1 | -2/+8 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'tls-server' into 'main' | Nick Mathewson | 2026-01-29 | 14 | -13/+617 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rtcompat: Temporarily disable tls-server test. | Nick Mathewson | 2026-01-29 | 3 | -5/+7 | |
| | * | | | | | rustls: Improve test output; use standard warnings. | Nick Mathewson | 2026-01-29 | 1 | -4/+16 | |
| | * | | | | | rtcompat: Clarify sni_hostname for server connections. | Nick Mathewson | 2026-01-29 | 1 | -1/+4 | |
| | * | | | | | rtcompat: Clarify None returns from own_certificate. | Nick Mathewson | 2026-01-29 | 2 | -1/+11 | |
| | * | | | | | Run "cargo sort" on tor-rtcompat. | Nick Mathewson | 2026-01-29 | 1 | -7/+6 | |
| | * | | | | | rtcompat: Unit test for TLS server code. | Nick Mathewson | 2026-01-29 | 3 | -2/+81 | |
| | * | | | | | rtmock: Implement server support. | Nick Mathewson | 2026-01-29 | 2 | -10/+49 | |
| | * | | | | | rustls: add an error for unimplemented tls server support. | Nick Mathewson | 2026-01-29 | 4 | -5/+20 | |
| | * | | | | | rtcompat: Implement TLS server support for rustls. | Nick Mathewson | 2026-01-29 | 6 | -10/+277 | |
| | * | | | | | rtcompat: new server-related members on TlsProvider trait. | Nick Mathewson | 2026-01-29 | 11 | -4/+159 | |
| | * | | | | | rtcompat: new own_certificate method on CertifiedConn trait | Nick Mathewson | 2026-01-29 | 5 | -0/+23 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'generic-reactor3' into 'main' | David Goulet | 2026-01-29 | 26 | -1861/+3626 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | proto: Allow unused async in WIP reactor code | Gabriela Moldovan | 2026-01-29 | 1 | -0/+2 | |
| | * | | | | | proto: Remove unused async from relay reactor | Gabriela Moldovan | 2026-01-29 | 1 | -1/+1 | |
| | * | | | | | proto: Document that the hop list is shared with the BWD | Gabriela Moldovan | 2026-01-29 | 1 | -0/+11 | |
| | * | | | | | proto: Rename the FWD -> BWD channel | Gabriela Moldovan | 2026-01-29 | 3 | -18/+18 | |
| | * | | | | | proto: Rename chan senders and sinks for clarity | Gabriela Moldovan | 2026-01-29 | 4 | -43/+43 | |
| | * | | | | | proto: Update misleading comment about cmd_rx | Gabriela Moldovan | 2026-01-29 | 1 | -1/+1 | |
| | * | | | | | proto: Allow CircSynvView::new_relay() to be unused | Gabriela Moldovan | 2026-01-29 | 1 | -0/+1 | |
| | * | | | | | proto: Replace relay reactor with new generic reactor | Gabriela Moldovan | 2026-01-29 | 4 | -1747/+336 | |
| | * | | | | | proto: Add a new, implementation-agnostic circuit reactor | Gabriela Moldovan | 2026-01-29 | 7 | -5/+3063 | |
| | * | | | | | proto: Avoid locking in CircHopOutbound::ccontrol() | Gabriela Moldovan | 2026-01-29 | 5 | -15/+37 | |
| | * | | | | | proto: s/Forward/ForwardSender for clarity | Gabriela Moldovan | 2026-01-29 | 1 | -3/+3 | |
| | * | | | | | proto: Rip CC state out of CircHopInbound | Gabriela Moldovan | 2026-01-29 | 4 | -24/+6 | |
| | * | | | | | proto: Factor ReactorResultChannel into the shared reactor module | Gabriela Moldovan | 2026-01-29 | 2 | -3/+6 | |
| | * | | | | | proto: Add a new module for the generic circuit reactor | Gabriela Moldovan | 2026-01-29 | 2 | -0/+10 | |
| | * | | | | | proto; Factor HOPS constant out of maybenot_padding | Gabriela Moldovan | 2026-01-29 | 2 | -3/+4 | |
| | * | | | | | proto: Move padding_disposition() to the shared padding module | Gabriela Moldovan | 2026-01-29 | 2 | -54/+74 | |
| | * | | | | | proto: Move CircPaddingDisposition to a new module | Gabriela Moldovan | 2026-01-29 | 3 | -13/+18 | |
| | * | | | | | proto: Add a new ToRelayMsg util | Gabriela Moldovan | 2026-01-29 | 6 | -0/+53 | |
| | * | | | | | proto: Move TimeoutEstimator to util | Gabriela Moldovan | 2026-01-29 | 6 | -15/+23 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'fallbackdir-01-28-2026' into 'main' | David Goulet | 2026-01-28 | 1 | -887/+903 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fallbackdir: Update list generated on January 28, 2026 | Tor CI Release | 2026-01-28 | 1 | -887/+903 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'unused-async-lint' into 'main' | gabi-250 | 2026-01-28 | 79 | -37/+105 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | hsservice: Allow clippy::unused_async | Gabriela Moldovan | 2026-01-28 | 1 | -0/+1 | |
| | * | | | | | Revert "hsservice: Make RendRequest::reject() synchronous" | Gabriela Moldovan | 2026-01-28 | 2 | -2/+1 | |
| | * | | | | | circmgr: Make test helper non-async (fmt) | Gabriela Moldovan | 2026-01-28 | 1 | -5/+1 | |
| | * | | | | | circmgr: Make test helper non-async | Gabriela Moldovan | 2026-01-28 | 1 | -9/+9 | |
| | * | | | | | chanmgr: Make a padding test function non-async | Gabriela Moldovan | 2026-01-27 | 1 | -3/+2 | |
| | * | | | | | tor-async-utils: Make postage_drop test non-async | Gabriela Moldovan | 2026-01-27 | 1 | -2/+2 | |
| | * | | | | | arti: Pass the request by reference | Gabriela Moldovan | 2026-01-27 | 1 | -2/+2 | |
| | * | | | | | arti: Make internal helper synchronous | Gabriela Moldovan | 2026-01-27 | 1 | -2/+2 | |
| | * | | | | | arti-relay: Allow clippy_unused_async | Gabriela Moldovan | 2026-01-27 | 1 | -0/+1 | |
| | * | | | | | dirserver: Allow clippy::unused_async | Gabriela Moldovan | 2026-01-27 | 2 | -0/+2 | |
