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
*
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-20
/
+20
*
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2026-03-02
1
-4
/
+4
*
Merge branch 'relay-channel-fixes' into 'main'
David Goulet
2026-02-26
3
-5
/
+4
|
\
|
*
proto: Remove/fix some very minor TODO(relay)
David Goulet
2026-02-26
2
-5
/
+0
|
*
proto: Add 'CreateFast/CreatedFast' to relay message filter
Steven Engler
2026-02-26
1
-0
/
+4
*
|
proto: The AUTHENTICATE cell requires the SHA256 RSA identity digest
David Goulet
2026-02-26
2
-27
/
+36
|
/
*
proto: Implement the build_certs_cell() helper
David Goulet
2026-02-25
3
-27
/
+13
*
chanmgr: Use CircIdRange::Low for relay channels
David Goulet
2026-02-25
1
-1
/
+5
*
tor-proto: improve debug tracing message
Steven Engler
2026-02-24
1
-2
/
+2
*
tor-proto: split field into two fields
Steven Engler
2026-02-24
2
-7
/
+11
*
tor-proto: remove unnecessary `Option`s
Steven Engler
2026-02-24
2
-26
/
+10
*
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
1
-2
/
+12
*
proto: Modify RelayIdentities to have encodable cert
David Goulet
2026-02-23
1
-13
/
+16
*
proto: Filter the IP address in the channel's OwnedChanTarget
David Goulet
2026-02-19
1
-23
/
+35
*
proto: Reuse the RelayIds builder during the handshake
David Goulet
2026-02-19
1
-18
/
+11
*
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
7
-68
/
+35
*
proto: Use constructor for PeerInfo instead of Builder
David Goulet
2026-02-19
2
-18
/
+16
*
proto: Remove Default of PeerInfo/Addr and use const instead
David Goulet
2026-02-19
4
-31
/
+41
*
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
[next]