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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
proto: Fix clippy errors
David Goulet
2026-02-19
1
-3
/
+1
*
proto: Put a PeerInfo in Channel
David Goulet
2026-02-19
3
-3
/
+40
*
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
8
-69
/
+76
*
proto: Add PeerInfo and PeerAddr in src/peer.rs
David Goulet
2026-02-19
3
-0
/
+163
*
proto: Remove unused ChannelBuilder
David Goulet
2026-02-19
2
-77
/
+4
*
Merge branch 'circ-sync-view-streams' into 'main'
gabi-250
2026-02-16
10
-117
/
+45
|
\
|
*
proto: Remove unfinished sentence from docs
Gabriela Moldovan
2026-02-16
1
-2
/
+0
|
*
proto: Update IncomingStreamRequestFilter docs
Gabriela Moldovan
2026-02-16
1
-2
/
+3
|
*
proto: Rename CircSyncView to CircHopSyncView (fmt)
Gabriela Moldovan
2026-02-16
1
-1
/
+1
|
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
7
-23
/
+15
|
*
proto: Remove unused n_open_streams() functions
Gabriela Moldovan
2026-02-16
1
-17
/
+0
|
*
proto: Use CircSyncView in the new circuit reactor
Gabriela Moldovan
2026-02-16
1
-13
/
+7
|
*
proto: Replace circuit-scoped n_open_streams() with per-hop alternative
Gabriela Moldovan
2026-02-16
2
-9
/
+16
|
*
proto: Replace CircSyncView with previously client-only CircSyncView
Gabriela Moldovan
2026-02-16
5
-72
/
+23
|
*
proto: Adjust visibility in client::reactor::CircSyncView
Gabriela Moldovan
2026-02-16
1
-3
/
+3
|
*
proto: Use absolute path in CircHopList import
Gabriela Moldovan
2026-02-16
1
-1
/
+1
|
*
proto: Rename ClientCircSyncView to CircSyncView
Gabriela Moldovan
2026-02-16
4
-10
/
+7
|
*
proto: Add an accessor for the CircHopOutbound of a CircHop
Gabriela Moldovan
2026-02-16
1
-0
/
+5
*
|
Merge branch 'msrv-1.89' into 'main'
Nick Mathewson
2026-02-16
5
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
proto: Use is_multiple_of() as suggested by clippy
Gabriela Moldovan
2026-02-16
3
-3
/
+3
|
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
|
*
Bump MSRV from 1.86 to 1.89
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
|
Merge branch 'relay-own-cert' into 'main'
David Goulet
2026-02-16
3
-6
/
+20
|
\
\
|
|
/
|
/
|
|
*
relay: Pass our TLS cert to the responder verify process
David Goulet
2026-02-12
3
-6
/
+20
*
|
Merge branch 'early-relay' into 'main'
gabi-250
2026-02-12
8
-133
/
+154
|
\
\
|
|
/
|
/
|
|
*
Revert "proto: Add a new ToRelayMsg util"
Gabriela Moldovan
2026-02-12
7
-57
/
+2
|
*
proto: Remove unused function in relay FWD reactor
Gabriela Moldovan
2026-02-12
1
-7
/
+1
|
*
proto: Move decode_relay_cell() out of ForwardHandler
Gabriela Moldovan
2026-02-12
2
-43
/
+36
|
*
proto: Forbid EXTEND2 from RELAY cells
Gabriela Moldovan
2026-02-12
2
-2
/
+11
|
*
proto: Pass the early flag to handle_relay_msg() (fmt)
Gabriela Moldovan
2026-02-12
1
-1
/
+3
|
*
proto: Pass the early flag to handle_relay_msg()
Gabriela Moldovan
2026-02-12
1
-3
/
+5
|
*
proto: Return a protocol error if we get too many RELAY_EARLY
Gabriela Moldovan
2026-02-12
1
-1
/
+20
|
*
proto: Overhaul forward cell handling
Gabriela Moldovan
2026-02-12
2
-21
/
+74
|
*
proto: Give handle_forward_cell() a handle to the hopmgr
Gabriela Moldovan
2026-02-12
2
-4
/
+11
|
*
proto: Pass *all* cells to handle_forward_cell()
Gabriela Moldovan
2026-02-12
1
-6
/
+3
*
|
Merge branch 'channel-canonical' into 'main'
David Goulet
2026-02-12
8
-47
/
+173
|
\
\
|
|
/
|
/
|
|
*
proto: Client channel need to consider PT for the target
David Goulet
2026-02-12
1
-6
/
+21
|
*
chan: Use Canonicity when choosing a channel
David Goulet
2026-02-12
1
-3
/
+10
|
*
proto: Enforce that channel method as unique SocketAddr
David Goulet
2026-02-12
3
-28
/
+15
|
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
8
-32
/
+99
|
*
proto: Implement a Canonicity struct
David Goulet
2026-02-12
1
-1
/
+51
*
|
proto: Return internal error on TRUNCATE
Gabriela Moldovan
2026-02-12
1
-1
/
+1
|
/
*
proto: Add big TODO about flushing
Gabriela Moldovan
2026-02-11
1
-0
/
+13
*
proto: Implement validate_backward_cell() for relays
Gabriela Moldovan
2026-02-11
1
-3
/
+34
*
proto: Start forwarding cells in the backward reactor
Gabriela Moldovan
2026-02-11
1
-4
/
+11
*
proto: Extend BWD handler with a backward cell handling function
Gabriela Moldovan
2026-02-11
2
-1
/
+26
*
relay: Fix tor-chanmgr and tor-proto cargo features
David Goulet
2026-02-09
1
-2
/
+2
*
proto: Relay responder channel allow to be non_exhaustive
David Goulet
2026-02-09
1
-1
/
+1
*
proto: Add x509 tor-cert feature
David Goulet
2026-02-09
1
-1
/
+1
*
proto: Publicly re-export MaybeVerifiableRelayResponderChannel
David Goulet
2026-02-09
3
-0
/
+5
[prev]
[next]