aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/reactor/circuit
Commit message (Expand)AuthorAgeFilesLines
...
* | proto: Use a small vec for the hop list.Gabriela Moldovan2025-10-131-1/+7
|/
* proto: Move flow_ctrl module under stream (fmt).Gabriela Moldovan2025-10-071-5/+3
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-3/+3
* proto: Generate per-sender NormalSent events from circuits.Nick Mathewson2025-10-011-3/+7
* padding: Remove post-queue blocker.Nick Mathewson2025-09-301-27/+23
* padding: be less dogmatic in a TODO about where a buffer would go.Nick Mathewson2025-09-301-4/+4
* proto: Rewrite ConfluxSet::next_circ_action() using PollAll.Gabriela Moldovan2025-09-251-5/+5
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-241-4/+30
|\
| * proto: Add new error type for cells received on non-existent streams.Gabriela Moldovan2025-09-221-6/+10
| * proto: Reject any messages arriving on expired half-streams.Gabriela Moldovan2025-09-191-0/+6
| * proto: Remove half-streams when they expire.Gabriela Moldovan2025-09-161-0/+10
| * proto: Give Each EndSentStreamEnt an expiry (fmt).Gabriela Moldovan2025-09-161-1/+5
| * proto: Give Each EndSentStreamEnt an expiry.Gabriela Moldovan2025-09-161-1/+3
* | Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-181-13/+9
|\ \
| * | tor-proto: rename `take_capacity_to_send` to `about_to_send`Steven Engler2025-09-181-8/+4
| * | tor-proto: share the `FlowCtrlParameters` across streamsSteven Engler2025-09-171-5/+5
* | | Merge branch 'simple_circpad_todos' into 'main'gabi-2502025-09-181-1/+1
|\ \ \ | |/ / |/| |
| * | proto: resolve/edit trivial "TODO circpad" instances.Nick Mathewson2025-09-171-1/+1
* | | Merge branch 'xon-xoff-checker-2' into 'main'opara2025-09-181-5/+20
|\ \ \
| * | | tor-proto: add `SidechannelMitigation` to `XonXoffFlowCtrl`Steven Engler2025-09-161-2/+17
| * | | tor-proto: change `take_capacity_to_send` to take `AnyRelayMsg`Steven Engler2025-09-161-3/+3
| |/ /
* / / proto: Resolve a warning when building without flowctl-cc.Nick Mathewson2025-09-171-0/+2
|/ /
* | Merge branch 'padding_replace_and_channels' into 'main'Nick Mathewson2025-09-161-1/+10
|\ \ | |/ |/|
| * proto: Consider the channel queue with "Replace" padding to hop 1.Nick Mathewson2025-09-161-1/+10
* | Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-151-3/+19
|\ \ | |/ |/|
| * tor-proto: pass `FlowCtrlParameters` to `XonXoffFlowCtrl`Steven Engler2025-09-111-3/+19
* | Merge branch 'padding_congestion_signal' into 'main'Nick Mathewson2025-09-151-1/+35
|\ \
| * | proto: Move congestion_signals into CircCellSender.Nick Mathewson2025-09-091-16/+21
| * | proto: Base congestion signal on the channel.Nick Mathewson2025-09-091-2/+31
* | | Merge branch 'correct_replace_behavior' into 'main'Nick Mathewson2025-09-151-0/+12
|\ \ \ | |_|/ |/| |
| * | Apply 1 suggestion(s) to 1 file(s)Nick Mathewson2025-09-151-1/+1
| * | proto: Only replace padding when the target will see it.Nick Mathewson2025-09-101-0/+12
| |/
* | 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-101-3/+2
* | tor-proto: remove a `pub(crate) use` from `client::stream`Steven Engler2025-09-101-3/+4
|/
* Two grammar/typo fixes from @gabi-250Nick Mathewson2025-09-091-1/+1
* CircuitCellSender: add methods to implement blocking.Nick Mathewson2025-09-091-0/+41
* 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-081-0/+102
* proto: Move TunnelId to a separate, shared module (fmt).Gabriela Moldovan2025-08-282-2/+2
* proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-282-2/+2
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-282-4/+3
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-181-4/+4
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-2/+2
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-182-9/+9
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-183-0/+1048