summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/reactor
Commit message (Expand)AuthorAgeFilesLines
* proto: Use CircHopInbound in the ForwardReactor (fmt)Gabriela Moldovan2025-11-172-5/+3
* proto: Use CircHopInbound in the ForwardReactorGabriela Moldovan2025-11-171-16/+8
* proto: Use CircHopOutbound in BackwardReactorGabriela Moldovan2025-11-171-31/+15
* proto: Move SendRelayCell to circhop (fmt)Gabriela Moldovan2025-11-171-1/+1
* proto: Move CloseStreamBehavior to top-level stream moduleGabriela Moldovan2025-11-141-1/+2
* proto: Handle control messages in RelayReactorGabriela Moldovan2025-10-221-28/+0
* proto: Move the control channels to RelayReactorGabriela Moldovan2025-10-221-49/+6
* proto: Fix broken doc linksGabriela Moldovan2025-10-211-2/+3
* proto: Prioritize shutdown over everything elseGabriela Moldovan2025-10-211-8/+8
* proto: Ensure RelayReactor shuts down the other reactorsGabriela Moldovan2025-10-212-19/+35
* proto: Add a TODO about splitting out fields out of BackwardReactorGabriela Moldovan2025-10-211-0/+9
* proto: Move channel provider to ForwardReactorGabriela Moldovan2025-10-212-15/+15
* proto: Remove no longer needed MutexGabriela Moldovan2025-10-211-7/+5
* proto: Remove stray words from docsGabriela Moldovan2025-10-211-1/+1
* proto: Disambiguate "channel" and "stream"Gabriela Moldovan2025-10-212-46/+46
* proto: Fix docs post-renamingGabriela Moldovan2025-10-211-3/+3
* proto: Replace select_biased! with PollAllGabriela Moldovan2025-10-211-32/+124
* proto: Replace placeholder () with stream id and msgGabriela Moldovan2025-10-212-6/+6
* proto: Replace inbound/outbound terminologyGabriela Moldovan2025-10-212-42/+42
* proto: Restrict the visibility of BackwardReactorGabriela Moldovan2025-10-211-3/+3
* proto: Move BackwardReactor to its own moduleGabriela Moldovan2025-10-211-0/+450
* proto: Add a basic implementation for the relay reactor(s)Gabriela Moldovan2025-10-211-0/+349