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: Move padding_disposition() to the shared padding module
Gabriela Moldovan
2026-01-29
2
-54
/
+74
*
proto: Move CircPaddingDisposition to a new module
Gabriela Moldovan
2026-01-29
3
-13
/
+18
*
proto: Add a new ToRelayMsg util
Gabriela Moldovan
2026-01-29
4
-0
/
+51
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
6
-15
/
+23
*
Merge branch 'unused-async-lint' into 'main'
gabi-250
2026-01-28
3
-2
/
+7
|
\
|
*
proto: Add an exception for clippy::unused_async
Gabriela Moldovan
2026-01-27
1
-0
/
+1
|
*
proto: Add exceptions for clippy::unused async in relay reactor
Gabriela Moldovan
2026-01-27
1
-0
/
+3
|
*
proto: Remove unnecessary async in channel reactor
Gabriela Moldovan
2026-01-27
1
-2
/
+2
|
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
|
Merge branch 'kist-doc' into 'main'
Alexander Hansen Færøy
2026-01-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
clippy: Fix missing doc for non-Linux builds
Clara Engler
2026-01-27
1
-0
/
+1
*
|
Merge branch 'ticket_2304' into 'main'
Nick Mathewson
2026-01-27
1
-6
/
+4
|
\
\
|
|
/
|
/
|
|
*
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
2026-01-27
1
-1
/
+1
|
*
tor-proto: Report CircuitClosed on unexpected stream rx close
Nick Mathewson
2026-01-22
1
-6
/
+4
*
|
proto: Improve some comments in relay module
David Goulet
2026-01-22
2
-1
/
+8
*
|
proto: Enforce condition with type system
David Goulet
2026-01-22
1
-5
/
+6
*
|
proto: Fix the link auth handling from the AUTH_CHALLENGE
David Goulet
2026-01-22
1
-2
/
+3
*
|
proto: Add missing use for tests
David Goulet
2026-01-22
1
-1
/
+1
*
|
proto: Use the channel codec channel type
David Goulet
2026-01-22
6
-21
/
+68
*
|
proto: Improve comments on build_auth_data() about clog/slog
David Goulet
2026-01-22
1
-0
/
+4
*
|
proto: Remove Option<> around peer_ip for build_netinfo_cell()
David Goulet
2026-01-22
2
-4
/
+5
*
|
proto: Put rsa_id and rsa_cert_digest together
David Goulet
2026-01-22
2
-14
/
+13
*
|
proto: Avoid magic hardcoded value for LINK_AUTH
David Goulet
2026-01-22
2
-3
/
+3
*
|
proto: Enforce CERTS and AUTHENTICATE are always expected together
David Goulet
2026-01-22
1
-0
/
+6
*
|
proto: Remove async for VerifiableChannel::check()
David Goulet
2026-01-22
3
-6
/
+3
*
|
proto: Move cell sending out of check() and into finish()
David Goulet
2026-01-22
2
-37
/
+42
*
|
proto: Remove uneeded code in the unverified inner check()
David Goulet
2026-01-22
1
-25
/
+3
*
|
proto: Implement FinalizableChannel for an unverified relay channel
David Goulet
2026-01-22
2
-33
/
+128
*
|
proto: Send relay channel NETINFO in check()
David Goulet
2026-01-22
2
-19
/
+25
*
|
proto: Authenticate a relay channel
David Goulet
2026-01-22
3
-32
/
+76
*
|
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
3
-3
/
+6
*
|
proto: Add CertifiedConn to relay handshake
David Goulet
2026-01-22
2
-17
/
+17
*
|
proto: Add relay link signing kp to RelayIdentities
David Goulet
2026-01-22
1
-0
/
+5
*
|
proto: Add UnverifiedRelayChannel::build_auth_data()
David Goulet
2026-01-22
1
-37
/
+101
*
|
proto: Implement RelayResponderHandshake
David Goulet
2026-01-22
2
-2
/
+264
*
|
proto: Add helper to build NETINFO cell
David Goulet
2026-01-22
1
-13
/
+25
*
|
proto: Add a helper function to build CERTS cell
David Goulet
2026-01-22
1
-1
/
+47
*
|
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
5
-21
/
+67
*
|
proto: Move relay channel related structs outside of handshake.rs
David Goulet
2026-01-22
2
-269
/
+272
|
/
*
Merge branch 'ticket1599_02' into 'main'
David Goulet
2026-01-13
7
-92
/
+164
|
\
|
*
proto: Fix comments documentation
David Goulet
2026-01-13
3
-4
/
+4
|
*
proto: Seal the VerifiableChannel and FinalizableChannel traits
David Goulet
2026-01-13
3
-2
/
+38
|
*
chanmgr: Spawn task for ChannelProvider impl of get_or_launch()
David Goulet
2026-01-13
1
-7
/
+5
|
*
proto: Improve channel trait comments
David Goulet
2026-01-13
1
-0
/
+7
|
*
proto: Add link_protocol() to VerifiableChannel trait
David Goulet
2026-01-13
3
-12
/
+16
|
*
chanmgr: Implement tor_proto::ChannelProvider for ChanMgr
David Goulet
2026-01-13
1
-2
/
+4
|
*
proto: Add traits for public channel views
David Goulet
2026-01-13
5
-93
/
+106
|
*
proto: Add clock_skew() helper to relay unverified channel
David Goulet
2026-01-13
1
-1
/
+13
*
|
Merge branch 'dedupe-handler' into 'main'
gabi-250
2026-01-13
6
-58
/
+48
|
\
\
|
|
/
|
/
|
|
*
proto: Fix docs post-refactoring
Gabriela Moldovan
2026-01-13
1
-2
/
+2
[prev]
[next]