summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Move StreamMpsc{Sender,Receiver} to stream moduleGabriela Moldovan2025-10-211-0/+7
* proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-211-0/+2
* proto: Move IncomingDataCmdChecker to top-level stream module.Gabriela Moldovan2025-10-161-0/+3
* proto: Move cmdchecker under top-level stream module.Gabriela Moldovan2025-10-161-0/+1
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-0/+2
* proto: Add a top-level stream module.Gabriela Moldovan2025-10-071-0/+4
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-47/+0
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-1/+1
* conflux: Adjust docs and fix doc links.Gabriela Moldovan2025-08-051-1/+1
* tor-proto: add the `XonXoffReader` and connect it to the reactorSteven Engler2025-07-171-1/+2
* tor-proto: add dedicated types for the incoming stream queueSteven Engler2025-07-161-0/+1
* tor-proto: rename `StreamSendFlowControl` and related changesSteven Engler2025-07-151-1/+1
* tor-proto: establish channel for rate limit updatesSteven Engler2025-07-071-1/+1
* tor-proto: rename `StreamReader` to `StreamReceiver`Steven Engler2025-06-261-1/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-201-1/+1
* proto: Rename DataStreamCtrl to ClientDataStreamCtrlNick Mathewson2025-01-301-1/+1
* tor-proto: Encapsulate flow-controlJim Newsome2024-08-131-0/+3
* Add an IncomingStreamRequestFilter to check early propertiesNick Mathewson2024-03-261-1/+4
* tor-proto: Add IncomingCmdChecker for IncomingStream.Gabriela Moldovan2023-08-031-0/+3
* proto: Create a `DataStreamCtrl` type.Nick Mathewson2023-05-221-0/+6
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-3/+3
* tor-proto: Introduce CmdChecker, and define it for our streams.Nick Mathewson2023-02-171-0/+3
* tor-proto: Draft API to handle incoming BEGIN requests.Nick Mathewson2023-01-171-0/+5
* Improve the layout of crate exports; add runtime convenience functionseta2022-01-111-1/+1
* Get rid of unbounded stream sender, and RawCellStreameta2021-11-121-1/+1
* Merge IpVersionPreferences and the optimistic flag into one type.Nick Mathewson2021-11-101-0/+4
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-4/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+21