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
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Apply deferred rustfmt
Gabriela Moldovan
2026-04-23
1
-5
/
+2
*
proto: Build the PeerInfo from the dummy target in the tests
Gabriela Moldovan
2026-04-23
1
-5
/
+14
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-7
/
+5
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
1
-0
/
+16
*
tor-proto: give our rsa ident to the channel reactor
Steven Engler
2026-04-16
1
-1
/
+5
*
proto: Remove unused imports in unit tests
David Goulet
2026-04-14
1
-1
/
+1
*
proto: Fix relay unit tests with new CreateRequestHandler
David Goulet
2026-04-14
1
-1
/
+13
*
proto: Add channel relay handshake unit tests
David Goulet
2026-04-14
1
-4
/
+268
*
proto: Move test certs module at the top
David Goulet
2026-04-14
1
-31
/
+31
*
proto: Move channel client handshake tests into client module
David Goulet
2026-04-14
1
-218
/
+10
*
tor-proto: small comment improvement
Steven Engler
2026-04-09
1
-1
/
+2
*
tor-proto: replace a tuple with a dedicated struct
Steven Engler
2026-04-09
1
-13
/
+23
*
tor-proto: give our ed ident to the channel reactor
Steven Engler
2026-04-09
1
-2
/
+7
*
Merge branch 'create-fast' into 'main'
gabi-250
2026-04-09
1
-1
/
+1
|
\
|
*
tor-proto: take `CreateRequest` message by reference
Steven Engler
2026-04-08
1
-1
/
+1
*
|
proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOG
David Goulet
2026-04-08
2
-24
/
+21
*
|
proto: Add ClogDigest and SlogDigest types
David Goulet
2026-04-08
2
-16
/
+51
|
/
*
tor-proto: replace use of `ChannelDirection` with `CircIdRange`
Steven Engler
2026-04-08
1
-1
/
+1
*
Revert "tor-proto: change `CreateResponse` to `restricted_msg!`"
Steven Engler
2026-04-08
1
-13
/
+2
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
2
-28
/
+14
*
tor-proto: rename `CircIdRange::is_allowed_by_peer()` to `is_allowed_for_peer()`
Steven Engler
2026-04-08
1
-2
/
+2
*
tor-proto: remove TODO about `UniqId` overflow
Steven Engler
2026-04-08
1
-2
/
+2
*
tor-proto: handle incoming RELAY_EARLY messages
Steven Engler
2026-04-08
1
-2
/
+10
*
tor-proto: add `Channel::set_create_request_handler()`
Steven Engler
2026-04-08
1
-0
/
+21
*
tor-proto: add `CreateRequestHandler`
Steven Engler
2026-04-08
1
-0
/
+99
*
tor-proto: change `CreateResponse` to `restricted_msg!`
Steven Engler
2026-04-08
1
-2
/
+13
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
2
-10
/
+16
*
tor-proto: support relay circs in channel's `CircMap`
Steven Engler
2026-04-08
2
-11
/
+87
*
tor-proto: rename `CircEnt::Open` to `CircEnt::OpenOrigin`
Steven Engler
2026-04-08
2
-18
/
+20
*
tor-proto: add `CircIdRange::is_allowed_by_peer()`
Steven Engler
2026-03-31
1
-0
/
+8
*
tor-proto: add `CircIdRange::integer_range()`
Steven Engler
2026-03-31
1
-6
/
+15
*
proto: Improve check_relay_identities() documentation
David Goulet
2026-03-30
1
-3
/
+7
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
1
-74
/
+86
*
proto: Add documentation for the channel verify()
David Goulet
2026-03-30
1
-1
/
+15
*
proto: Remove duplicate use of read_msg() helper
David Goulet
2026-03-30
1
-37
/
+37
*
proto: Fix a set of comments
David Goulet
2026-03-30
1
-4
/
+4
*
proto: Add AuthLogAction enum helper
David Goulet
2026-03-30
1
-3
/
+22
*
proto: Add a type alias for SLOG/CLOG digest
David Goulet
2026-03-30
2
-10
/
+13
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
2
-6
/
+6
*
Fix typos
Tobias Stoeckmann
2026-03-24
3
-4
/
+4
*
proto: The relay signing key signs the auth cert
David Goulet
2026-03-19
1
-3
/
+3
*
tor-proto: fix the relay initiator's SLOG digest
Steven Engler
2026-03-19
1
-3
/
+23
*
tor-proto: improve chan send/recv-log error messages
Steven Engler
2026-03-19
1
-2
/
+6
*
proto: Set the link protocol outside the recv VERSIONS helper
David Goulet
2026-03-19
1
-3
/
+9
*
proto: Fix unit tests
David Goulet
2026-03-19
1
-7
/
+17
*
proto: Improve logging in channel handshake
David Goulet
2026-03-19
1
-2
/
+2
*
proto: Add specialized build functions for ChannelAuthenticationData
David Goulet
2026-03-19
1
-8
/
+1
*
proto: New UnverifiedInitiatorChannel
David Goulet
2026-03-19
1
-66
/
+109
*
proto: Move cert validation per specialized channel
David Goulet
2026-03-19
1
-81
/
+14
*
proto: Add the verify_link_auth_cert() helper
David Goulet
2026-03-19
1
-1
/
+57
[next]