aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/streammap.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-301-2/+2
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* proto: Update the tests to use the new CircuitRx{Receiver,Sender}sGabriela Moldovan2026-06-081-1/+10
* tor-proto: always use a bounded mpsc queue for streamsSteven Engler2026-05-201-4/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* tor-proto: fix flow control for half-streamsSteven Engler2026-05-071-9/+6
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-2/+3
* 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
* proto: Fix relay/hs-service feature gatingGabriela Moldovan2025-12-081-1/+1
* 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
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* 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
* proto: Add TODO about future code motionGabriela Moldovan2025-10-211-0/+4
* proto: Move halfstream under streammapGabriela Moldovan2025-10-211-1/+4
* proto: Move streammap out of the client moduleGabriela Moldovan2025-10-211-0/+676