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: Remove confusing blurb about IncomingStream handling
Gabriela Moldovan
2026-06-29
1
-3
/
+5
*
proto: Clarify wording in relay reactor constructor
Gabriela Moldovan
2026-06-29
1
-1
/
+5
*
proto: Say why INCOMING_BUFFER is set to STREAM_READER_BUFFER
Gabriela Moldovan
2026-06-29
1
-0
/
+5
*
proto: Return IncomingStreams stream from relay reactor constructor (fmt)
Gabriela Moldovan
2026-06-29
1
-4
/
+4
*
proto: Return IncomingStreams stream from relay reactor constructor
Gabriela Moldovan
2026-06-29
1
-50
/
+117
*
proto: Support passing a stream request filter to the reactor
Gabriela Moldovan
2026-06-29
1
-3
/
+33
*
proto: Make the new reject_stream() test check the END cell too
Gabriela Moldovan
2026-06-23
1
-1
/
+5
*
proto: Factor helper macro out of test function
Gabriela Moldovan
2026-06-23
1
-17
/
+17
*
proto: Refactor test macro to not rely on function context
Gabriela Moldovan
2026-06-23
1
-6
/
+7
*
proto: Add a test for rejecting an incoming stream in the relay reactor
Gabriela Moldovan
2026-06-23
1
-0
/
+40
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Merge branch 'destroy-cell3' into 'main'
gabi-250
2026-06-08
1
-2
/
+2
|
\
|
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
1
-1
/
+1
|
*
proto: Remove now-unused import
Gabriela Moldovan
2026-06-08
1
-1
/
+1
*
|
proto: Enable the relay exit stream test
Gabriela Moldovan
2026-06-08
1
-1
/
+0
|
/
*
proto: Make TRUNCATE trigger a proto violation
Gabriela Moldovan
2026-05-20
1
-0
/
+20
*
proto: Add some tests for DESTROY handling
Gabriela Moldovan
2026-05-20
1
-1
/
+60
*
proto: Make do_create2_handshake() check EXTENDED2 was sent
Gabriela Moldovan
2026-05-20
1
-1
/
+19
*
proto: Extend helper to check that DESTROY was sent in both directions
Gabriela Moldovan
2026-05-20
1
-7
/
+21
*
proto: Rename a test helper and adjust its docs
Gabriela Moldovan
2026-05-20
1
-7
/
+6
*
proto: Return the CircId from test handshake helper
Gabriela Moldovan
2026-05-20
1
-2
/
+4
*
proto: Add test helper for sending AnyChanMsgs
Gabriela Moldovan
2026-05-20
1
-0
/
+5
*
proto: Add test ensuring we won't extend to the previous hop
Gabriela Moldovan
2026-04-23
1
-1
/
+43
*
proto: Give the ExtendRequestHandler a copy of the inbound peer info
Gabriela Moldovan
2026-04-23
1
-0
/
+1
*
proto: Remove dummy suffixes from variable name
Gabriela Moldovan
2026-04-20
1
-4
/
+4
*
proto: Move DummyChan/DummyChanProvider to relay channel.rs
David Goulet
2026-04-14
1
-62
/
+3
*
proto: Use the inbound CircuitAccount when extending circuit (fmt)
Gabriela Moldovan
2026-03-26
1
-1
/
+7
*
proto: Use the inbound CircuitAccount when extending circuit
Gabriela Moldovan
2026-03-26
1
-1
/
+1
*
proto: Forward unrecognized RELAY_EARLY as RELAY_EARLY
Gabriela Moldovan
2026-03-25
1
-2
/
+0
*
proto: Add tests for the relay circuit reactor
Gabriela Moldovan
2026-03-25
1
-0
/
+536
*
proto: Replace fully-qualified path with import alias
Gabriela Moldovan
2026-03-25
1
-1
/
+1
*
tor-proto: change `dyn ChannelProvider` to also be `Sync`
Steven Engler
2026-03-24
1
-1
/
+1
*
tor-proto: change relay circ reactor `new()` to `pub(crate)`
Steven Engler
2026-03-24
1
-1
/
+1
*
proto: Remove now-unused TimeoutEstimator argument
Gabriela Moldovan
2026-03-19
1
-2
/
+0
*
proto: Replace TimeoutEstimator with opaque handler
Gabriela Moldovan
2026-03-19
1
-1
/
+1
*
proto: Implement StreamHandler for relays
Gabriela Moldovan
2026-03-19
1
-1
/
+29
*
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
[next]