summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | tor-log-ratelim: change if statement to matchSteven Engler2026-01-201-3/+4
* | | | Merge branch 'ticket1599_03' into 'main'David Goulet2026-01-2219-311/+991
|\ \ \ \
| * | | | proto: Improve some comments in relay moduleDavid Goulet2026-01-222-1/+8
| * | | | proto: Enforce condition with type systemDavid Goulet2026-01-221-5/+6
| * | | | proto: Fix the link auth handling from the AUTH_CHALLENGEDavid Goulet2026-01-221-2/+3
| * | | | proto: Add missing use for testsDavid Goulet2026-01-221-1/+1
| * | | | proto: Use the channel codec channel typeDavid Goulet2026-01-226-21/+68
| * | | | proto: Improve comments on build_auth_data() about clog/slogDavid Goulet2026-01-221-0/+4
| * | | | proto: Remove Option<> around peer_ip for build_netinfo_cell()David Goulet2026-01-222-4/+5
| * | | | proto: Improve comment for handle_incoming()David Goulet2026-01-221-5/+6
| * | | | proto: Put rsa_id and rsa_cert_digest togetherDavid Goulet2026-01-222-14/+13
| * | | | proto: Avoid magic hardcoded value for LINK_AUTHDavid Goulet2026-01-222-3/+3
| * | | | proto: Enforce CERTS and AUTHENTICATE are always expected togetherDavid Goulet2026-01-221-0/+6
| * | | | proto: Remove async for VerifiableChannel::check()David Goulet2026-01-224-22/+18
| * | | | proto: Move cell sending out of check() and into finish()David Goulet2026-01-222-37/+42
| * | | | proto: Remove uneeded code in the unverified inner check()David Goulet2026-01-221-25/+3
| * | | | proto: Implement FinalizableChannel for an unverified relay channelDavid Goulet2026-01-222-33/+128
| * | | | proto: Send relay channel NETINFO in check()David Goulet2026-01-223-34/+44
| * | | | proto: Authenticate a relay channelDavid Goulet2026-01-224-33/+77
| * | | | proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-224-4/+7
| * | | | proto: Add CertifiedConn to relay handshakeDavid Goulet2026-01-222-17/+17
| * | | | proto: Add relay link signing kp to RelayIdentitiesDavid Goulet2026-01-221-0/+5