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: Check the AUTHENTICATE auth type that we support it
David Goulet
2026-03-19
3
-1
/
+19
*
|
chanmgr: Clarify the use of no identity ChanTarget
David Goulet
2026-03-19
1
-3
/
+4
*
|
tor-proto: fix the relay responder's CLOG/SLOG digests
Steven Engler
2026-03-19
2
-20
/
+37
*
|
tor-proto: fix the relay initiator's SLOG digest
Steven Engler
2026-03-19
4
-13
/
+47
*
|
tor-proto: get SLOG/CLOG outside of `ChannelAuthenticationData`
Steven Engler
2026-03-19
3
-10
/
+24
*
|
tor-proto: improve chan send/recv-log error messages
Steven Engler
2026-03-19
1
-2
/
+6
*
|
tor-proto: build AUTHENTICATE after sending CERTS
Steven Engler
2026-03-19
1
-15
/
+22
*
|
cell: Simplify the Authenticate API
David Goulet
2026-03-19
1
-5
/
+8
*
|
proto: Fix AUTHENTICATE equality check and signature check
David Goulet
2026-03-19
1
-2
/
+2
*
|
proto: Set the link protocol outside the recv VERSIONS helper
David Goulet
2026-03-19
3
-17
/
+25
*
|
proto: Fix unit tests
David Goulet
2026-03-19
1
-7
/
+17
*
|
proto: Improve logging in channel handshake
David Goulet
2026-03-19
1
-2
/
+2
*
|
proto: Responder channel properly validates the AUTHENTICATE cell
David Goulet
2026-03-19
2
-17
/
+39
*
|
proto: Add specialized build functions for ChannelAuthenticationData
David Goulet
2026-03-19
4
-67
/
+69
*
|
proto: New UnverifiedInitiatorChannel
David Goulet
2026-03-19
5
-174
/
+146
*
|
proto: Move cert validation per specialized channel
David Goulet
2026-03-19
5
-94
/
+153
*
|
proto: Add the verify_link_auth_cert() helper
David Goulet
2026-03-19
2
-2
/
+58
*
|
proto: Use RelayIds in a VerifiedChannel
David Goulet
2026-03-19
5
-64
/
+50
*
|
proto: Move into a helper function the TLS cert validation
David Goulet
2026-03-19
1
-28
/
+61
*
|
proto: Split relay identity checks from CERTS into its own function
David Goulet
2026-03-19
1
-90
/
+109
*
|
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
*
|
proto: Move criterion-cycles-per-byte to dev-dependencies
Nick Mathewson
2026-03-13
1
-1
/
+1
|
/
*
Merge branch 'upgrade-polyval' into 'main'
Nick Mathewson
2026-03-05
2
-3
/
+10
|
\
|
*
proto: Upgrade to latest polyval.
Nick Mathewson
2026-03-04
2
-3
/
+10
*
|
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
*
Merge branch 'slog-clog' into 'main'
opara
2026-03-03
2
-54
/
+84
|
\
|
*
tor-proto: rename 'SLOG'/'CLOG' and related code
Steven Engler
2026-03-02
2
-54
/
+84
*
|
Remove semver.md files post-release
Gabriela Moldovan
2026-03-03
1
-3
/
+0
*
|
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
|
/
[prev]
[next]