summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/sink_blocker.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* proto: Implement channel padding with maybenot padders.Nick Mathewson2025-10-021-5/+0
* proto: start implementing logic for padding actions.Nick Mathewson2025-10-021-1/+1
* Add a blocker to channel outbound sink.Nick Mathewson2025-10-021-0/+1
* padding: Remove post-queue blocker.Nick Mathewson2025-09-301-1/+5
* proto::util::sink_blocker: Narrow dead_code warning exception.Nick Mathewson2025-09-171-16/+5
* Two grammar/typo fixes from @gabi-250Nick Mathewson2025-09-091-1/+1
* SinkBlocker: Add a comment in poll_flushNick Mathewson2025-09-081-0/+2
* proto: Define a new composable SinkBlocker type.Nick Mathewson2025-09-041-0/+275