summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/streammap.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Update outdated reference to rxs in StreamMap docsGabriela Moldovan2026-01-121-1/+1
|
* proto: Remove outdated TODO about add_ent_with_id()Gabriela Moldovan2025-12-081-3/+0
| | | | We now have add_ent_with_id(), so we can just remove the TODO.
* proto: Fix relay/hs-service feature gatingGabriela Moldovan2025-12-081-1/+1
| | | | | Without this, `tor-proto` doesn't compile if you enable the `relay` feature but not `hs-service`.
* proto: Fix a number of newly broken doc linksGabriela Moldovan2025-11-241-1/+1
|
* proto: Move a couple of stream-related constants to stream mod (fmt)Gabriela Moldovan2025-11-241-1/+1
|
* proto: Move a couple of stream-related constants to stream modGabriela Moldovan2025-11-241-5/+1
|
* fix a documentation link.Nick Mathewson2025-11-131-1/+1
|
* tor-proto: Track information on when tunnels were last usedNick Mathewson2025-11-121-0/+5
| | | | This is part of an implementation for proposal 368.
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
| | | | Run maint/add_warning
* proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)Gabriela Moldovan2025-10-211-1/+1
|
* proto: Move StreamMpsc{Sender,Receiver} to stream moduleGabriela Moldovan2025-10-211-1/+1
| | | | These will be shared with the relay code.
* proto: Add TODO about future code motionGabriela Moldovan2025-10-211-0/+4
|
* proto: Move halfstream under streammapGabriela Moldovan2025-10-211-1/+4
| | | | | | 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).
* proto: Move streammap out of the client moduleGabriela Moldovan2025-10-211-0/+676