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
...
|
*
padding: document when we set next_scheduled_wakeup
Nick Mathewson
2025-09-02
1
-0
/
+3
|
*
padding: Call hops "target" rather than "final" for clarity
Nick Mathewson
2025-09-02
1
-4
/
+6
|
*
padding: s/can_bypass/is_bypassable/ for clarity.
Nick Mathewson
2025-09-02
2
-10
/
+11
|
*
padding: Clarify next_expiration vs next_scheduled_wakeup
Nick Mathewson
2025-09-02
1
-4
/
+9
|
*
padding: Several comment/style fixes from @gabi-250
Nick Mathewson
2025-09-02
4
-8
/
+11
|
*
Define and implement a backend padding API, based on maybenot.
Nick Mathewson
2025-09-02
5
-0
/
+1336
*
|
Merge branch 'chan-handshake-refactor' into 'main'
David Goulet
2025-09-02
1
-121
/
+262
|
\
\
|
|
/
|
/
|
|
*
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
*
|
tor-proto: Switched to "assert in const" pattern
hashcatHitman
2025-09-01
1
-2
/
+1
|
/
*
proto: Use allow(unused) instead of expect(unused).
Gabriela Moldovan
2025-08-29
1
-1
/
+1
*
proto: Move TunnelId to a separate, shared module (fmt).
Gabriela Moldovan
2025-08-28
6
-6
/
+6
*
proto: Move TunnelId to a separate, shared module.
Gabriela Moldovan
2025-08-28
10
-58
/
+65
*
proto: Add a circuit module shared between client and relay impls.
Gabriela Moldovan
2025-08-28
18
-33
/
+39
*
Merge branch 'relay-chan-msg' into 'main'
gabi-250
2025-08-28
1
-31
/
+72
|
\
|
*
proto: Avoid referring to restricted ChanMsgs as "subclasses".
Gabriela Moldovan
2025-08-28
1
-5
/
+5
|
*
proto: Add a new RelayCircChanMsg message subclass.
Gabriela Moldovan
2025-08-28
1
-0
/
+43
|
*
proto: Derive ChanMsgSubclass for CreateResponse, ClientCircChanMsg.
Gabriela Moldovan
2025-08-27
1
-32
/
+5
|
*
proto: Add d-d macro for creating AnyChanMsg subclasses.
Gabriela Moldovan
2025-08-27
1
-1
/
+26
*
|
tor-proto: don't allow consecutive XOFF messages
Steven Engler
2025-08-27
1
-1
/
+14
|
/
*
proto: Only allow VERSIONS cell for the new handshake state
David Goulet
2025-08-27
2
-51
/
+20
*
Merge branch 'arti-p112-docs' into 'main'
David Goulet
2025-08-21
3
-0
/
+40
|
\
|
*
proto: Indent line in docs to satisfy clippy.
Gabriela Moldovan
2025-08-21
1
-1
/
+1
|
*
proto: Add prop349 note about the resolve stream handler.
Gabriela Moldovan
2025-08-20
1
-0
/
+14
|
*
proto: Document how handle_meta_cell can cause circuit teardown.
Gabriela Moldovan
2025-08-20
1
-0
/
+14
|
*
proto: Add docs about the lifecycle of MetaCellHandlers.
Gabriela Moldovan
2025-08-20
1
-0
/
+12
*
|
proto: Remove the AUTHORIZE as a parsable cell
David Goulet
2025-08-21
3
-24
/
+8
*
|
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
2
-11
/
+11
*
|
proto: Make the OutboundClientHandshake use new cell handler
David Goulet
2025-08-20
6
-211
/
+97
*
|
proto: Add helper functions/type for cell handling
David Goulet
2025-08-20
1
-0
/
+20
*
|
proto: Add channel cell handler
David Goulet
2025-08-20
2
-0
/
+562
*
|
proto: Add message filtering to restricted message sets
David Goulet
2025-08-20
1
-2
/
+361
*
|
proto: Implement a From<std::io::Error> for Error
David Goulet
2025-08-20
1
-0
/
+6
*
|
proto: Add restricted channel message sets
David Goulet
2025-08-20
2
-3
/
+211
*
|
proto: Add ChannelType enum
David Goulet
2025-08-20
3
-10
/
+65
*
|
chan: Rename channel launch to launch_client
David Goulet
2025-08-20
2
-2
/
+3
|
/
*
tor-proto: add comments to `CC_XOFF_CLIENT`
Steven Engler
2025-08-18
1
-0
/
+29
*
misc: cleanup now that `_report!` macros support fields
Steven Engler
2025-08-18
1
-3
/
+2
[prev]
[next]