summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* proto: Move halfstream under streammapGabriela Moldovan2025-10-211-2/+0
* proto: Move streammap out of the client moduleGabriela Moldovan2025-10-211-2/+2
* proto: Move dumb pipes to top-lvl stream module (fmt)Gabriela Moldovan2025-10-211-1/+1
* proto: Move dumb pipes to top-lvl stream moduleGabriela Moldovan2025-10-211-1/+1
* proto: Give the relay reactor a stream mapGabriela Moldovan2025-10-211-1/+1
* proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker (fmt)Gabriela Moldovan2025-10-161-1/+2
* proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdCheckerGabriela Moldovan2025-10-161-2/+2
* proto: Reformat imports post-move.Gabriela Moldovan2025-10-161-3/+2
* proto: Avoid crate-pub reexports of shared types from the client module.Gabriela Moldovan2025-10-161-1/+2
* proto: Remove an allow that is no longer neededGabriela Moldovan2025-10-141-1/+0
* proto: Move flow_ctrl module under stream (fmt).Gabriela Moldovan2025-10-071-2/+2
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-2/+2
* Fix several rustdoc links.Nick Mathewson2025-09-161-2/+2
* Fix check_doc_features warning.Nick Mathewson2025-09-161-0/+1
* proto: Experimental API to install a circuit padder at a hop.Nick Mathewson2025-09-151-0/+24
* tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-101-1/+2
* tor-proto: reorganize some flow control modulesSteven Engler2025-09-101-1/+1
* proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-281-50/+0
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-1/+2
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-181-3/+3
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-5/+7
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+977