aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/reactor
Commit message (Expand)AuthorAgeFilesLines
...
* proto: Use MAX_CONFLUX_LEGS instead of magic number.Gabriela Moldovan2025-09-251-1/+2
* proto: Make padding and timeout actions take priority.Gabriela Moldovan2025-09-251-34/+69
* proto: Add comment emphasizing that the PollAll ordering matters.Gabriela Moldovan2025-09-251-0/+7
* proto: Add comment explaining why we need the chan_sender readiness check.Gabriela Moldovan2025-09-251-0/+3
* proto: Rewrite should_skip_join_point to return bool.Gabriela Moldovan2025-09-251-11/+10
* proto: Avoid polling join point streams more than once.Gabriela Moldovan2025-09-251-6/+11
* proto: Remove now-unused function.Gabriela Moldovan2025-09-251-21/+2
* proto: Rewrite ConfluxSet::next_circ_action() using PollAll.Gabriela Moldovan2025-09-253-131/+108
* proto: Expose CircHopList in ConfluxSet.Gabriela Moldovan2025-09-251-1/+1
* proto: Return multiple actions from next_circ_action.Gabriela Moldovan2025-09-251-2/+12
* proto: Push conflux state checks inside handshake_timeout() (fmt).Gabriela Moldovan2025-09-251-6/+6
* proto: Push conflux state checks inside handshake_timeout().Gabriela Moldovan2025-09-253-9/+13
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-243-14/+75
|\
| * proto: Apply deferred rustfmt.Gabriela Moldovan2025-09-221-3/+1
| * proto: Remove duplicate word in comment.Gabriela Moldovan2025-09-221-1/+1
| * proto: Add new error type for cells received on non-existent streams.Gabriela Moldovan2025-09-222-10/+23
| * proto: Reject any messages arriving on expired half-streams.Gabriela Moldovan2025-09-192-2/+10
| * proto: Calculate CBT more accurately.Gabriela Moldovan2025-09-191-3/+3
| * proto: Remove half-streams when they expire.Gabriela Moldovan2025-09-163-1/+25
| * proto: Use the CBT to compute half-stream timeouts.Gabriela Moldovan2025-09-161-1/+12
| * proto: Give Each EndSentStreamEnt an expiry (fmt).Gabriela Moldovan2025-09-161-1/+5
| * proto: Give Each EndSentStreamEnt an expiry.Gabriela Moldovan2025-09-162-3/+6
* | Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-182-15/+11
|\ \
| * | tor-proto: rename `take_capacity_to_send` to `about_to_send`Steven Engler2025-09-182-10/+6
| * | 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 'maybenot-manual' into 'main'Nick Mathewson2025-09-162-0/+43
|\ \ \ | |/ / |/| |
| * | Fix several rustdoc links.Nick Mathewson2025-09-161-2/+2
| * | proto: Experimental API to install a circuit padder at a hop.Nick Mathewson2025-09-152-0/+43
* | | 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 'maybenot-validate-padding' into 'main'Nick Mathewson2025-09-151-1/+12
|\ \
| * | proto: Missing import.Nick Mathewson2025-09-151-0/+1
| * | proto: Use a new error type for excess padding.Nick Mathewson2025-09-151-1/+1
| * | proto: Allow DROP command when padding is enabled.Nick Mathewson2025-09-091-0/+10
| * | proto: Make decrypted_padding fallible.Nick Mathewson2025-09-091-1/+1
* | | Merge branch 'padding_congestion_signal' into 'main'Nick Mathewson2025-09-152-18/+35
|\ \ \
| * | | proto: Move congestion_signals into CircCellSender.Nick Mathewson2025-09-092-34/+21
| * | | proto: Base congestion signal on the channel.Nick Mathewson2025-09-092-5/+35
| |/ /
* | | Merge branch 'correct_replace_behavior' into 'main'Nick Mathewson2025-09-152-31/+34
|\ \ \ | |_|/ |/| |
| * | 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-102-5/+20
| * | proto: Emit the correct events on replacing paddingNick Mathewson2025-09-101-27/+15
| |/