summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* proto: experimental API to install a per-channel padder.Nick Mathewson2025-10-021-0/+14
* proto: Implement channel padding with maybenot padders.Nick Mathewson2025-10-021-8/+95
* proto: start implementing logic for padding actions.Nick Mathewson2025-10-021-2/+41
* Add a blocker to channel outbound sink.Nick Mathewson2025-10-021-1/+12
* proto: Make DynTimeProvider explicit in channel padder types.Nick Mathewson2025-10-021-2/+6
* proto: Trigger maybenot events for channel-level padding.Nick Mathewson2025-10-021-7/+35
* proto: Add maybenot padding objects to the channel reactorNick Mathewson2025-10-011-1/+16
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-1/+4
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-241-3/+9
|\
| * circmgr: Pass the timeout estimator to circuit constructor (fmt).Gabriela Moldovan2025-09-161-2/+8