aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-proto: require cells from responder to be orderedSteven Engler2026-03-032-61/+97
* tor-proto: make receiving AUTH_CHALLENGE non-optionalSteven Engler2026-03-032-8/+3
* tor-proto: remove `is_expecting_auth_challenge()`Steven Engler2026-03-033-14/+1
* tor-proto: send an AUTH_CHALLENGE during testsSteven Engler2026-03-031-0/+2
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-036-10/+14
* linkspec: Implement a RelayIdsBuilder::from_relay_ids()David Goulet2026-03-031-6/+2
* proto: Channel handshake minor cleanupDavid Goulet2026-03-033-11/+12
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-036-67/+73
* proto: Make PeerInfo accessors pub(crate)David Goulet2026-03-031-2/+8
* proto: Implement Display for PeerAddrDavid Goulet2026-03-031-1/+1
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-035-25/+33
* tor-proto: rename 'SLOG'/'CLOG' and related codeSteven Engler2026-03-022-54/+84
* 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-192-0/+161
* proto: Remove unused ChannelBuilderDavid Goulet2026-02-191-77/+3
* Merge branch 'circ-sync-view-streams' into 'main'gabi-2502026-02-169-117/+44
|\
| * 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-166-23/+14
| * 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-164-3/+4
|\ \ | |/ |/|
| * 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
* | Merge branch 'relay-own-cert' into 'main'David Goulet2026-02-163-6/+20
|\ \ | |/ |/|