summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-231-18/+35
* proto: Feature flag some relay specific codeDavid Goulet2025-10-231-8/+14
* proto: Add relay todos for the handshakeDavid Goulet2025-10-231-0/+2
* proto: Use Arc for relay identities objectDavid Goulet2025-10-231-1/+1
* proto: Re-arrange some importsDavid Goulet2025-10-231-3/+1
* proto: Add a note about channel canonicityDavid Goulet2025-10-231-0/+5
* proto: Compute authenticate data after validating certificatesDavid Goulet2025-10-231-5/+50
* proto: Add the channel authentication dataDavid Goulet2025-10-231-0/+7
* proto: Add RelayInitiatorHandshakeDavid Goulet2025-10-231-1/+7
* proto: Change visibility for some channel objectsDavid Goulet2025-10-231-14/+14
* proto: Move celltypes out of clientGabriela Moldovan2025-10-132-4/+6
* proto: experimental API to install a per-channel padder.Nick Mathewson2025-10-021-0/+14
* proto: Implement channel padding with maybenot padders.Nick Mathewson2025-10-021-8/+95
* proto: start implementing logic for padding actions.Nick Mathewson2025-10-021-2/+41
* Add a blocker to channel outbound sink.Nick Mathewson2025-10-021-1/+12
* proto: Make DynTimeProvider explicit in channel padder types.Nick Mathewson2025-10-021-2/+6
* proto: Trigger maybenot events for channel-level padding.Nick Mathewson2025-10-021-7/+35
* proto: Add maybenot padding objects to the channel reactorNick Mathewson2025-10-011-1/+16
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-1/+4
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-241-3/+9
|\
| * circmgr: Pass the timeout estimator to circuit constructor (fmt).Gabriela Moldovan2025-09-161-2/+8
| * circmgr: Pass the timeout estimator to circuit constructor.Gabriela Moldovan2025-09-161-3/+3
* | proto: resolve/edit trivial "TODO circpad" instances.Nick Mathewson2025-09-171-2/+6
* | proto: for padding, count cells on each channel queues.Nick Mathewson2025-09-161-3/+1
|/
* Merge branch 'maybenot-triggers' into 'main'Nick Mathewson2025-09-032-100/+204
|\
| * Whoops; let chains _still_ aren't stable in 1.85.Nick Mathewson2025-09-031-2/+1
| * padding cleanup: use QueuedCellPaddingInfo one more place.Nick Mathewson2025-09-031-5/+3
| * padding: Report when outbound cells are flushed.Nick Mathewson2025-09-022-3/+22
| * padding: Give CircEnt in a Channel a handle for the PaddingController.Nick Mathewson2025-09-022-88/+130
| * proto: Turn CircEnt variants into struct-like format.Nick Mathewson2025-09-022-29/+72
| * padding: track which hop each queued cell is for.Nick Mathewson2025-09-021-5/+8
* | proto: Move is_authenticating() into the base initiator handshake traitDavid Goulet2025-09-021-7/+10
* | proto: Various channel handshake fixesDavid Goulet2025-09-021-21/+38
* | proto: Fix unit tests after changesDavid Goulet2025-09-021-5/+5
* | proto: Add a helper to calculate the handshake clock skewDavid Goulet2025-09-021-12/+33
* | proto: Add a channel initiator handshake base traitDavid Goulet2025-09-021-76/+118
* | proto: Introduce a ChannelBaseHandshake traitDavid Goulet2025-09-021-37/+96
* | proto: Put in a ChannelFrame<T> into the client handshakeDavid Goulet2025-09-021-10/+9
|/
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-282-3/+3
* proto: Only allow VERSIONS cell for the new handshake stateDavid Goulet2025-08-272-51/+20
* proto: Remove the AUTHORIZE as a parsable cellDavid Goulet2025-08-212-19/+2
* proto: Add a channel handler comment and a fixDavid Goulet2025-08-211-3/+8
* proto: Return AUTHORIZE, VPADDING and VERSIONS at handshakeDavid Goulet2025-08-212-24/+65
* proto: Allow padding in all channel message setsDavid Goulet2025-08-211-3/+13
* tor-proto: simplify some match statementsSteven Engler2025-08-201-46/+26
* proto: Change (crate) to (super) for all objects in msg.rsDavid Goulet2025-08-201-25/+25
* proto: Cleanup allow(unused)David Goulet2025-08-202-4/+0
* proto: Unit tests for channel handlerDavid Goulet2025-08-201-1/+107
* proto: Rename OutboundClientHandshakeDavid Goulet2025-08-201-6/+6
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-203-178/+90