summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* 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
* proto: Add channel cell handlerDavid Goulet2025-08-201-0/+561
* proto: Add message filtering to restricted message setsDavid Goulet2025-08-201-2/+361
* proto: Add restricted channel message setsDavid Goulet2025-08-201-0/+207
* proto: Add ChannelType enumDavid Goulet2025-08-202-2/+12
* tor-proto: report tunnel/channel id as a fieldSteven Engler2025-08-181-2/+2
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-183-10/+10
* tor-proto: use error report in tunnel/channel reactorSteven Engler2025-08-071-1/+10
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-075-31/+39
* proto: Fix the tunnel/circuit.rs unit testsDavid Goulet2025-08-051-2/+2
* tor-proto: Log channel, circuit, stream identifiers as structured fields.Gabriela Moldovan2025-06-122-24/+31
* proto: temporarily suppress warning; see #2003.Nick Mathewson2025-05-151-2/+2
* Include "bug" in all bug error messagesNick Mathewson2025-04-281-1/+1
* circ: Remove CircParameters reference in call stackDavid Goulet2025-04-231-2/+1
* Allow StreamOps import to be unusedNick Mathewson2025-04-091-2/+8
* proto: make padding::Parameters construction fallible.Nick Mathewson2025-03-182-22/+104
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-5/+5