summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
...
| * padding: document when we set next_scheduled_wakeupNick Mathewson2025-09-021-0/+3
| * padding: Call hops "target" rather than "final" for clarityNick Mathewson2025-09-021-4/+6
| * padding: s/can_bypass/is_bypassable/ for clarity.Nick Mathewson2025-09-022-10/+11
| * padding: Clarify next_expiration vs next_scheduled_wakeupNick Mathewson2025-09-021-4/+9
| * padding: Several comment/style fixes from @gabi-250Nick Mathewson2025-09-024-8/+11
| * Define and implement a backend padding API, based on maybenot.Nick Mathewson2025-09-025-0/+1336
* | Merge branch 'chan-handshake-refactor' into 'main'David Goulet2025-09-021-121/+262
|\ \ | |/ |/|
| * proto: Move is_authenticating() into the base initiator handshake traitDavid Goulet2025-09-021-7/+10
| * proto: Various channel handshake fixesDavid Goulet2025-09-021-21/+38
| * proto: Fix unit tests after changesDavid Goulet2025-09-021-5/+5
| * proto: Add a helper to calculate the handshake clock skewDavid Goulet2025-09-021-12/+33
| * proto: Add a channel initiator handshake base traitDavid Goulet2025-09-021-76/+118
| * proto: Introduce a ChannelBaseHandshake traitDavid Goulet2025-09-021-37/+96
| * proto: Put in a ChannelFrame<T> into the client handshakeDavid Goulet2025-09-021-10/+9
* | tor-proto: Switched to "assert in const" patternhashcatHitman2025-09-011-2/+1
|/
* proto: Use allow(unused) instead of expect(unused).Gabriela Moldovan2025-08-291-1/+1
* proto: Move TunnelId to a separate, shared module (fmt).Gabriela Moldovan2025-08-286-6/+6
* proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-2810-58/+65
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-2818-33/+39
* Merge branch 'relay-chan-msg' into 'main'gabi-2502025-08-281-31/+72
|\
| * proto: Avoid referring to restricted ChanMsgs as "subclasses".Gabriela Moldovan2025-08-281-5/+5
| * proto: Add a new RelayCircChanMsg message subclass.Gabriela Moldovan2025-08-281-0/+43
| * proto: Derive ChanMsgSubclass for CreateResponse, ClientCircChanMsg.Gabriela Moldovan2025-08-271-32/+5
| * proto: Add d-d macro for creating AnyChanMsg subclasses.Gabriela Moldovan2025-08-271-1/+26
* | tor-proto: don't allow consecutive XOFF messagesSteven Engler2025-08-271-1/+14
|/
* proto: Only allow VERSIONS cell for the new handshake stateDavid Goulet2025-08-272-51/+20
* Merge branch 'arti-p112-docs' into 'main'David Goulet2025-08-213-0/+40
|\
| * proto: Indent line in docs to satisfy clippy.Gabriela Moldovan2025-08-211-1/+1
| * proto: Add prop349 note about the resolve stream handler.Gabriela Moldovan2025-08-201-0/+14
| * proto: Document how handle_meta_cell can cause circuit teardown.Gabriela Moldovan2025-08-201-0/+14
| * proto: Add docs about the lifecycle of MetaCellHandlers.Gabriela Moldovan2025-08-201-0/+12
* | proto: Remove the AUTHORIZE as a parsable cellDavid Goulet2025-08-213-24/+8
* | proto: Add a channel handler comment and a fixDavid Goulet2025-08-211-3/+8
* | proto: Return AUTHORIZE, VPADDING and VERSIONS at handshakeDavid Goulet2025-08-212-24/+65
* | proto: Allow padding in all channel message setsDavid Goulet2025-08-211-3/+13
* | tor-proto: simplify some match statementsSteven Engler2025-08-201-46/+26
* | proto: Change (crate) to (super) for all objects in msg.rsDavid Goulet2025-08-201-25/+25
* | proto: Cleanup allow(unused)David Goulet2025-08-202-4/+0
* | proto: Unit tests for channel handlerDavid Goulet2025-08-201-1/+107
* | proto: Rename OutboundClientHandshakeDavid Goulet2025-08-202-11/+11
* | proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-206-211/+97
* | proto: Add helper functions/type for cell handlingDavid Goulet2025-08-201-0/+20
* | proto: Add channel cell handlerDavid Goulet2025-08-202-0/+562
* | proto: Add message filtering to restricted message setsDavid Goulet2025-08-201-2/+361
* | proto: Implement a From<std::io::Error> for ErrorDavid Goulet2025-08-201-0/+6
* | proto: Add restricted channel message setsDavid Goulet2025-08-202-3/+211
* | proto: Add ChannelType enumDavid Goulet2025-08-203-10/+65
* | chan: Rename channel launch to launch_clientDavid Goulet2025-08-202-2/+3
|/
* tor-proto: add comments to `CC_XOFF_CLIENT`Steven Engler2025-08-181-0/+29
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-3/+2