summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/channel
Commit message (Expand)AuthorAgeFilesLines
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-9/+3
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-23/+10
* proto: Client channel need to consider PT for the targetDavid Goulet2026-02-121-6/+21
* proto: Enforce that channel method as unique SocketAddrDavid Goulet2026-02-121-6/+4
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-4/+13
* proto: Add missing clock_skew() to unverified channelsDavid Goulet2026-02-041-6/+3
* proto: Make channel client to use a specific typeDavid Goulet2026-02-041-38/+43
* proto: Use the channel codec channel typeDavid Goulet2026-01-221-1/+0
* proto: Remove async for VerifiableChannel::check()David Goulet2026-01-221-2/+1
* proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-221-1/+2
* proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-221-1/+1
* proto: Seal the VerifiableChannel and FinalizableChannel traitsDavid Goulet2026-01-131-0/+14
* proto: Add link_protocol() to VerifiableChannel traitDavid Goulet2026-01-131-12/+6
* proto: Add traits for public channel viewsDavid Goulet2026-01-131-47/+32
* proto: Make cargo doc happyDavid Goulet2025-11-191-1/+1
* proto: Split VerifiedChannel::finish()David Goulet2025-11-191-2/+17
* proto: Use the new client specific channelsDavid Goulet2025-11-191-11/+19
* proto: Add client specific handshake channel structsDavid Goulet2025-11-191-5/+89
* proto: Move client handshake into client channel moduleDavid Goulet2025-11-191-0/+140