aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/reactor/forward.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add {backward|forward} prefix to circ_id in logsDavid Goulet2026-08-031-3/+3
* proto: Rename uniq_id to circ_unique_id mostly in loggingDavid Goulet2026-08-031-3/+3
* proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-031-4/+11
* proto: Add expect(unused) where neededGabriela Moldovan2026-06-291-0/+1
* proto: Implement ClosePendingStream in the stream reactorGabriela Moldovan2026-06-231-3/+5
* proto: Add a control message for closing pending streams (fmt)Gabriela Moldovan2026-06-231-3/+4
* proto: Add a control message for closing pending streamsGabriela Moldovan2026-06-231-1/+40
* proto: Replace StreamMsg with a new CtrlMsg typeGabriela Moldovan2026-06-231-2/+2
* proto: Move handle_unrecognized_cell() out of ForwardHandlerGabriela Moldovan2026-03-251-12/+1
* proto: Forward unrecognized RELAY_EARLY as RELAY_EARLYGabriela Moldovan2026-03-251-0/+1
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* Revert "proto: Add a new ToRelayMsg util"Gabriela Moldovan2026-02-121-3/+1
* proto: Move decode_relay_cell() out of ForwardHandlerGabriela Moldovan2026-02-121-16/+0
* proto: Forbid EXTEND2 from RELAY cellsGabriela Moldovan2026-02-121-1/+2
* proto: Pass the early flag to handle_relay_msg() (fmt)Gabriela Moldovan2026-02-121-1/+3
* proto: Pass the early flag to handle_relay_msg()Gabriela Moldovan2026-02-121-3/+5
* proto: Overhaul forward cell handlingGabriela Moldovan2026-02-121-13/+37
* proto: Give handle_forward_cell() a handle to the hopmgrGabriela Moldovan2026-02-121-3/+6
* proto: Pass *all* cells to handle_forward_cell()Gabriela Moldovan2026-02-121-6/+3
* proto: Implement EXTEND2 handlingGabriela Moldovan2026-02-051-135/+14
* proto: Give handle_meta_msg() a handle to the runtimeGabriela Moldovan2026-02-051-2/+7
* proto: Add an implementation-dependent reactor event streamGabriela Moldovan2026-02-051-0/+29
* proto: Move channel provider out of the generic reactorGabriela Moldovan2026-02-051-59/+1
* proto: Replace SendSendme with a more general-purpose command (fmt)Gabriela Moldovan2026-02-041-5/+4
* proto: Replace SendSendme with a more general-purpose commandGabriela Moldovan2026-02-041-4/+6
* proto: Allow unused async in WIP reactor codeGabriela Moldovan2026-01-291-0/+2
* proto: Rename the FWD -> BWD channelGabriela Moldovan2026-01-291-6/+6
* proto: Rename chan senders and sinks for clarityGabriela Moldovan2026-01-291-16/+16
* proto: Add a new, implementation-agnostic circuit reactorGabriela Moldovan2026-01-291-0/+653