aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/reactor/control.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`Steven Engler2026-08-111-1/+2
* tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-301-2/+2
* proto: log virtual hop additions at trace.Nick Mathewson2026-07-021-0/+2
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-171-1/+1
* tor-proto: move memquota stream account arg to last positionSteven Engler2026-05-211-1/+1
* tor-proto: move more stream queue init to reactorSteven Engler2026-05-211-17/+0
* tor-proto: add `ReactorStreamComponents` to bundle return valsSteven Engler2026-05-201-5/+9
* tor-proto: move stream incoming queue init to reactorSteven Engler2026-05-201-14/+12
* tor-proto: clean up return type of `Circuit::begin_stream()`Steven Engler2026-05-111-9/+3
* tor-proto: reorg error handling for BeginStream reactor cmdSteven Engler2026-05-111-2/+19
* proto: Dedupe IncomingStreamRequestHandlerGabriela Moldovan2026-01-121-3/+3
* proto: Make the hop in SendRelayCell optionalGabriela Moldovan2025-11-171-2/+2
* tor-proto: Track information on when tunnels were last usedNick Mathewson2025-11-121-0/+12
* proto: Move StreamMpsc{Sender,Receiver} to stream moduleGabriela Moldovan2025-10-211-1/+1
* proto: Move hop settings into a shared moduleGabriela Moldovan2025-10-211-1/+2
* proto: Move streammap out of the client moduleGabriela Moldovan2025-10-211-1/+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
* Refactor: turn circ_extensions_from_settings into a methodNick Mathewson2025-10-201-2/+1
* proto: Reformat imports post-move.Gabriela Moldovan2025-10-161-1/+1
* proto: Avoid crate-pub reexports of shared types from the client module.Gabriela Moldovan2025-10-161-1/+1
* proto: Move celltypes out of clientGabriela Moldovan2025-10-131-1/+1
* 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
* proto: Experimental API to install a circuit padder at a hop.Nick Mathewson2025-09-151-0/+25
* tor-proto: move `DrainRateRequest`Steven Engler2025-09-101-1/+2
* tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-101-1/+2
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-3/+2
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-181-2/+2
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-3/+3
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-8/+8
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+766