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
...
*
|
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
9
-92
/
+169
|
\
|
*
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
2
-7
/
+6
|
*
proto: Improve channel trait comments
David Goulet
2026-01-13
1
-0
/
+7
|
*
proto: Add semver.md for breaking changes
David Goulet
2026-01-13
1
-0
/
+3
|
*
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
6
-93
/
+107
|
*
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
|
*
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
6
-62
/
+47
|
*
proto: Give IncomingStreamRequestHandler a HopNum
Gabriela Moldovan
2026-01-12
2
-1
/
+6
*
|
Merge branch 'streammap-docs' into 'main'
gabi-250
2026-01-13
1
-1
/
+1
|
\
\
|
*
|
proto: Update outdated reference to rxs in StreamMap docs
Gabriela Moldovan
2026-01-12
1
-1
/
+1
|
|
/
*
/
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-20
/
+20
|
/
*
proto: Add an immediate order for client CircuitEvent ordering
David Goulet
2025-12-10
1
-4
/
+7
*
proto: Rename CircuitAction and cie to CircuitEvent
David Goulet
2025-12-10
2
-75
/
+67
*
proto: #[macro_use] be gone!
Gabriela Moldovan
2025-12-10
4
-2
/
+4
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
3
-11
/
+12
*
proto: Add TODO in client reactor for bad cell
David Goulet
2025-12-10
1
-0
/
+6
[prev]
[next]