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
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: Pass an IncomingStreamRequestFilter factory to the create handler
Gabriela Moldovan
2026-06-29
1
-3
/
+42
*
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
2
-52
/
+122
*
proto: Support passing a stream request filter to the reactor
Gabriela Moldovan
2026-06-29
2
-3
/
+36
*
tor-proto: add some comments about handshake server arguments
Steven Engler
2026-06-25
1
-0
/
+5
*
tor-proto: implement the ntor (non-v3) handshake
Steven Engler
2026-06-24
1
-5
/
+65
*
tor-proto: update a comment in `CreateRequestHandler`
Steven Engler
2026-06-24
1
-4
/
+2
*
tor-proto: move `RelayLayer` split into helper
Steven Engler
2026-06-24
1
-4
/
+21
*
tor-proto: prepare for ntor handshakes
Steven Engler
2026-06-24
1
-9
/
+34
*
tor-proto: pass correct chan msg cmd to `decrypt_outbound()`
Steven Engler
2026-06-24
1
-5
/
+7
*
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
*
tor-proto: circ handshake now always uses NONE destroy reason
Steven Engler
2026-06-12
1
-15
/
+5
*
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
2
-2
/
+3
|
\
|
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
1
-1
/
+1
|
*
proto: Replace CircuitRx{Sender,Receiver} with new channel type
Gabriela Moldovan
2026-06-08
1
-0
/
+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: Fix inverted cert sig and AUTHENTICATE compare
David Goulet
2026-06-02
1
-4
/
+1
*
proto: Remove TODOs about flushing pending data
Gabriela Moldovan
2026-05-26
2
-8
/
+0
*
proto: Remove unused async
Gabriela Moldovan
2026-05-20
1
-3
/
+2
*
proto: Make TRUNCATE trigger a proto violation
Gabriela Moldovan
2026-05-20
2
-5
/
+25
*
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 a comment clarifying why we don't need to propagate DESTROY
Gabriela Moldovan
2026-05-20
1
-0
/
+7
*
proto: Adjust DESTROY-related logs in the backward reactor
Gabriela Moldovan
2026-05-20
1
-2
/
+6
*
proto: Pass the cell by reference to resolve a warning
Gabriela Moldovan
2026-05-20
1
-3
/
+2
*
proto: Log a message when a forward DESTROY comes along
Gabriela Moldovan
2026-05-20
1
-3
/
+15
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
2
-2
/
+2
*
proto: Wrap PeerInfo in Arc<>
Gabriela Moldovan
2026-04-23
2
-4
/
+4
*
proto: Avoid collecting the chan identities in RelayIdSet
Gabriela Moldovan
2026-04-23
1
-10
/
+2
*
proto: Use PeerInfo in the extend handler
Gabriela Moldovan
2026-04-23
2
-3
/
+4
*
proto: Add test ensuring we won't extend to the previous hop
Gabriela Moldovan
2026-04-23
1
-1
/
+43
*
proto: Reject EXTEND2 targeting the previous hop in the circuit
Gabriela Moldovan
2026-04-23
1
-1
/
+13
*
proto: Give the ExtendRequestHandler a copy of the inbound peer info
Gabriela Moldovan
2026-04-23
3
-1
/
+8
*
proto: Fix broken doc link in extend handler
Gabriela Moldovan
2026-04-23
1
-1
/
+3
*
proto: Extract EXTEND2 handling into a new module
Gabriela Moldovan
2026-04-23
2
-200
/
+254
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
1
-14
/
+4
*
relay: Use the new RelayNtorKeys for the create handler
David Goulet
2026-04-21
1
-9
/
+5
*
Merge branch 'rm-var-suffix' into 'main'
David Goulet
2026-04-20
1
-4
/
+4
|
\
[next]