aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/circuit/padding/no_padding.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Trigger maybenot events for channel-level padding.Nick Mathewson2025-10-021-0/+3
* proto: Use a new error type for excess padding.Nick Mathewson2025-09-151-3/+6
* proto: Make decrypted_padding fallible.Nick Mathewson2025-09-091-4/+6
* proto: Make PaddingEvent uninhabited when padding is disabled.Nick Mathewson2025-09-091-0/+8
* proto: Make PaddingEventStream implement FusedStream.Nick Mathewson2025-09-081-0/+8
* padding: Fix compilation with padding disabled.Nick Mathewson2025-09-031-1/+16
* padding: track which hop each queued cell is for.Nick Mathewson2025-09-021-4/+21
* padding: Several comment/style fixes from @gabi-250Nick Mathewson2025-09-021-0/+2
* Define and implement a backend padding API, based on maybenot.Nick Mathewson2025-09-021-0/+77