aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/reactor
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-proto: rename `StreamFlowCtrl` constructorsSteven Engler2025-09-101-2/+2
* | tor-proto: rename `StreamFlowControl` to `StreamFlowCtrl`Steven Engler2025-09-101-4/+4
* | tor-proto: move `DrainRateRequest`Steven Engler2025-09-103-5/+6
* | tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-103-5/+8
|/
* Two grammar/typo fixes from @gabi-250Nick Mathewson2025-09-091-1/+1
* proto: correctly use the QueuedCellPaddingInfo for padding.Nick Mathewson2025-09-091-8/+15
* proto: Implement run_padding_action.Nick Mathewson2025-09-092-7/+186
* CircuitCellSender: add methods to implement blocking.Nick Mathewson2025-09-091-0/+41
* proto: Watch for PaddingEvents in tunnel reactor.Nick Mathewson2025-09-092-1/+35
* proto: Make CircuitCellSender type conditional depending on circpadding.Nick Mathewson2025-09-081-13/+116
* Wrap a Circuit's outbound cell queue as its own type.Nick Mathewson2025-09-082-6/+109
* proto: Apply deferred fmt.Gabriela Moldovan2025-09-041-1/+1
* proto: Group the conflux imports.Gabriela Moldovan2025-09-041-6/+2
* proto: Use ConfluxCmd instead of CircuitCmd.Gabriela Moldovan2025-09-043-36/+20
* proto: Move abstract conflux handlers outside of the client module.Gabriela Moldovan2025-09-044-631/+313
* proto: Move cmd_counts_towards_seqno to a new conflux module.Gabriela Moldovan2025-09-042-56/+9
* proto: Make the ConfluxMsgHandler constructor take an abstract handler.Gabriela Moldovan2025-09-043-23/+17
* proto: Update docs to clarify how we validate SWITCH seqnos.Gabriela Moldovan2025-09-041-8/+6
* proto: Close tunnel if a leg receives consecutive SWITCH cells.Gabriela Moldovan2025-09-041-0/+14
* proto: Ensure the seqno of the first SWITCH doesn't exceed the init cwnd.Gabriela Moldovan2025-09-041-0/+17
* proto: Store the seqno of last cell delivered in the client conflux handler.Gabriela Moldovan2025-09-042-0/+12
* proto: Pass the cwnd params to the conflux message handler.Gabriela Moldovan2025-09-043-2/+50
* Merge branch 'maybenot-triggers' into 'main'Nick Mathewson2025-09-031-6/+31
|\
| * padding: Report when we have received padding or data.Nick Mathewson2025-09-021-0/+6
| * padding: Give CircEnt in a Channel a handle for the PaddingController.Nick Mathewson2025-09-021-3/+3
| * padding: Install a PaddingController in each circuit.Nick Mathewson2025-09-021-4/+14
| * padding: track which hop each queued cell is for.Nick Mathewson2025-09-021-6/+15
* | tor-proto: fix bug in `congestion_signals`Steven Engler2025-09-031-1/+3
|/
* proto: Move TunnelId to a separate, shared module (fmt).Gabriela Moldovan2025-08-284-4/+4
* proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-284-5/+6
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-285-17/+15
* proto: Indent line in docs to satisfy clippy.Gabriela Moldovan2025-08-211-1/+1
* proto: Document how handle_meta_cell can cause circuit teardown.Gabriela Moldovan2025-08-201-0/+14
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-183-8/+8
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-183-10/+10
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-186-27/+27
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-189-0/+5278