summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'relay-channel-fixes' into 'main'David Goulet2026-02-261-0/+4
|\
| * proto: Add 'CreateFast/CreatedFast' to relay message filterSteven Engler2026-02-261-0/+4
* | proto: The AUTHENTICATE cell requires the SHA256 RSA identity digestDavid Goulet2026-02-261-8/+14
|/
* tor-proto: improve debug tracing messageSteven Engler2026-02-241-2/+2
* tor-proto: split field into two fieldsSteven Engler2026-02-241-6/+10
* tor-proto: remove unnecessary `Option`sSteven Engler2026-02-241-14/+8
* proto: Filter the IP address in the channel's OwnedChanTargetDavid Goulet2026-02-191-23/+35
* proto: Reuse the RelayIds builder during the handshakeDavid Goulet2026-02-191-18/+11
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-38/+13
* proto: Use constructor for PeerInfo instead of BuilderDavid Goulet2026-02-191-15/+10
* proto: Remove Default of PeerInfo/Addr and use const insteadDavid Goulet2026-02-192-9/+25
* proto: Put a PeerInfo in ChannelDavid Goulet2026-02-192-2/+31
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-7/+20
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-122-5/+20
* Merge branch 'unused-async-lint' into 'main'gabi-2502026-01-281-2/+3
|\
| * proto: Add an exception for clippy::unused_asyncGabriela Moldovan2026-01-271-0/+1
| * proto: Remove unnecessary async in channel reactorGabriela Moldovan2026-01-271-2/+2
* | clippy: Fix missing doc for non-Linux buildsClara Engler2026-01-271-0/+1
|/
* proto: Add missing use for testsDavid Goulet2026-01-221-1/+1
* proto: Use the channel codec channel typeDavid Goulet2026-01-223-15/+67
* proto: Put rsa_id and rsa_cert_digest togetherDavid Goulet2026-01-221-11/+7
* proto: Remove uneeded code in the unverified inner check()David Goulet2026-01-221-25/+3
* proto: Implement FinalizableChannel for an unverified relay channelDavid Goulet2026-01-221-0/+66
* proto: Make CERTS cell optionnable for UnverifiedChannelDavid Goulet2026-01-221-16/+48
* proto: Move unit tests and minor fixDavid Goulet2025-12-101-3/+3
* proto: Client circuit reactor now handles AnyChanMsgDavid Goulet2025-12-102-5/+5
* proto: Move ClientCircChanMsg into client moduleDavid Goulet2025-12-101-2/+1
* proto: Remove extra slashes in doc commentsGabriela Moldovan2025-12-011-2/+2
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-1/+5
* proto: Remove unused code from testDavid Goulet2025-11-191-1/+0
* proto: Remove a .expect() of a digest array conversionDavid Goulet2025-11-191-17/+15
* proto: Update generic channel commentsDavid Goulet2025-11-191-9/+12
* proto: Split VerifiedChannel::finish()David Goulet2025-11-191-23/+3
* proto: Use the new client specific channelsDavid Goulet2025-11-191-17/+7
* proto: Move client handshake into client channel moduleDavid Goulet2025-11-191-127/+3
* proto: Add UnverifiedRelayChannel implementationDavid Goulet2025-11-191-101/+22
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-063-3/+3
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* proto: Remove relay ChannelAuthenticationData builderDavid Goulet2025-10-231-18/+35
* proto: Feature flag some relay specific codeDavid Goulet2025-10-231-8/+14
* proto: Add relay todos for the handshakeDavid Goulet2025-10-231-0/+2
* proto: Use Arc for relay identities objectDavid Goulet2025-10-231-1/+1
* proto: Re-arrange some importsDavid Goulet2025-10-231-3/+1
* proto: Add a note about channel canonicityDavid Goulet2025-10-231-0/+5
* proto: Compute authenticate data after validating certificatesDavid Goulet2025-10-231-5/+50
* proto: Add the channel authentication dataDavid Goulet2025-10-231-0/+7
* proto: Add RelayInitiatorHandshakeDavid Goulet2025-10-231-1/+7
* proto: Change visibility for some channel objectsDavid Goulet2025-10-231-14/+14
* proto: Move celltypes out of clientGabriela Moldovan2025-10-132-4/+6