| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge branch 'circ-reac-changes' into 'main' | gabi-250 | 2026-03-25 | 2 | -4/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-proto: change `dyn ChannelProvider` to also be `Sync` | Steven Engler | 2026-03-24 | 2 | -3/+3 | |
| | * | | | | tor-proto: change relay circ reactor `new()` to `pub(crate)` | Steven Engler | 2026-03-24 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'weak_table_explicit_hasher' into 'main' | David Goulet | 2026-03-24 | 5 | -5/+28 | |
| |\ \ \ \ | ||||||
| | * | | | | Force use of standard hasher with weak_tables. | Nick Mathewson | 2026-03-24 | 5 | -5/+28 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'relay-log' into 'main' | David Goulet | 2026-03-24 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | arti-relay: change a 'debug' log to 'info' | Steven Engler | 2026-03-24 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'codespell' into 'main' | opara | 2026-03-24 | 56 | -91/+93 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Fix typos | Tobias Stoeckmann | 2026-03-24 | 56 | -91/+93 | |
| |/ / / | ||||||
| * | | | Merge branch 'rpc-nonblocking-ffi' into 'main' | Nick Mathewson | 2026-03-23 | 10 | -19/+1252 | |
| |\ \ \ | ||||||
| | * | | | rpc: re-run cbindben. | Nick Mathewson | 2026-03-23 | 1 | -3/+3 | |
| | * | | | typo fixes from @jnewsome | Nick Mathewson | 2026-03-23 | 2 | -5/+5 | |
| | * | | | rpc: Python wrappers (and tests) for pollable FFI. | Nick Mathewson | 2026-03-23 | 4 | -1/+297 | |
| | * | | | rpc: Add pythonic wrappers nonblocking requests. | Nick Mathewson | 2026-03-23 | 3 | -1/+195 | |
| | * | | | rpc: Add python ctypes wrappers for new FFI functions. | Nick Mathewson | 2026-03-23 | 1 | -11/+82 | |
| | * | | | Run cbindgen to regenerate header file. | Nick Mathewson | 2026-03-23 | 2 | -1/+230 | |
| | * | | | rpc: add ffi wrappers for nonblocking and event-loop functions. | Nick Mathewson | 2026-03-23 | 2 | -6/+313 | |
| | * | | | rpc: define FFI wrappers for nonblocking request APIs | Nick Mathewson | 2026-03-23 | 1 | -1/+137 | |
| |/ / / | ||||||
| * | | | Merge branch 'half-stream-expiry3' into 'main' | gabi-250 | 2026-03-23 | 3 | -53/+55 | |
| |\ \ \ | ||||||
| | * | | | proto: Remove now-unused TimeoutEstimator argument | Gabriela Moldovan | 2026-03-19 | 1 | -2/+0 | |
| | * | | | proto: Replace TimeoutEstimator with opaque handler | Gabriela Moldovan | 2026-03-19 | 3 | -50/+13 | |
| | * | | | proto: Implement StreamHandler for relays | Gabriela Moldovan | 2026-03-19 | 1 | -1/+29 | |
| | * | | | proto: Add a trait for customizing StreamReactor behavior | Gabriela Moldovan | 2026-03-19 | 1 | -0/+13 | |
| * | | | | Merge branch 'bump-rustls-webpki' into 'main' | Nick Mathewson | 2026-03-23 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Bump to latest webpki (0.103.10) to resolve RUSTSEC-2026-0049 | Nick Mathewson | 2026-03-23 | 1 | -3/+3 | |
| * | | | | | Merge branch 'build_certs_refactor' into 'main' | Nick Mathewson | 2026-03-23 | 7 | -23/+59 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | cell: Feature-gate API using the possibly absent EncodedCert type. | Nick Mathewson | 2026-03-23 | 3 | -1/+6 | |
| | * | | | | cell, proto, cert: Simplify CERTS cell building. | Nick Mathewson | 2026-03-19 | 5 | -22/+53 | |
| * | | | | | Merge branch 'gating-cleanup' into 'main' | Ian Jackson | 2026-03-23 | 2 | -5/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | proto: Remove unnecessary feature-gating | Gabriela Moldovan | 2026-03-19 | 1 | -1/+1 | |
| | * | | | | | proto: Remove unnecessary test-gating | Gabriela Moldovan | 2026-03-19 | 1 | -4/+0 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge branch 'retry_error_dedup' into 'main' | gabi-250 | 2026-03-23 | 1 | -23/+62 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | retry-error: Remove unused variable | Tobias Stoeckmann | 2026-03-19 | 1 | -1/+0 | |
| | * | | | | | retry-error: Simplify extend_from_retry_error | Tobias Stoeckmann | 2026-03-19 | 1 | -16/+7 | |
| | * | | | | | retry-error: Allow dedup_by to merge ranges | Tobias Stoeckmann | 2026-03-19 | 1 | -5/+54 | |
| | * | | | | | retry-error: Fix typo in dedup_by description | Tobias Stoeckmann | 2026-03-17 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'ticket2388_02' into 'main' | David Goulet | 2026-03-19 | 10 | -375/+693 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | proto: Compare AUTHENTICATE expected body in constant-time | David Goulet | 2026-03-19 | 1 | -1/+3 | |
| | * | | | | | proto: The relay signing key signs the auth cert | David Goulet | 2026-03-19 | 2 | -9/+6 | |
| | * | | | | | proto: Check the AUTHENTICATE auth type that we support it | David Goulet | 2026-03-19 | 4 | -1/+24 | |
| | * | | | | | chanmgr: Don't build relay channel if method is not Direct | David Goulet | 2026-03-19 | 1 | -0/+6 | |
| | * | | | | | chanmgr: Clarify the use of no identity ChanTarget | David Goulet | 2026-03-19 | 2 | -9/+14 | |
| | * | | | | | cell: Use Error::MissingData if Authenticate fields length is wrong | David Goulet | 2026-03-19 | 1 | -26/+16 | |
| | * | | | | | tor-proto: fix the relay responder's CLOG/SLOG digests | Steven Engler | 2026-03-19 | 2 | -20/+37 | |
| | * | | | | | tor-proto: fix the relay initiator's SLOG digest | Steven Engler | 2026-03-19 | 4 | -13/+47 | |
| | * | | | | | tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData` | Steven Engler | 2026-03-19 | 3 | -10/+24 | |
| | * | | | | | tor-proto: improve chan send/recv-log error messages | Steven Engler | 2026-03-19 | 1 | -2/+6 | |
| | * | | | | | tor-proto: build AUTHENTICATE after sending CERTS | Steven Engler | 2026-03-19 | 1 | -15/+22 | |
| | * | | | | | cell: Simplify the Authenticate API | David Goulet | 2026-03-19 | 2 | -21/+34 | |
| | * | | | | | proto: Fix AUTHENTICATE equality check and signature check | David Goulet | 2026-03-19 | 2 | -2/+10 | |
