aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util/sometimes_unbounded_sink.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* proto: Only replace padding when the target will see it.Nick Mathewson2025-09-101-0/+8
* proto: add SometimesUnboundedSink::as_inner_mut.Nick Mathewson2025-09-091-0/+11
* SometimesUnboundedSink: clarifying documentation.Nick Mathewson2025-09-081-0/+7
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* tor-async-utils: Make SometimesUnboundedSink::send_unbounded() pub(crate).Gabriela Moldovan2025-01-291-2/+1
* proto: Notify CC when a SENDME is receivedDavid Goulet2025-01-161-0/+5
* tor-proto: Remove the no-longer needed allowsIan Jackson2024-10-031-1/+0
* tor-proto: SometimesUnboundedSink: provide as_inner accessorIan Jackson2024-10-021-0/+10
* Fix two TODO ticket numbersIan Jackson2024-06-251-1/+1
* SometimesUnboundedSink: Add a test case with some manual sequencingIan Jackson2024-05-301-0/+68
* SometimesUnboundedSink: Write commentary about WakerIan Jackson2024-05-301-0/+36
* SometimesUnboundedSink: Document some error behaviourIan Jackson2024-05-301-0/+4
* SometimesUnboundedSink: Fix a copypaste errorIan Jackson2024-05-301-1/+1
* SometimesUnboundedSink: Narrow dead code allowIan Jackson2024-05-301-2/+1
* Implmeent SometimesUnboundedSinkIan Jackson2024-05-291-0/+145