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: Move comment to the right place
David Goulet
2026-08-03
1
-3
/
+3
*
proto: Add {backward|forward} prefix to circ_id in logs
David Goulet
2026-08-03
3
-6
/
+6
*
proto: Rename uniq_id to circ_unique_id mostly in logging
David Goulet
2026-08-03
4
-9
/
+9
*
proto: Log both UniqId and CircId when possible
David Goulet
2026-08-03
4
-17
/
+43
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
1
-2
/
+2
*
Merge branch 'mock-net' into 'main'
David Goulet
2026-07-30
1
-20
/
+43
|
\
|
*
tor-proto: reuse existing channels in ntor test
Steven Engler
2026-07-30
1
-8
/
+5
|
*
tor-proto: extend circ handshake tests to close the circuit
Steven Engler
2026-07-30
1
-2
/
+28
|
*
tor-proto: rename some methods on test `ConnInspector`
Steven Engler
2026-07-30
1
-6
/
+6
|
*
tor-proto: reword some TODOs
Steven Engler
2026-07-30
1
-2
/
+2
|
*
tor-proto: don't drop stream rx in tests
Steven Engler
2026-07-30
1
-3
/
+3
*
|
Merge branch 'create-fast' into 'main'
opara
2026-07-30
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
tor-proto: use `subprotocol_restricted_set` macro
Steven Engler
2026-07-30
1
-3
/
+2
*
|
tor-proto: add unit tests for some circuit handshakes
Steven Engler
2026-07-29
1
-0
/
+130
*
|
tor-proto: add test-only `NoOpChannelProvider`
Steven Engler
2026-07-29
1
-0
/
+22
*
|
tor-proto: build crypt state after building hop settings
Steven Engler
2026-07-27
1
-10
/
+10
*
|
tor-proto: move where we split 'crypt' in CREATE_FAST handshake
Steven Engler
2026-07-27
1
-2
/
+2
*
|
tor-proto: add some log messages after circuit handshake
Steven Engler
2026-07-27
1
-0
/
+5
|
/
*
tor-proto: add `HandshakeSubprotocols`
Steven Engler
2026-07-27
1
-3
/
+9
*
tor-proto: remove `CircNetParameters::extend_by_ed25519_id`
Steven Engler
2026-07-27
1
-3
/
+0
*
tor-proto: add `HopSettings::from_handshake_params()`
Steven Engler
2026-07-27
1
-70
/
+24
*
proto: Remove misleading comment about CircuitIncomingStreamReceiver
Gabriela Moldovan
2026-07-22
1
-3
/
+0
*
proto: Update CreateRequestHandler::new() docs
Gabriela Moldovan
2026-07-22
1
-1
/
+2
*
proto: Reword CircuitIncomingStreamReceiver docs for clarity
Gabriela Moldovan
2026-07-22
1
-1
/
+2
*
proto: Return the incoming streams from the create handler (fmt)
Gabriela Moldovan
2026-07-22
1
-8
/
+10
*
proto: Return the incoming streams from the create handler
Gabriela Moldovan
2026-07-22
1
-9
/
+56
*
proto: Add newtype wrapper for incoming stream receiver
Gabriela Moldovan
2026-07-22
1
-0
/
+41
*
proto: Re-enable IncomingCmdChecker test (fmt)
Gabriela Moldovan
2026-07-01
1
-2
/
+6
*
proto: Re-enable IncomingCmdChecker test
Gabriela Moldovan
2026-07-01
1
-14
/
+7
*
proto: Add test for the incoming stream cmd allow list
Gabriela Moldovan
2026-06-30
1
-0
/
+48
*
proto: Update tests to pass the incoming cmd allow list to the reactor (fmt)
Gabriela Moldovan
2026-06-30
1
-12
/
+21
*
proto: Update tests to pass the incoming cmd allow list to the reactor
Gabriela Moldovan
2026-06-30
1
-10
/
+12
*
proto: Pass the allowed incoming commands to the relay reactor
Gabriela Moldovan
2026-06-30
2
-1
/
+3
*
proto: Pass the allowed incoming commands to CreateRequestHandler
Gabriela Moldovan
2026-06-30
1
-0
/
+11
*
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
[next]