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
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Update create handler tests to no longer expect DESTROY
Gabriela Moldovan
8 days
1
-18
/
+6
*
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
*
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: 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: Pass the allowed incoming commands to the relay reactor
Gabriela Moldovan
2026-06-30
1
-0
/
+1
*
proto: Pass the allowed incoming commands to CreateRequestHandler
Gabriela Moldovan
2026-06-30
1
-0
/
+11
*
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
Gabriela Moldovan
2026-06-29
1
-2
/
+5
*
proto: Support passing a stream request filter to the reactor
Gabriela Moldovan
2026-06-29
1
-0
/
+3
*
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: circ handshake now always uses NONE destroy reason
Steven Engler
2026-06-12
1
-15
/
+5
*
proto: Replace CircuitRx{Sender,Receiver} with new channel type
Gabriela Moldovan
2026-06-08
1
-0
/
+1
*
proto: Fix inverted cert sig and AUTHENTICATE compare
David Goulet
2026-06-02
1
-4
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
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
*
tor-proto: give our rsa ident to the channel reactor
Steven Engler
2026-04-16
4
-3
/
+21
*
proto: Add a test helper function for building a CircNetParameters
David Goulet
2026-04-14
1
-0
/
+14
*
proto: Add channel relay handshake unit tests
David Goulet
2026-04-14
1
-0
/
+6
*
tor-proto: give our ed ident to the channel reactor
Steven Engler
2026-04-09
4
-1
/
+31
*
proto: Apply deferred rustfmt
Gabriela Moldovan
2026-04-09
1
-1
/
+1
*
proto: Add method for installing ntor keys in the create handler
Gabriela Moldovan
2026-04-09
1
-2
/
+27
*
arti-relays: Pass a CreateRequestHandler to the crypto task
Gabriela Moldovan
2026-04-09
1
-0
/
+1
[next]