aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/handler.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: remove `use asynchronous_codec as futures_codec` in `/channel/hand...Neel Chauhan2026-05-271-13/+14
* proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-081-23/+18
* proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-081-14/+49
* proto: Add a type alias for SLOG/CLOG digestDavid Goulet2026-03-301-7/+11
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* tor-proto: improve chan send/recv-log error messagesSteven Engler2026-03-191-2/+6
* tor-proto: rename 'SLOG'/'CLOG' and related codeSteven Engler2026-03-021-48/+76
* proto: Use the channel codec channel typeDavid Goulet2026-01-221-5/+40
* proto: Only allow VERSIONS cell for the new handshake stateDavid Goulet2025-08-271-31/+13
* proto: Remove the AUTHORIZE as a parsable cellDavid Goulet2025-08-211-4/+1
* proto: Add a channel handler comment and a fixDavid Goulet2025-08-211-3/+8
* proto: Return AUTHORIZE, VPADDING and VERSIONS at handshakeDavid Goulet2025-08-211-15/+28
* proto: Cleanup allow(unused)David Goulet2025-08-201-2/+0
* proto: Unit tests for channel handlerDavid Goulet2025-08-201-1/+107
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-201-4/+4
* proto: Add channel cell handlerDavid Goulet2025-08-201-0/+561