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
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+4
*
Merge branch 'expire-halfstream-cbt' into 'main'
gabi-250
2025-09-24
1
-3
/
+9
|
\
|
*
circmgr: Pass the timeout estimator to circuit constructor (fmt).
Gabriela Moldovan
2025-09-16
1
-2
/
+8
|
*
circmgr: Pass the timeout estimator to circuit constructor.
Gabriela Moldovan
2025-09-16
1
-3
/
+3
*
|
proto: resolve/edit trivial "TODO circpad" instances.
Nick Mathewson
2025-09-17
1
-2
/
+6
*
|
proto: for padding, count cells on each channel queues.
Nick Mathewson
2025-09-16
1
-3
/
+1
|
/
*
Merge branch 'maybenot-triggers' into 'main'
Nick Mathewson
2025-09-03
2
-100
/
+204
|
\
|
*
Whoops; let chains _still_ aren't stable in 1.85.
Nick Mathewson
2025-09-03
1
-2
/
+1
|
*
padding cleanup: use QueuedCellPaddingInfo one more place.
Nick Mathewson
2025-09-03
1
-5
/
+3
|
*
padding: Report when outbound cells are flushed.
Nick Mathewson
2025-09-02
2
-3
/
+22
|
*
padding: Give CircEnt in a Channel a handle for the PaddingController.
Nick Mathewson
2025-09-02
2
-88
/
+130
|
*
proto: Turn CircEnt variants into struct-like format.
Nick Mathewson
2025-09-02
2
-29
/
+72
|
*
padding: track which hop each queued cell is for.
Nick Mathewson
2025-09-02
1
-5
/
+8
*
|
proto: Move is_authenticating() into the base initiator handshake trait
David Goulet
2025-09-02
1
-7
/
+10
*
|
proto: Various channel handshake fixes
David Goulet
2025-09-02
1
-21
/
+38
*
|
proto: Fix unit tests after changes
David Goulet
2025-09-02
1
-5
/
+5
*
|
proto: Add a helper to calculate the handshake clock skew
David Goulet
2025-09-02
1
-12
/
+33
*
|
proto: Add a channel initiator handshake base trait
David Goulet
2025-09-02
1
-76
/
+118
*
|
proto: Introduce a ChannelBaseHandshake trait
David Goulet
2025-09-02
1
-37
/
+96
*
|
proto: Put in a ChannelFrame<T> into the client handshake
David Goulet
2025-09-02
1
-10
/
+9
|
/
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
2
-3
/
+3
*
proto: Only allow VERSIONS cell for the new handshake state
David Goulet
2025-08-27
2
-51
/
+20
*
proto: Remove the AUTHORIZE as a parsable cell
David Goulet
2025-08-21
2
-19
/
+2
*
proto: Add a channel handler comment and a fix
David Goulet
2025-08-21
1
-3
/
+8
*
proto: Return AUTHORIZE, VPADDING and VERSIONS at handshake
David Goulet
2025-08-21
2
-24
/
+65
*
proto: Allow padding in all channel message sets
David Goulet
2025-08-21
1
-3
/
+13
*
tor-proto: simplify some match statements
Steven Engler
2025-08-20
1
-46
/
+26
*
proto: Change (crate) to (super) for all objects in msg.rs
David Goulet
2025-08-20
1
-25
/
+25
*
proto: Cleanup allow(unused)
David Goulet
2025-08-20
2
-4
/
+0
*
proto: Unit tests for channel handler
David Goulet
2025-08-20
1
-1
/
+107
*
proto: Rename OutboundClientHandshake
David Goulet
2025-08-20
1
-6
/
+6
*
proto: Make the OutboundClientHandshake use new cell handler
David Goulet
2025-08-20
3
-178
/
+90
*
proto: Add channel cell handler
David Goulet
2025-08-20
1
-0
/
+561
*
proto: Add message filtering to restricted message sets
David Goulet
2025-08-20
1
-2
/
+361
*
proto: Add restricted channel message sets
David Goulet
2025-08-20
1
-0
/
+207
*
proto: Add ChannelType enum
David Goulet
2025-08-20
2
-2
/
+12
*
tor-proto: report tunnel/channel id as a field
Steven Engler
2025-08-18
1
-2
/
+2
*
proto: Rename the `tunnel` module to `client` (fmt).
Gabriela Moldovan
2025-08-18
1
-1
/
+1
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
3
-10
/
+10
*
tor-proto: use error report in tunnel/channel reactor
Steven Engler
2025-08-07
1
-1
/
+10
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
5
-31
/
+39
*
proto: Fix the tunnel/circuit.rs unit tests
David Goulet
2025-08-05
1
-2
/
+2
*
tor-proto: Log channel, circuit, stream identifiers as structured fields.
Gabriela Moldovan
2025-06-12
2
-24
/
+31
*
proto: temporarily suppress warning; see #2003.
Nick Mathewson
2025-05-15
1
-2
/
+2
*
Include "bug" in all bug error messages
Nick Mathewson
2025-04-28
1
-1
/
+1
*
circ: Remove CircParameters reference in call stack
David Goulet
2025-04-23
1
-2
/
+1
*
Allow StreamOps import to be unused
Nick Mathewson
2025-04-09
1
-2
/
+8
*
proto: make padding::Parameters construction fallible.
Nick Mathewson
2025-03-18
2
-22
/
+104
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+2
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
2
-5
/
+5
[next]