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: 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
|
\
|
*
proto: Remove dummy suffixes from variable name
Gabriela Moldovan
2026-04-20
1
-4
/
+4
*
|
proto: Remove unnecessary clippy allow
Gabriela Moldovan
2026-04-20
1
-2
/
+0
*
|
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: Move DummyChan/DummyChanProvider to relay channel.rs
David Goulet
2026-04-14
2
-64
/
+77
*
proto: Remove re-export of MsgBuf in unit tests
David Goulet
2026-04-14
1
-1
/
+1
*
proto: Add channel relay handshake unit tests
David Goulet
2026-04-14
2
-0
/
+162
*
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
*
relay: Pass advertise SocketAddr to channel builder instead of IpAddr
David Goulet
2026-04-09
2
-8
/
+8
*
Merge branch 'create-fast' into 'main'
gabi-250
2026-04-09
1
-55
/
+70
|
\
|
*
tor-proto: take `CreateRequest` message by reference
Steven Engler
2026-04-08
1
-5
/
+4
|
*
tor-proto: move a TODO
Steven Engler
2026-04-08
1
-2
/
+1
|
*
tor-proto: remove old TODO
Steven Engler
2026-04-08
1
-4
/
+1
|
*
tor-proto: rustfmt
Steven Engler
2026-04-08
1
-6
/
+3
|
*
tor-proto: move CREATE_FAST handling
Steven Engler
2026-04-08
1
-45
/
+43
|
*
tor-proto: prepare to move CREATE_FAST handling to a helper
Steven Engler
2026-04-08
1
-8
/
+34
|
*
tor-proto: remove old TODO
Steven Engler
2026-04-08
1
-1
/
+0
*
|
proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOG
David Goulet
2026-04-08
2
-12
/
+6
*
|
proto: Add ClogDigest and SlogDigest types
David Goulet
2026-04-08
4
-21
/
+28
|
/
*
tor-proto: replace use of `ChannelDirection` with `CircIdRange`
Steven Engler
2026-04-08
2
-5
/
+7
*
tor-{proto,chanmgr}: change how channels accept a CREATE* handler
Steven Engler
2026-04-08
4
-5
/
+54
*
tor-proto: simplify error handling in `CreateRequestHandler::handle_create()`
Steven Engler
2026-04-08
1
-71
/
+85
*
tor-proto: add `CreateRequestHandler`
Steven Engler
2026-04-08
2
-0
/
+341
*
tor-proto: change channel to use `Runtime`
Steven Engler
2026-04-08
2
-5
/
+14
*
proto: Add debug_assert_eq() when building Authenticate
David Goulet
2026-03-30
1
-0
/
+4
*
cell: Add Authenticate::BODY_LEN as a public const
David Goulet
2026-03-30
1
-2
/
+1
*
proto: Import read_msg() instead of refering to it
David Goulet
2026-03-30
1
-19
/
+4
*
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
4
-47
/
+63
*
proto: Remove noop function for initiator channel
David Goulet
2026-03-30
1
-12
/
+1
*
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
4
-40
/
+45
*
proto: Transform inner into verified after verification
David Goulet
2026-03-30
2
-20
/
+17
*
proto: Add documentation for the channel verify()
David Goulet
2026-03-30
1
-1
/
+16
*
proto: Remove duplicate use of read_msg() helper
David Goulet
2026-03-30
1
-45
/
+21
*
proto: Set a hardcoded number into a const
David Goulet
2026-03-30
1
-2
/
+3
*
proto: Fix a set of comments
David Goulet
2026-03-30
3
-7
/
+6
*
proto: Add AuthLogAction enum helper
David Goulet
2026-03-30
1
-5
/
+4
[next]