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: Remove TODOs about flushing pending data
Gabriela Moldovan
2026-05-26
2
-8
/
+0
*
proto: Remove unused async
Gabriela Moldovan
2026-05-20
1
-3
/
+2
*
proto: Make TRUNCATE trigger a proto violation
Gabriela Moldovan
2026-05-20
2
-5
/
+25
*
proto: Add some tests for DESTROY handling
Gabriela Moldovan
2026-05-20
1
-1
/
+60
*
proto: Make do_create2_handshake() check EXTENDED2 was sent
Gabriela Moldovan
2026-05-20
1
-1
/
+19
*
proto: Extend helper to check that DESTROY was sent in both directions
Gabriela Moldovan
2026-05-20
1
-7
/
+21
*
proto: Rename a test helper and adjust its docs
Gabriela Moldovan
2026-05-20
1
-7
/
+6
*
proto: Return the CircId from test handshake helper
Gabriela Moldovan
2026-05-20
1
-2
/
+4
*
proto: Add test helper for sending AnyChanMsgs
Gabriela Moldovan
2026-05-20
1
-0
/
+5
*
proto: Add a comment clarifying why we don't need to propagate DESTROY
Gabriela Moldovan
2026-05-20
1
-0
/
+7
*
proto: Adjust DESTROY-related logs in the backward reactor
Gabriela Moldovan
2026-05-20
1
-2
/
+6
*
proto: Pass the cell by reference to resolve a warning
Gabriela Moldovan
2026-05-20
1
-3
/
+2
*
proto: Log a message when a forward DESTROY comes along
Gabriela Moldovan
2026-05-20
1
-3
/
+15
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
2
-2
/
+2
*
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
[next]