index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
circuit
/
reactor
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add expect(unused) where needed
Gabriela Moldovan
2026-06-29
1
-0
/
+1
*
proto: Support passing a stream request filter to the reactor
Gabriela Moldovan
2026-06-29
1
-1
/
+47
*
proto: Rename LocalApplicationStream for clarity
Gabriela Moldovan
2026-06-23
1
-4
/
+4
*
proto: Rework error handling in `HopMgr::get_or_spawn_reactor()`
Gabriela Moldovan
2026-06-23
1
-12
/
+7
*
proto: Simplify StreamEvent::LocalStreamClosed (fmt)
Gabriela Moldovan
2026-06-23
1
-1
/
+6
*
proto: Simplify StreamEvent::LocalStreamClosed
Gabriela Moldovan
2026-06-23
1
-15
/
+4
*
proto: Rename StreamEvent::Closed to LocalStreamClosed
Gabriela Moldovan
2026-06-23
1
-5
/
+5
*
proto: Implement ClosePendingStream in the stream reactor
Gabriela Moldovan
2026-06-23
3
-5
/
+40
*
proto: Add a helper function for handling closed streams (fmt)
Gabriela Moldovan
2026-06-23
1
-10
/
+10
*
proto: Add a helper function for handling closed streams
Gabriela Moldovan
2026-06-23
1
-6
/
+22
*
proto: Add a new StreamReactor control message for closing streams
Gabriela Moldovan
2026-06-23
1
-3
/
+25
*
proto: Update docs to clarify where the StreamReactor cell sender is
Gabriela Moldovan
2026-06-23
1
-1
/
+2
*
proto: Add a control message for closing pending streams (fmt)
Gabriela Moldovan
2026-06-23
1
-3
/
+4
*
proto: Add a control message for closing pending streams
Gabriela Moldovan
2026-06-23
1
-1
/
+40
*
proto: Replace StreamMsg with a new CtrlMsg type
Gabriela Moldovan
2026-06-23
4
-26
/
+32
*
tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`
Steven Engler
2026-05-21
1
-4
/
+1
*
tor-proto: move memquota stream account arg to last position
Steven Engler
2026-05-21
1
-1
/
+1
*
tor-proto: clean up `CIRCUIT_BUFFER_SIZE`
Steven Engler
2026-05-21
1
-7
/
+0
*
tor-proto: move more stream queue init to reactor
Steven Engler
2026-05-21
1
-28
/
+8
*
tor-proto: add `ReactorStreamComponents` to bundle return vals
Steven Engler
2026-05-20
1
-2
/
+2
*
tor-proto: move stream incoming queue init to reactor
Steven Engler
2026-05-20
1
-11
/
+3
*
tor-proto: small comment and variable name changes
Steven Engler
2026-04-07
1
-6
/
+9
*
proto: Move handle_unrecognized_cell() out of ForwardHandler
Gabriela Moldovan
2026-03-25
1
-12
/
+1
*
proto: Forward unrecognized RELAY_EARLY as RELAY_EARLY
Gabriela Moldovan
2026-03-25
1
-0
/
+1
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-2
/
+2
*
proto: Replace TimeoutEstimator with opaque handler
Gabriela Moldovan
2026-03-19
2
-49
/
+12
*
proto: Add a trait for customizing StreamReactor behavior
Gabriela Moldovan
2026-03-19
1
-0
/
+13
*
Merge branch 'circ-react-logs' into 'main'
David Goulet
2026-03-16
1
-1
/
+16
|
\
|
*
proto: Add more logging to the new circuit reactors
Gabriela Moldovan
2026-03-12
1
-1
/
+16
*
|
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
|
/
*
proto: Rename CircSyncView to CircHopSyncView (fmt)
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-3
/
+3
*
proto: Use CircSyncView in the new circuit reactor
Gabriela Moldovan
2026-02-16
1
-13
/
+7
*
Revert "proto: Add a new ToRelayMsg util"
Gabriela Moldovan
2026-02-12
2
-5
/
+2
*
proto: Move decode_relay_cell() out of ForwardHandler
Gabriela Moldovan
2026-02-12
1
-16
/
+0
*
proto: Forbid EXTEND2 from RELAY cells
Gabriela Moldovan
2026-02-12
1
-1
/
+2
*
proto: Pass the early flag to handle_relay_msg() (fmt)
Gabriela Moldovan
2026-02-12
1
-1
/
+3
*
proto: Pass the early flag to handle_relay_msg()
Gabriela Moldovan
2026-02-12
1
-3
/
+5
*
proto: Overhaul forward cell handling
Gabriela Moldovan
2026-02-12
1
-13
/
+37
*
proto: Give handle_forward_cell() a handle to the hopmgr
Gabriela Moldovan
2026-02-12
1
-3
/
+6
*
proto: Pass *all* cells to handle_forward_cell()
Gabriela Moldovan
2026-02-12
1
-6
/
+3
*
proto: Add big TODO about flushing
Gabriela Moldovan
2026-02-11
1
-0
/
+13
*
proto: Start forwarding cells in the backward reactor
Gabriela Moldovan
2026-02-11
1
-4
/
+11
*
proto: Extend BWD handler with a backward cell handling function
Gabriela Moldovan
2026-02-11
1
-0
/
+16
*
proto: Ensure DESTROY gets sent on circuit drop
Gabriela Moldovan
2026-02-05
1
-0
/
+11
*
proto: Implement EXTEND2 handling
Gabriela Moldovan
2026-02-05
1
-135
/
+14
*
proto: Add BWD command for receiving newly launched outbound channels
Gabriela Moldovan
2026-02-05
1
-0
/
+36
*
proto: Give handle_meta_msg() a handle to the runtime
Gabriela Moldovan
2026-02-05
1
-2
/
+7
*
proto: Add an implementation-dependent reactor event stream
Gabriela Moldovan
2026-02-05
1
-0
/
+29
*
proto: Move channel provider out of the generic reactor
Gabriela Moldovan
2026-02-05
1
-59
/
+1
[next]