aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/reactor/stream.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add {backward|forward} prefix to circ_id in logsDavid Goulet2026-08-031-1/+1
* proto: Rename uniq_id to circ_unique_id mostly in loggingDavid Goulet2026-08-031-1/+1
* proto: Log both UniqId and CircId when possibleDavid Goulet2026-08-031-6/+22
* proto: Include the actual cell command in an error messageGabriela Moldovan2026-07-231-3/+5
* proto: Remove feature-gating from CircHop::handle_msg()Gabriela Moldovan2026-07-231-3/+1
* proto: Add TODO about the eventual client-side reactor rewriteGabriela Moldovan2026-07-021-0/+10
* proto: Allow BeginDir and Resolve messages in the stream reactor (fmt)Gabriela Moldovan2026-07-011-1/+3
* proto: Allow BeginDir and Resolve messages in the stream reactorGabriela Moldovan2026-07-011-9/+30
* proto: Rename LocalApplicationStream for clarityGabriela Moldovan2026-06-231-4/+4
* proto: Simplify StreamEvent::LocalStreamClosed (fmt)Gabriela Moldovan2026-06-231-1/+6
* proto: Simplify StreamEvent::LocalStreamClosedGabriela Moldovan2026-06-231-15/+4
* proto: Rename StreamEvent::Closed to LocalStreamClosedGabriela Moldovan2026-06-231-5/+5
* proto: Implement ClosePendingStream in the stream reactorGabriela Moldovan2026-06-231-1/+4
* proto: Add a helper function for handling closed streams (fmt)Gabriela Moldovan2026-06-231-10/+10
* proto: Add a helper function for handling closed streamsGabriela Moldovan2026-06-231-6/+22
* proto: Add a new StreamReactor control message for closing streamsGabriela Moldovan2026-06-231-3/+25
* proto: Update docs to clarify where the StreamReactor cell sender isGabriela Moldovan2026-06-231-1/+2
* proto: Replace StreamMsg with a new CtrlMsg typeGabriela Moldovan2026-06-231-17/+23
* tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`Steven Engler2026-05-211-4/+1
* tor-proto: move memquota stream account arg to last positionSteven Engler2026-05-211-1/+1
* tor-proto: clean up `CIRCUIT_BUFFER_SIZE`Steven Engler2026-05-211-7/+0
* tor-proto: move more stream queue init to reactorSteven Engler2026-05-211-28/+8
* tor-proto: add `ReactorStreamComponents` to bundle return valsSteven Engler2026-05-201-2/+2
* tor-proto: move stream incoming queue init to reactorSteven Engler2026-05-201-11/+3
* tor-proto: small comment and variable name changesSteven Engler2026-04-071-6/+9
* proto: Replace TimeoutEstimator with opaque handlerGabriela Moldovan2026-03-191-39/+5
* proto: Add a trait for customizing StreamReactor behaviorGabriela Moldovan2026-03-191-0/+13
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* proto: Rename CircSyncView to CircHopSyncView (fmt)Gabriela Moldovan2026-02-161-1/+1
* proto: Rename CircSyncView to CircHopSyncViewGabriela Moldovan2026-02-161-3/+3
* proto: Use CircSyncView in the new circuit reactorGabriela Moldovan2026-02-161-13/+7
* proto: Replace SendSendme with a more general-purpose commandGabriela Moldovan2026-02-041-1/+1
* proto: Add a new, implementation-agnostic circuit reactorGabriela Moldovan2026-01-291-0/+661