| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | |
| | * | | | | dirmgr: Make `DirMgr::load_once()` synchronous | Gabriela Moldovan | 2026-01-27 | 1 | -1/+1 | |
| | * | | | | dirmgr: Remove unnecessary Arc::clone (fmt) | Gabriela Moldovan | 2026-01-27 | 1 | -2/+1 | |
| | * | | | | dirmgr: Remove unnecessary Arc::clone | Gabriela Moldovan | 2026-01-27 | 2 | -4/+4 | |
| | * | | | | dirmgr: Make various functions synchronous | Gabriela Moldovan | 2026-01-27 | 2 | -10/+9 | |
| | * | | | | hsservice: Make RendRequest::reject() synchronous | Gabriela Moldovan | 2026-01-27 | 2 | -1/+2 | |
| | * | | | | hsservice: Remove unnecessary wraps from publisher function | Gabriela Moldovan | 2026-01-27 | 1 | -4/+4 | |
| | * | | | | hsservice: Remove unnecessary async from publisher function | Gabriela Moldovan | 2026-01-27 | 1 | -3/+3 | |
| | * | | | | proto: Add an exception for clippy::unused_async | Gabriela Moldovan | 2026-01-27 | 1 | -0/+1 | |
| | * | | | | proto: Add exceptions for clippy::unused async in relay reactor | Gabriela Moldovan | 2026-01-27 | 1 | -0/+3 | |
| | * | | | | proto: Remove unnecessary async in channel reactor | Gabriela Moldovan | 2026-01-27 | 1 | -2/+2 | |
| | * | | | | maint/add_warning: Run script to add new warning | Gabriela Moldovan | 2026-01-27 | 65 | -0/+65 | |
| * | | | | | rpc: Clarify comments on resolve() methods. | Nick Mathewson | 2026-01-27 | 1 | -3/+3 | |
| * | | | | | rpc: Generate a specific error for inet-auto:nonlocal | Nick Mathewson | 2026-01-27 | 1 | -1/+9 | |
| * | | | | | rpc-connect: Implement json address-file format. | Nick Mathewson | 2026-01-27 | 5 | -11/+41 | |
| * | | | | | rpc: Add rpc-client-side support for inet-auto addresses | Nick Mathewson | 2026-01-27 | 3 | -5/+53 | |
| * | | | | | rpc: Add rpc-server-side support for inet-auto addresses. | Nick Mathewson | 2026-01-27 | 3 | -16/+97 | |
| * | | | | | rpc: Begin implementing inet-auto address scheme. | Nick Mathewson | 2026-01-27 | 3 | -30/+178 | |
| * | | | | | Merge branch 'kist-doc' into 'main' | Alexander Hansen Færøy | 2026-01-27 | 1 | -0/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | clippy: Fix missing doc for non-Linux builds | Clara Engler | 2026-01-27 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'ticket_2304' into 'main' | Nick Mathewson | 2026-01-27 | 4 | -23/+49 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | arti: Make tor-proto dependency unconditional | Nick Mathewson | 2026-01-27 | 1 | -3/+3 | |
| | * | | | Apply 1 suggestion(s) to 1 file(s) | Nick Mathewson | 2026-01-27 | 1 | -1/+1 | |
| | * | | | arti: Downgrade CircuitClosed to debug level. | Nick Mathewson | 2026-01-22 | 1 | -3/+20 | |
| | * | | | arti: Extract function to find a ProtoError source | Nick Mathewson | 2026-01-22 | 2 | -11/+22 | |
| | * | | | tor-proto: Report CircuitClosed on unexpected stream rx close | Nick Mathewson | 2026-01-22 | 1 | -6/+4 | |
| * | | | | tor-rtcompat: depend on rustls 0.23.21 | Steven Engler | 2026-01-26 | 1 | -0/+7 | |
| * | | | | tor-basic-utils: bump slab to 0.4.7 | Steven Engler | 2026-01-26 | 1 | -1/+1 | |
| * | | | | Merge branch 'database-compression-bug' into 'main' | Clara Engler | 2026-01-22 | 2 | -5/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-dirserver: Add comment on compression bug | Clara Engler | 2026-01-22 | 1 | -0/+4 | |
| | * | | | | tor-dirserver: Make compression failures a bug | Clara Engler | 2026-01-22 | 2 | -5/+2 | |
| * | | | | | Merge branch 'rate-limit-2' into 'main' | David Goulet | 2026-01-22 | 4 | -46/+63 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-log-ratelim: don't log "now working" repeatedly | Steven Engler | 2026-01-20 | 2 | -22/+27 | |
| | * | | | | | tor-log-ratelim: added field name to tuple struct | Steven Engler | 2026-01-20 | 1 | -8/+13 | |
| | * | | | | | tor-log-ratelim: avoid logging when there's no update | Steven Engler | 2026-01-20 | 4 | -7/+12 | |
| | * | | | | | tor-log-ratelim: ran cargo fmt | Steven Engler | 2026-01-20 | 1 | -16/+17 | |
| | * | | | | | tor-log-ratelim: change if statement to match | Steven Engler | 2026-01-20 | 1 | -3/+4 | |
| * | | | | | | Merge branch 'ticket1599_03' into 'main' | David Goulet | 2026-01-22 | 19 | -311/+991 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | proto: Improve some comments in relay module | David Goulet | 2026-01-22 | 2 | -1/+8 | |
| | * | | | | | | proto: Enforce condition with type system | David Goulet | 2026-01-22 | 1 | -5/+6 | |
| | * | | | | | | proto: Fix the link auth handling from the AUTH_CHALLENGE | David Goulet | 2026-01-22 | 1 | -2/+3 | |
| | * | | | | | | proto: Add missing use for tests | David Goulet | 2026-01-22 | 1 | -1/+1 | |
| | * | | | | | | proto: Use the channel codec channel type | David Goulet | 2026-01-22 | 6 | -21/+68 | |
