summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
* | proto: Extract inline helpers into struct itselfDavid Goulet2026-03-191-40/+46
|/
* Merge branch 'circ-react-logs' into 'main'David Goulet2026-03-162-2/+44
|\
| * proto: Add more logging to the new circuit reactorsGabriela Moldovan2026-03-122-2/+44
* | Fix grammar typosTobias Stoeckmann2026-03-151-2/+2
* | Fix word duplicate typosTobias Stoeckmann2026-03-157-8/+8
|/
* Merge branch 'upgrade-polyval' into 'main'Nick Mathewson2026-03-051-2/+9
|\
| * proto: Upgrade to latest polyval.Nick Mathewson2026-03-041-2/+9
* | tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`Steven Engler2026-03-042-2/+2
* | tor-proto: small code cleanupSteven Engler2026-03-032-18/+6
* | tor-proto: improve error messages using `RestrictedMsg`Steven Engler2026-03-032-35/+17
* | tor-proto: improve error messages during handshakeSteven Engler2026-03-032-5/+7
|/
* tor-proto: during handshake ensure circ id is 0Steven Engler2026-03-032-4/+18
* tor-proto: require cells from initiator to be orderedSteven Engler2026-03-031-61/+112
* 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