summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | dirmgr: Make `DirMgr::load_once()` synchronousGabriela Moldovan2026-01-271-1/+1
| * | | | dirmgr: Remove unnecessary Arc::clone (fmt)Gabriela Moldovan2026-01-271-2/+1
| * | | | dirmgr: Remove unnecessary Arc::cloneGabriela Moldovan2026-01-272-4/+4
| * | | | dirmgr: Make various functions synchronousGabriela Moldovan2026-01-272-10/+9
| * | | | hsservice: Make RendRequest::reject() synchronousGabriela Moldovan2026-01-272-1/+2
| * | | | hsservice: Remove unnecessary wraps from publisher functionGabriela Moldovan2026-01-271-4/+4
| * | | | hsservice: Remove unnecessary async from publisher functionGabriela Moldovan2026-01-271-3/+3
| * | | | proto: Add an exception for clippy::unused_asyncGabriela Moldovan2026-01-271-0/+1
| * | | | proto: Add exceptions for clippy::unused async in relay reactorGabriela Moldovan2026-01-271-0/+3
| * | | | proto: Remove unnecessary async in channel reactorGabriela Moldovan2026-01-271-2/+2
| * | | | maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-2766-0/+66
| * | | | maint/add_warning: Deny clippy::unused_asyncGabriela Moldovan2026-01-271-0/+1
* | | | | Merge branch 'rpc-auto' into 'main'Nick Mathewson2026-01-278-35/+399
|\ \ \ \ \
| * | | | | rpc: refomat python in tests.Nick Mathewson2026-01-271-4/+2
| * | | | | rpc: Clarify comments on resolve() methods.Nick Mathewson2026-01-271-3/+3
| * | | | | rpc: Generate a specific error for inet-auto:nonlocalNick Mathewson2026-01-271-1/+9
| * | | | | Add inet-auto support to rpc tests.Nick Mathewson2026-01-272-0/+50
| * | | | | rpc-connect: Implement json address-file format.Nick Mathewson2026-01-276-11/+42
| * | | | | rpc: Add rpc-client-side support for inet-auto addressesNick Mathewson2026-01-273-5/+53
| * | | | | rpc: Add rpc-server-side support for inet-auto addresses.Nick Mathewson2026-01-273-16/+97
| * | | | | rpc: Begin implementing inet-auto address scheme.Nick Mathewson2026-01-273-30/+178
|/ / / / /
* | | | | Merge branch 'kist-doc' into 'main'Alexander Hansen Færøy2026-01-271-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | clippy: Fix missing doc for non-Linux buildsClara Engler2026-01-271-0/+1
| |/ / /
* | | | Merge branch 'ticket_2304' into 'main'Nick Mathewson2026-01-274-23/+49
|\ \ \ \ | |/ / / |/| | |
| * | | arti: Make tor-proto dependency unconditionalNick Mathewson2026-01-271-3/+3
| * | | Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2026-01-271-1/+1
| * | | arti: Downgrade CircuitClosed to debug level.Nick Mathewson2026-01-221-3/+20
| * | | arti: Extract function to find a ProtoError sourceNick Mathewson2026-01-222-11/+22
| * | | tor-proto: Report CircuitClosed on unexpected stream rx closeNick Mathewson2026-01-221-6/+4
* | | | Merge branch 'slab-dep' into 'main'opara2026-01-263-1/+9
|\ \ \ \
| * | | | tor-rtcompat: depend on rustls 0.23.21Steven Engler2026-01-262-0/+8
| * | | | tor-basic-utils: bump slab to 0.4.7Steven Engler2026-01-261-1/+1
|/ / / /
* | | | Merge branch 'database-compression-bug' into 'main'Clara Engler2026-01-222-5/+6
|\ \ \ \
| * | | | tor-dirserver: Add comment on compression bugClara Engler2026-01-221-0/+4
| * | | | tor-dirserver: Make compression failures a bugClara Engler2026-01-222-5/+2
* | | | | Merge branch 'rate-limit-2' into 'main'David Goulet2026-01-224-46/+63
|\ \ \ \ \
| * | | | | tor-log-ratelim: don't log "now working" repeatedlySteven Engler2026-01-202-22/+27
| * | | | | tor-log-ratelim: added field name to tuple structSteven Engler2026-01-201-8/+13
| * | | | | tor-log-ratelim: avoid logging when there's no updateSteven Engler2026-01-204-7/+12
| * | | | | tor-log-ratelim: ran cargo fmtSteven Engler2026-01-201-16/+17