index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
proto: Move CircPaddingDisposition to a new module
Gabriela Moldovan
2026-01-29
1
-13
/
+1
*
proto: Add a new ToRelayMsg util
Gabriela Moldovan
2026-01-29
1
-0
/
+13
*
proto: Move TimeoutEstimator to util
Gabriela Moldovan
2026-01-29
3
-14
/
+7
*
proto: Use the channel codec channel type
David Goulet
2026-01-22
1
-1
/
+0
*
proto: Remove async for VerifiableChannel::check()
David Goulet
2026-01-22
1
-2
/
+1
*
proto: Make VerifiableChannel::check() async
David Goulet
2026-01-22
1
-1
/
+2
*
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
1
-1
/
+1
*
Merge branch 'ticket1599_02' into 'main'
David Goulet
2026-01-13
2
-44
/
+37
|
\
|
*
proto: Seal the VerifiableChannel and FinalizableChannel traits
David Goulet
2026-01-13
1
-0
/
+14
|
*
proto: Add link_protocol() to VerifiableChannel trait
David Goulet
2026-01-13
1
-12
/
+6
|
*
proto: Add traits for public channel views
David Goulet
2026-01-13
2
-48
/
+33
*
|
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
3
-30
/
+13
|
/
*
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: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
2
-6
/
+7
*
proto: Add TODO in client reactor for bad cell
David Goulet
2025-12-10
1
-0
/
+6
*
proto: Make ClientCircChanMsg pub(super)
David Goulet
2025-12-10
1
-1
/
+1
*
proto: Move unit tests and minor fix
David Goulet
2025-12-10
1
-0
/
+20
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
4
-27
/
+32
*
proto: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
3
-5
/
+25
*
Merge branch 'fix-relay-compile' into 'main'
David Goulet
2025-12-09
1
-1
/
+1
|
\
|
*
proto: Fix relay/hs-service feature gating
Gabriela Moldovan
2025-12-08
1
-1
/
+1
*
|
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
3
-4
/
+0
|
/
*
proto: Add comment about create_firsthop_fast
Nick Mathewson
2025-12-03
1
-1
/
+2
*
Merge branch 'relay-streams2' into 'main'
David Goulet
2025-12-02
6
-566
/
+32
|
\
|
*
proto: Appropriately gate STREAM_READER_BUFFER to satisfy clippy
Gabriela Moldovan
2025-11-24
1
-1
/
+4
|
*
proto: Deduplicate msg_streamid()
Gabriela Moldovan
2025-11-24
1
-19
/
+1
|
*
proto: Remove crate-level STREAM_READER_BUFFER reexport
Gabriela Moldovan
2025-11-24
1
-2
/
+0
|
*
proto: Move a couple of stream-related constants to stream mod
Gabriela Moldovan
2025-11-24
2
-13
/
+2
|
*
proto: Add a Tunnel::Relay variant for StreamTarget
Gabriela Moldovan
2025-11-24
1
-5
/
+13
|
*
proto: Move raw under top-level stream mod
Gabriela Moldovan
2025-11-24
2
-170
/
+1
|
*
proto: Move StreamTarget to stream module
Gabriela Moldovan
2025-11-24
1
-1
/
+2
|
*
proto: Move StreamReqInfo to stream module
Gabriela Moldovan
2025-11-24
1
-50
/
+6
|
*
proto: Make the hop in StreamReqInfo optional
Gabriela Moldovan
2025-11-24
2
-5
/
+2
|
*
proto: Move IncomingStream* types to shared module
Gabriela Moldovan
2025-11-24
2
-304
/
+5
*
|
proto: Allow unstable_name_collisions in several places
Gabriela Moldovan
2025-12-01
2
-0
/
+10
*
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
4
-3
/
+22
|
/
*
proto: Remove unused function from ClientChannelBuilder
David Goulet
2025-11-19
1
-7
/
+0
*
proto: Make cargo doc happy
David Goulet
2025-11-19
1
-1
/
+1
*
proto: Split VerifiedChannel::finish()
David Goulet
2025-11-19
1
-2
/
+17
*
proto: Use the new client specific channels
David Goulet
2025-11-19
1
-11
/
+19
*
proto: Add client specific handshake channel structs
David Goulet
2025-11-19
2
-6
/
+90
*
proto: Move client handshake into client channel module
David Goulet
2025-11-19
2
-0
/
+209
*
proto: Fix up doc links post-refactoring
Gabriela Moldovan
2025-11-17
1
-2
/
+2
*
proto: Make cc state shared between CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
2
-13
/
+10
*
proto: Move CircHop{Inbound,Outbound} out of the client module.
Gabriela Moldovan
2025-11-17
1
-573
/
+9
*
proto: Add constructors for CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-19
/
+46
*
proto: Move some of CircHop's impl to CircHop{Inbound,Outbound}
Gabriela Moldovan
2025-11-17
1
-141
/
+340
*
proto: Make the hop in SendRelayCell optional (fmt)
Gabriela Moldovan
2025-11-17
1
-1
/
+5
*
proto: Make the hop in SendRelayCell optional
Gabriela Moldovan
2025-11-17
6
-18
/
+20
[prev]
[next]