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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
proto: Extract inline helpers into struct itself
David Goulet
2026-03-19
1
-40
/
+46
|
/
*
Merge branch 'circ-react-logs' into 'main'
David Goulet
2026-03-16
2
-2
/
+44
|
\
|
*
proto: Add more logging to the new circuit reactors
Gabriela Moldovan
2026-03-12
2
-2
/
+44
*
|
Fix grammar typos
Tobias Stoeckmann
2026-03-15
1
-2
/
+2
*
|
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
7
-8
/
+8
|
/
*
Merge branch 'upgrade-polyval' into 'main'
Nick Mathewson
2026-03-05
1
-2
/
+9
|
\
|
*
proto: Upgrade to latest polyval.
Nick Mathewson
2026-03-04
1
-2
/
+9
*
|
tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`
Steven Engler
2026-03-04
2
-2
/
+2
*
|
tor-proto: small code cleanup
Steven Engler
2026-03-03
2
-18
/
+6
*
|
tor-proto: improve error messages using `RestrictedMsg`
Steven Engler
2026-03-03
2
-35
/
+17
*
|
tor-proto: improve error messages during handshake
Steven Engler
2026-03-03
2
-5
/
+7
|
/
*
tor-proto: during handshake ensure circ id is 0
Steven Engler
2026-03-03
2
-4
/
+18
*
tor-proto: require cells from initiator to be ordered
Steven Engler
2026-03-03
1
-61
/
+112
*
tor-proto: require cells from responder to be ordered
Steven Engler
2026-03-03
2
-61
/
+97
*
tor-proto: make receiving AUTH_CHALLENGE non-optional
Steven Engler
2026-03-03
2
-8
/
+3
*
tor-proto: remove `is_expecting_auth_challenge()`
Steven Engler
2026-03-03
3
-14
/
+1
*
tor-proto: send an AUTH_CHALLENGE during tests
Steven Engler
2026-03-03
1
-0
/
+2
*
safelog: Rename MaybeSensitive::hidden/visible()
David Goulet
2026-03-03
6
-10
/
+14
*
linkspec: Implement a RelayIdsBuilder::from_relay_ids()
David Goulet
2026-03-03
1
-6
/
+2
*
proto: Channel handshake minor cleanup
David Goulet
2026-03-03
3
-11
/
+12
*
proto: Setup the channel PeerInfo in the specialized finish()
David Goulet
2026-03-03
6
-67
/
+73
*
proto: Make PeerInfo accessors pub(crate)
David Goulet
2026-03-03
1
-2
/
+8
*
proto: Implement Display for PeerAddr
David Goulet
2026-03-03
1
-1
/
+1
*
proto: Make channel PeerAddr sensitive
David Goulet
2026-03-03
5
-25
/
+33
*
tor-proto: rename 'SLOG'/'CLOG' and related code
Steven Engler
2026-03-02
2
-54
/
+84
*
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
2
-0
/
+161
*
proto: Remove unused ChannelBuilder
David Goulet
2026-02-19
1
-77
/
+3
*
Merge branch 'circ-sync-view-streams' into 'main'
gabi-250
2026-02-16
9
-117
/
+44
|
\
|
*
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
[prev]
[next]