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
/
relay
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Add an implementation-dependent reactor event stream
Gabriela Moldovan
2026-02-05
1
-1
/
+6
*
proto: Make chan_provider an Arc
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Pass the unique id to Forward handler
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Move channel provider out of the generic reactor
Gabriela Moldovan
2026-02-05
1
-2
/
+1
*
proto: Remove unused async from relay reactor
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Replace relay reactor with new generic reactor
Gabriela Moldovan
2026-01-29
1
-444
/
+48
*
proto: Avoid locking in CircHopOutbound::ccontrol()
Gabriela Moldovan
2026-01-29
1
-4
/
+1
*
proto: Rip CC state out of CircHopInbound
Gabriela Moldovan
2026-01-29
1
-1
/
+0
*
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
1
-2
/
+4
*
proto: Give IncomingStreamRequestHandler a HopNum
Gabriela Moldovan
2026-01-12
1
-0
/
+1
*
proto: Relay circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-10
/
+3
*
proto: Move RelayCircChanMsg into relay module
David Goulet
2025-12-10
1
-2
/
+1
*
proto: Fix relay/hs-service feature gating (fmt)
Gabriela Moldovan
2025-12-08
1
-1
/
+1
*
proto: Fix relay/hs-service feature gating
Gabriela Moldovan
2025-12-08
1
-1
/
+1
*
proto: Move EXTEND handling to catch-all error
Gabriela Moldovan
2025-12-02
1
-3
/
+0
*
proto: Resolve some clippy warnings, remove allows
Gabriela Moldovan
2025-11-24
1
-3
/
+2
*
proto: Update relay reactor documentation
Gabriela Moldovan
2025-11-24
1
-8
/
+79
*
proto: Move a couple of stream-related constants to stream mod (fmt)
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Move a couple of stream-related constants to stream mod
Gabriela Moldovan
2025-11-24
1
-4
/
+2
*
proto: Start handling incoming stream requests
Gabriela Moldovan
2025-11-24
1
-13
/
+125
*
proto: Pass all the padding-related objects to the relay reactors
Gabriela Moldovan
2025-11-24
1
-0
/
+8
*
proto: Add an IncomingStreamConfig to pass to the reactor
Gabriela Moldovan
2025-11-24
1
-2
/
+12
*
proto: Rework relay reactor error handling
Gabriela Moldovan
2025-11-24
1
-8
/
+15
*
proto: Rename RelayReactor to Reactor
Gabriela Moldovan
2025-11-24
1
-4
/
+4
*
proto: Give RelayCirc a DynTimeProvider
Gabriela Moldovan
2025-11-24
1
-1
/
+2
*
proto: Make the forward -> backward reactor chan bounded
Gabriela Moldovan
2025-11-24
1
-1
/
+8
*
proto: Give RelayReactor and BackwardReactor a Runtime
Gabriela Moldovan
2025-11-24
1
-2
/
+11
*
proto: Use CircHopInbound in the ForwardReactor (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+1
*
proto: Use CircHopInbound in the ForwardReactor
Gabriela Moldovan
2025-11-17
1
-3
/
+7
*
proto: Use CircHopOutbound in BackwardReactor
Gabriela Moldovan
2025-11-17
1
-3
/
+9
*
proto: Remove redundant channel from RelayCirc
Gabriela Moldovan
2025-10-29
1
-1
/
+0
*
proto: Rename RelayReatorHandle to RelayCirc
Gabriela Moldovan
2025-10-29
1
-3
/
+3
*
proto: Move RelayReactorHandle to relay module
Gabriela Moldovan
2025-10-29
1
-11
/
+1
*
proto: Update RelayReactorHandle docs
Gabriela Moldovan
2025-10-29
1
-1
/
+1
*
proto: Replace select! with select_biased!
Gabriela Moldovan
2025-10-22
1
-2
/
+2
*
proto: Update an outdated doc link
Gabriela Moldovan
2025-10-22
1
-1
/
+1
*
proto: Add debug log when RelayReactor shuts down
Gabriela Moldovan
2025-10-22
1
-2
/
+14
*
proto: Replace futures::select with import
Gabriela Moldovan
2025-10-22
1
-2
/
+2
*
proto: Remove no-longer relevant note on control message handling
Gabriela Moldovan
2025-10-22
1
-10
/
+0
*
proto: Remove an already-addressed TODO
Gabriela Moldovan
2025-10-22
1
-2
/
+0
*
proto: Handle control messages in RelayReactor
Gabriela Moldovan
2025-10-22
1
-23
/
+53
*
proto: Move the control channels to RelayReactor
Gabriela Moldovan
2025-10-22
1
-4
/
+47
*
proto: Ensure RelayReactor shuts down the other reactors
Gabriela Moldovan
2025-10-21
1
-2
/
+13
*
proto: Add TODO about moving control message handling to RelayReactor
Gabriela Moldovan
2025-10-21
1
-0
/
+3
*
proto: Use select not join
Gabriela Moldovan
2025-10-21
1
-4
/
+5
*
proto: Emphasize that we think 2 reactors are better for perf
Gabriela Moldovan
2025-10-21
1
-4
/
+8
*
proto: Move StreamMap split closer to cell_tx docs
Gabriela Moldovan
2025-10-21
1
-3
/
+5
*
proto: s/inbound_rx/input for consistency with other reactors
Gabriela Moldovan
2025-10-21
1
-2
/
+2
*
proto: Move channel provider to ForwardReactor
Gabriela Moldovan
2025-10-21
1
-3
/
+3
*
proto: Disambiguate "channel" and "stream"
Gabriela Moldovan
2025-10-21
1
-6
/
+6
[next]