summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-20/+20
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-4/+4
* Merge branch 'relay-channel-fixes' into 'main'David Goulet2026-02-263-5/+4
|\
| * proto: Remove/fix some very minor TODO(relay)David Goulet2026-02-262-5/+0
| * proto: Add 'CreateFast/CreatedFast' to relay message filterSteven Engler2026-02-261-0/+4
* | proto: The AUTHENTICATE cell requires the SHA256 RSA identity digestDavid Goulet2026-02-262-27/+36
|/
* proto: Implement the build_certs_cell() helperDavid Goulet2026-02-253-27/+13
* chanmgr: Use CircIdRange::Low for relay channelsDavid Goulet2026-02-251-1/+5
* tor-proto: improve debug tracing messageSteven Engler2026-02-241-2/+2
* tor-proto: split field into two fieldsSteven Engler2026-02-242-7/+11
* tor-proto: remove unnecessary `Option`sSteven Engler2026-02-242-26/+10
* chanmgr: Don't allow to build relay channel to ourselfDavid Goulet2026-02-241-2/+12
* proto: Modify RelayIdentities to have encodable certDavid Goulet2026-02-231-13/+16
* proto: Filter the IP address in the channel's OwnedChanTargetDavid Goulet2026-02-191-23/+35
* proto: Reuse the RelayIds builder during the handshakeDavid Goulet2026-02-191-18/+11
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-197-68/+35
* proto: Use constructor for PeerInfo instead of BuilderDavid Goulet2026-02-192-18/+16
* proto: Remove Default of PeerInfo/Addr and use const insteadDavid Goulet2026-02-194-31/+41
* 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