summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel/reactor.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Replace TOOD(conflux) with TODO(#1999).Gabriela Moldovan2025-05-281-1/+1
* tor-proto: Remove multi-path check from allow_stream_requests().Gabriela Moldovan2025-05-201-3/+9
* proto: temporarily suppress warning; see #2003.Nick Mathewson2025-05-151-0/+1
* tor-proto: Add TODO about possibly replacing LegIdKey with UniqId.Gabriela Moldovan2025-05-151-0/+3
* tor-proto: Rework MutableState to work with multi-path circuits.Gabriela Moldovan2025-05-151-3/+6
* tor-proto: Add From<LegIdKey> impl for LegId.Gabriela Moldovan2025-05-151-0/+6
* tor-proto: Encapsulate MutableState operations inside impl.Gabriela Moldovan2025-05-151-4/+4
* tor-proto: Rename MutableState to CircuitState.Gabriela Moldovan2025-05-151-3/+3
* tor-proto: Document why RemoveLegReason exists.Gabriela Moldovan2025-05-061-0/+14
* tor-proto: Move error binding under is_conflux_pending condition.Gabriela Moldovan2025-05-061-7/+6
* tor-proto: Remove already-addressed TODO.Gabriela Moldovan2025-05-061-2/+0
* tor-proto: Explain why the handshake result is noted before the LINKED_ACK.Gabriela Moldovan2025-05-061-1/+10
* tor-proto: Clarify why ConfluxHandshakeComplete exists.Gabriela Moldovan2025-05-061-0/+8
* tor-proto: s/ConfluxTunnelResult/ConfluxHandshakeResults.Gabriela Moldovan2025-05-061-4/+4
* tor-proto: Fix incorrect RemoveLeg docs.Gabriela Moldovan2025-05-061-1/+1
* tor-proto: Clarify ConfluxHandshakeComplete docs.Gabriela Moldovan2025-05-061-2/+3
* tor-proto: Remove unnecessary TODO.Gabriela Moldovan2025-05-061-2/+0
* tor-proto: Add TODO about only switching legs before sending a cell.Gabriela Moldovan2025-05-061-0/+4
* tor-proto: Shut down if conflux initiator is gone before handshake completes.Gabriela Moldovan2025-05-061-13/+28
* tor-proto: Deferred fmt.Gabriela Moldovan2025-05-061-4/+1
* tor-proto: Handle conflux handshake timeout, notify on completion.Gabriela Moldovan2025-05-061-17/+31
* tor-proto: Use wallclock time in ClientConfluxMsgHandler.Gabriela Moldovan2025-05-061-2/+2
* tor-proto: Implement conflux set leg removal.Gabriela Moldovan2025-05-061-1/+10
* tor-proto: Add a TODO about recovering from reactor errors.Gabriela Moldovan2025-05-061-0/+2
* tor-proto: Specify which circuit leg to begin the stream on.Gabriela Moldovan2025-05-061-6/+12
* tor-proto: Specify the leg id in RunOnceCmdInner::Send.Gabriela Moldovan2025-05-061-8/+13
* tor-proto: Specify which leg to handle received SENDMEs on.Gabriela Moldovan2025-05-061-8/+12
* tor-proto: Implement conflux primary leg selection.Gabriela Moldovan2025-05-061-2/+9
* tor-proto: Try to dequeue ooo messages in circ reactor main loop.Gabriela Moldovan2025-05-061-0/+45
* tor-proto: Add reactor cmd for buffering out-of-order messages.Gabriela Moldovan2025-05-061-1/+67
* tor-proto: Add a CtrlMsg for linking circuits.Gabriela Moldovan2025-05-061-4/+52
* tor-proto: Add client-side conflux message handlers.Gabriela Moldovan2025-05-061-0/+96
* tor-proto: Add a reason to CircuitAction::RemoveLeg.Gabriela Moldovan2025-05-061-3/+31
* tor-proto: Add conflux handshake state to reactor.Gabriela Moldovan2025-05-061-0/+20
* tor-proto: Add error and channel types for conflux handshake outcome.Gabriela Moldovan2025-05-061-0/+15
* tor-proto: Pass a DynTimeProvider to the circuit reactor.Gabriela Moldovan2025-05-061-0/+5
* tor-proto: Add Circuit::last_hop_num for getting the last HopNum.Gabriela Moldovan2025-05-061-6/+1
* tor-proto: rename `stream_sendme_required` to `uses_stream_sendme`Steven Engler2025-04-231-3/+3
* tor-proto: added `stream_sendme_required` methodsSteven Engler2025-04-231-0/+7
* circ: Make CircParameters mutable in the call stackDavid Goulet2025-04-231-2/+2
* proto: Create StreamTargets with the right RelayCellFormat.Nick Mathewson2025-04-161-3/+12
* tor-proto: removed "ntor_v3" feature flagSteven Engler2025-04-011-2/+0
* tor-proto: remove unnecessary `Option` from `circuit_action`Steven Engler2025-03-261-6/+5
* Merge branch 'circuit-action' into 'main'opara2025-03-251-9/+1
|\
| * tor-proto: simplify tunnel `run_once`Steven Engler2025-03-241-7/+1
| * tor-proto: change `ConfluxSet::next_circ_action` to return a `Future`Steven Engler2025-03-241-3/+1
| * tor-proto: rename `ConfluxSet::circuit_action` to `next_circ_action`Steven Engler2025-03-241-4/+4
* | tor-proto: Add a TODO about the unnecessary Vec allocations.Gabriela Moldovan2025-03-241-2/+3
* | tor-proto: Add TODO about rethinking the circuit *Cmd enums.Gabriela Moldovan2025-03-241-0/+6
* | tor-proto: s/CircuitAction::Single/CircuitAction::RunCmd.Gabriela Moldovan2025-03-241-3/+3