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
*
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
*
proto: Fix misleading SendRelayMsg docs
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Remove assumption that we are a relay from BWD doc
Gabriela Moldovan
2026-02-04
1
-1
/
+1
*
proto: Replace SendSendme with a more general-purpose command (fmt)
Gabriela Moldovan
2026-02-04
1
-5
/
+4
*
proto: Replace SendSendme with a more general-purpose command
Gabriela Moldovan
2026-02-04
3
-13
/
+14
*
proto: Replace send_sendme() with general-purpose function
Gabriela Moldovan
2026-02-04
1
-8
/
+12
*
proto: Allow unused async in WIP reactor code
Gabriela Moldovan
2026-01-29
1
-0
/
+2
*
proto: Document that the hop list is shared with the BWD
Gabriela Moldovan
2026-01-29
1
-0
/
+11
*
proto: Rename the FWD -> BWD channel
Gabriela Moldovan
2026-01-29
2
-15
/
+15
*
proto: Rename chan senders and sinks for clarity
Gabriela Moldovan
2026-01-29
2
-34
/
+34
*
proto: Update misleading comment about cmd_rx
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Add a new, implementation-agnostic circuit reactor
Gabriela Moldovan
2026-01-29
6
-0
/
+2519
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
4
-846
/
+0
*
tor-proto: Move CreateHandshakeWrap to reactor module.
Gabriela Moldovan
2025-02-18
1
-0
/
+63
*
tor-proto: Fold the CommandHandler into ControlHandler.
Gabriela Moldovan
2025-02-11
1
-90
/
+74
*
tor-proto: add `ClientCirc::first_hop_clock_skew`
Steven Engler
2025-02-10
1
-0
/
+9
[next]