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
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Remove unused function in relay FWD reactor
Gabriela Moldovan
2026-02-12
1
-7
/
+1
*
proto: Move decode_relay_cell() out of ForwardHandler
Gabriela Moldovan
2026-02-12
1
-27
/
+36
*
proto: Forbid EXTEND2 from RELAY cells
Gabriela Moldovan
2026-02-12
1
-1
/
+9
*
proto: Return a protocol error if we get too many RELAY_EARLY
Gabriela Moldovan
2026-02-12
1
-1
/
+20
*
proto: Overhaul forward cell handling
Gabriela Moldovan
2026-02-12
1
-8
/
+37
*
proto: Give handle_forward_cell() a handle to the hopmgr
Gabriela Moldovan
2026-02-12
1
-1
/
+5
*
proto: Return internal error on TRUNCATE
Gabriela Moldovan
2026-02-12
1
-1
/
+1
*
proto: Implement validate_backward_cell() for relays
Gabriela Moldovan
2026-02-11
1
-3
/
+34
*
proto: Extend BWD handler with a backward cell handling function
Gabriela Moldovan
2026-02-11
1
-1
/
+10
*
proto: Say why it's okay not to have timeouts in a couple of places
Gabriela Moldovan
2026-02-09
1
-0
/
+6
*
proto: Remove the EXTEND2 timeout for now
Gabriela Moldovan
2026-02-09
1
-26
/
+11
*
proto: Reject EXTEND2 cells even if we already have an extension in progress
Gabriela Moldovan
2026-02-09
1
-1
/
+12
*
proto: Ensure DESTROY gets sent on circuit drop
Gabriela Moldovan
2026-02-05
1
-3
/
+9
*
proto: Make handle_extend2() synchronous
Gabriela Moldovan
2026-02-05
1
-3
/
+2
*
proto: Implement EXTEND2 handling
Gabriela Moldovan
2026-02-05
1
-17
/
+248
*
proto: Reword an error message for clarity
Gabriela Moldovan
2026-02-05
1
-1
/
+1
*
proto: Give handle_meta_msg() a handle to the runtime
Gabriela Moldovan
2026-02-05
1
-1
/
+2
*
proto: Add an implementation-dependent reactor event stream
Gabriela Moldovan
2026-02-05
1
-0
/
+17
*
proto: Make chan_provider an Arc
Gabriela Moldovan
2026-02-05
1
-2
/
+3
*
proto: Pass the unique id to Forward handler
Gabriela Moldovan
2026-02-05
1
-0
/
+5
*
proto: Move channel provider out of the generic reactor
Gabriela Moldovan
2026-02-05
1
-2
/
+16
*
proto: Rename chan senders and sinks for clarity
Gabriela Moldovan
2026-01-29
1
-1
/
+1
*
proto: Replace relay reactor with new generic reactor
Gabriela Moldovan
2026-01-29
2
-1289
/
+144
*
proto: Avoid locking in CircHopOutbound::ccontrol()
Gabriela Moldovan
2026-01-29
1
-1
/
+8
*
proto: s/Forward/ForwardSender for clarity
Gabriela Moldovan
2026-01-29
1
-3
/
+3
*
proto: Rip CC state out of CircHopInbound
Gabriela Moldovan
2026-01-29
1
-1
/
+4
*
proto: Add exceptions for clippy::unused async in relay reactor
Gabriela Moldovan
2026-01-27
1
-0
/
+3
*
Merge branch 'ticket1599_02' into 'main'
David Goulet
2026-01-13
1
-1
/
+1
|
\
|
*
proto: Fix comments documentation
David Goulet
2026-01-13
1
-1
/
+1
*
|
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
1
-29
/
+4
*
|
proto: Give IncomingStreamRequestHandler a HopNum
Gabriela Moldovan
2026-01-12
1
-1
/
+5
|
/
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
1
-5
/
+5
*
proto: Relay circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
2
-2
/
+11
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
2
-2
/
+2
*
proto: Move RelayCircChanMsg into relay module
David Goulet
2025-12-10
2
-2
/
+2
*
proto: Remove incorrect padding logic
Gabriela Moldovan
2025-12-02
1
-18
/
+5
*
proto: Add TODO about our TRUNCATE plans
Gabriela Moldovan
2025-12-02
1
-0
/
+5
*
proto: Move EXTEND handling to catch-all error
Gabriela Moldovan
2025-12-02
1
-6
/
+0
*
proto: Explain why we have the backward sink readiness check
Gabriela Moldovan
2025-12-02
1
-4
/
+26
*
proto: Resolve some clippy warnings, remove allows
Gabriela Moldovan
2025-11-24
1
-3
/
+1
*
proto: Reword a nonsensical TODO
Gabriela Moldovan
2025-11-24
1
-3
/
+15
*
proto: Fix a number of newly broken doc links
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Deduplicate msg_streamid()
Gabriela Moldovan
2025-11-24
1
-20
/
+2
*
proto: Start handling incoming stream requests
Gabriela Moldovan
2025-11-24
2
-15
/
+541
*
proto: Pass all the padding-related objects to the relay reactors
Gabriela Moldovan
2025-11-24
2
-2
/
+16
*
proto: Make send_msg_to_client() take an AnyRelayMsgOuter
Gabriela Moldovan
2025-11-24
1
-4
/
+5
*
proto: Rename RelayReactor to Reactor
Gabriela Moldovan
2025-11-24
2
-8
/
+8
*
proto: Make the forward -> backward reactor chan bounded
Gabriela Moldovan
2025-11-24
2
-4
/
+4
*
proto: Let cell_rx carry more than just stream data
Gabriela Moldovan
2025-11-24
2
-21
/
+46
*
proto: Give RelayReactor and BackwardReactor a Runtime
Gabriela Moldovan
2025-11-24
1
-1
/
+6
[next]