aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/reactor/backward.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-4/+4
* proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-031-4/+11
* proto: Rename CircId and UniqId variable nameDavid Goulet2026-08-031-1/+1
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* proto: Add more logging to the new circuit reactorsGabriela Moldovan2026-03-121-1/+16
* Revert "proto: Add a new ToRelayMsg util"Gabriela Moldovan2026-02-121-2/+1
* proto: Add big TODO about flushingGabriela Moldovan2026-02-111-0/+13
* proto: Start forwarding cells in the backward reactorGabriela Moldovan2026-02-111-4/+11
* proto: Extend BWD handler with a backward cell handling functionGabriela Moldovan2026-02-111-0/+16
* proto: Ensure DESTROY gets sent on circuit dropGabriela Moldovan2026-02-051-0/+11
* proto: Add BWD command for receiving newly launched outbound channelsGabriela Moldovan2026-02-051-0/+36
* proto: Fix misleading SendRelayMsg docsGabriela Moldovan2026-02-051-1/+1
* proto: Remove assumption that we are a relay from BWD docGabriela Moldovan2026-02-041-1/+1
* proto: Replace SendSendme with a more general-purpose commandGabriela Moldovan2026-02-041-8/+7
* proto: Replace send_sendme() with general-purpose functionGabriela Moldovan2026-02-041-8/+12
* proto: Rename the FWD -> BWD channelGabriela Moldovan2026-01-291-9/+9
* proto: Rename chan senders and sinks for clarityGabriela Moldovan2026-01-291-18/+18
* proto: Update misleading comment about cmd_rxGabriela Moldovan2026-01-291-1/+1
* proto: Add a new, implementation-agnostic circuit reactorGabriela Moldovan2026-01-291-0/+793