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
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Extend test to check DESTROY is sent to the next hop
Gabriela Moldovan
8 days
1
-0
/
+16
*
proto: Move assert_cell_is_destroy macro out of helper function
Gabriela Moldovan
8 days
1
-15
/
+15
*
proto: Add comments explaining why the tests use DestroyDirection::Backward
Gabriela Moldovan
8 days
1
-2
/
+14
*
proto: Remove misleading comment and rename misnamed variable
Gabriela Moldovan
8 days
1
-3
/
+2
*
proto: Clarify what read_{inbound,outbound} are for
Gabriela Moldovan
8 days
1
-0
/
+14
*
proto: Update the tests to check DESTROY is only sent when needed
Gabriela Moldovan
8 days
1
-25
/
+72
*
proto: Allocate a real circ id in the circ reactor tests
Gabriela Moldovan
8 days
1
-13
/
+47
*
proto: Update create handler tests to no longer expect DESTROY
Gabriela Moldovan
8 days
1
-18
/
+6
*
proto: s/client/next hop in test comment
Gabriela Moldovan
8 days
1
-1
/
+1
*
proto: Remove redundant heading
Gabriela Moldovan
9 days
1
-2
/
+0
*
proto: Update table to mention all the other commands we handle
Gabriela Moldovan
9 days
1
-2
/
+8
*
proto: Be more specific about where the meta messages are handled
Gabriela Moldovan
9 days
1
-14
/
+15
*
proto: Say how forward DESTROY are handled
Gabriela Moldovan
9 days
1
-1
/
+2
*
proto: Clarify that "it" refers to the forward reactor
Gabriela Moldovan
9 days
1
-1
/
+2
*
proto: Update docs to clarify they apply to RELAY_EARLY too
Gabriela Moldovan
9 days
1
-3
/
+2
*
proto: Update docs to say EXTEND2 is supported
Gabriela Moldovan
9 days
1
-5
/
+2
*
proto: Update reactor docs to say TRUNCATE is unsupported
Gabriela Moldovan
9 days
1
-2
/
+3
*
tor-proto: make `CreateRequestHandler` methods async
Steven Engler
2026-08-12
1
-18
/
+26
*
tor-proto: use `CgoRelayCrypto`/`Tor1RelayCrypto` aliases
Steven Engler
2026-08-12
1
-8
/
+7
*
tor-proto: change `TryFrom<_> for HandshakeSubprotocols` to a dedicated const...
Steven Engler
2026-08-12
1
-1
/
+1
*
tor-proto: check the handshake type in the ntor test
Steven Engler
2026-08-12
1
-8
/
+12
*
tor-proto: implement the ntor-v3 handshake
Steven Engler
2026-08-12
1
-9
/
+199
*
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
[next]