index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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: 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
*
proto: Don't poll PollAll unless we can write to chan
Gabriela Moldovan
2025-11-24
1
-14
/
+9
*
proto: Use CircuitCellSender in the backward reactor
Gabriela Moldovan
2025-11-24
1
-8
/
+14
*
proto: Return early if the cell is unrecognized
Gabriela Moldovan
2025-11-24
1
-11
/
+11
*
proto: Use CircHopInbound in the ForwardReactor (fmt)
Gabriela Moldovan
2025-11-17
2
-5
/
+3
*
proto: Use CircHopInbound in the ForwardReactor
Gabriela Moldovan
2025-11-17
1
-16
/
+8
*
proto: Use CircHopOutbound in BackwardReactor
Gabriela Moldovan
2025-11-17
1
-31
/
+15
*
proto: Move SendRelayCell to circhop (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+1
*
proto: Move CloseStreamBehavior to top-level stream module
Gabriela Moldovan
2025-11-14
1
-1
/
+2
*
proto: Handle control messages in RelayReactor
Gabriela Moldovan
2025-10-22
1
-28
/
+0
*
proto: Move the control channels to RelayReactor
Gabriela Moldovan
2025-10-22
1
-49
/
+6
*
proto: Fix broken doc links
Gabriela Moldovan
2025-10-21
1
-2
/
+3
*
proto: Prioritize shutdown over everything else
Gabriela Moldovan
2025-10-21
1
-8
/
+8
*
proto: Ensure RelayReactor shuts down the other reactors
Gabriela Moldovan
2025-10-21
2
-19
/
+35
*
proto: Add a TODO about splitting out fields out of BackwardReactor
Gabriela Moldovan
2025-10-21
1
-0
/
+9
*
proto: Move channel provider to ForwardReactor
Gabriela Moldovan
2025-10-21
2
-15
/
+15
*
proto: Remove no longer needed Mutex
Gabriela Moldovan
2025-10-21
1
-7
/
+5
*
proto: Remove stray words from docs
Gabriela Moldovan
2025-10-21
1
-1
/
+1
*
proto: Disambiguate "channel" and "stream"
Gabriela Moldovan
2025-10-21
2
-46
/
+46
*
proto: Fix docs post-renaming
Gabriela Moldovan
2025-10-21
1
-3
/
+3
*
proto: Replace select_biased! with PollAll
Gabriela Moldovan
2025-10-21
1
-32
/
+124
*
proto: Replace placeholder () with stream id and msg
Gabriela Moldovan
2025-10-21
2
-6
/
+6
*
proto: Replace inbound/outbound terminology
Gabriela Moldovan
2025-10-21
2
-42
/
+42
[prev]
[next]