summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/streammap
Commit message (Collapse)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* proto: Move halfstream under streammapGabriela Moldovan2025-10-211-0/+247
That way we don't need to make halfstream `pub(crate)` (we only really use it in streammap, and in the client reactor, because of the `handle_msg()` kludge).