summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
* 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