summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* proto: Fix clippy errorsDavid Goulet2026-02-191-3/+1
* proto: Put a PeerInfo in ChannelDavid Goulet2026-02-193-3/+40
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-198-69/+76
* proto: Add PeerInfo and PeerAddr in src/peer.rsDavid Goulet2026-02-193-0/+163
* proto: Remove unused ChannelBuilderDavid Goulet2026-02-192-77/+4
* Merge branch 'circ-sync-view-streams' into 'main'gabi-2502026-02-1610-117/+45
|\
| * proto: Remove unfinished sentence from docsGabriela Moldovan2026-02-161-2/+0
| * proto: Update IncomingStreamRequestFilter docsGabriela Moldovan2026-02-161-2/+3
| * proto: Rename CircSyncView to CircHopSyncView (fmt)Gabriela Moldovan2026-02-161-1/+1
| * proto: Rename CircSyncView to CircHopSyncViewGabriela Moldovan2026-02-167-23/+15
| * proto: Remove unused n_open_streams() functionsGabriela Moldovan2026-02-161-17/+0
| * proto: Use CircSyncView in the new circuit reactorGabriela Moldovan2026-02-161-13/+7
| * proto: Replace circuit-scoped n_open_streams() with per-hop alternativeGabriela Moldovan2026-02-162-9/+16
| * proto: Replace CircSyncView with previously client-only CircSyncViewGabriela Moldovan2026-02-165-72/+23
| * proto: Adjust visibility in client::reactor::CircSyncViewGabriela Moldovan2026-02-161-3/+3
| * proto: Use absolute path in CircHopList importGabriela Moldovan2026-02-161-1/+1
| * proto: Rename ClientCircSyncView to CircSyncViewGabriela Moldovan2026-02-164-10/+7
| * proto: Add an accessor for the CircHopOutbound of a CircHopGabriela Moldovan2026-02-161-0/+5
* | Merge branch 'msrv-1.89' into 'main'Nick Mathewson2026-02-165-4/+5
|\ \ | |/ |/|
| * proto: Use is_multiple_of() as suggested by clippyGabriela Moldovan2026-02-163-3/+3
| * Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
| * Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* | Merge branch 'relay-own-cert' into 'main'David Goulet2026-02-163-6/+20
|\ \ | |/ |/|
| * relay: Pass our TLS cert to the responder verify processDavid Goulet2026-02-123-6/+20
* | Merge branch 'early-relay' into 'main'gabi-2502026-02-128-133/+154
|\ \ | |/ |/|
| * Revert "proto: Add a new ToRelayMsg util"Gabriela Moldovan2026-02-127-57/+2
| * proto: Remove unused function in relay FWD reactorGabriela Moldovan2026-02-121-7/+1
| * proto: Move decode_relay_cell() out of ForwardHandlerGabriela Moldovan2026-02-122-43/+36
| * proto: Forbid EXTEND2 from RELAY cellsGabriela Moldovan2026-02-122-2/+11
| * proto: Pass the early flag to handle_relay_msg() (fmt)Gabriela Moldovan2026-02-121-1/+3
| * proto: Pass the early flag to handle_relay_msg()Gabriela Moldovan2026-02-121-3/+5
| * proto: Return a protocol error if we get too many RELAY_EARLYGabriela Moldovan2026-02-121-1/+20
| * proto: Overhaul forward cell handlingGabriela Moldovan2026-02-122-21/+74
| * proto: Give handle_forward_cell() a handle to the hopmgrGabriela Moldovan2026-02-122-4/+11
| * proto: Pass *all* cells to handle_forward_cell()Gabriela Moldovan2026-02-121-6/+3
* | Merge branch 'channel-canonical' into 'main'David Goulet2026-02-128-47/+173
|\ \ | |/ |/|
| * proto: Client channel need to consider PT for the targetDavid Goulet2026-02-121-6/+21
| * chan: Use Canonicity when choosing a channelDavid Goulet2026-02-121-3/+10
| * proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-123-28/+15
| * proto: Channel finish() now handles canonicityDavid Goulet2026-02-128-32/+99
| * proto: Implement a Canonicity structDavid Goulet2026-02-121-1/+51
* | proto: Return internal error on TRUNCATEGabriela Moldovan2026-02-121-1/+1
|/
* proto: Add big TODO about flushingGabriela Moldovan2026-02-111-0/+13
* proto: Implement validate_backward_cell() for relaysGabriela Moldovan2026-02-111-3/+34
* proto: Start forwarding cells in the backward reactorGabriela Moldovan2026-02-111-4/+11
* proto: Extend BWD handler with a backward cell handling functionGabriela Moldovan2026-02-112-1/+26
* relay: Fix tor-chanmgr and tor-proto cargo featuresDavid Goulet2026-02-091-2/+2
* proto: Relay responder channel allow to be non_exhaustiveDavid Goulet2026-02-091-1/+1
* proto: Add x509 tor-cert featureDavid Goulet2026-02-091-1/+1
* proto: Publicly re-export MaybeVerifiableRelayResponderChannelDavid Goulet2026-02-093-0/+5