summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * circmgr: Pass the timeout estimator to circuit constructor.Gabriela Moldovan2025-09-161-3/+3
* | proto: resolve/edit trivial "TODO circpad" instances.Nick Mathewson2025-09-171-2/+6
* | proto: for padding, count cells on each channel queues.Nick Mathewson2025-09-161-3/+1
|/
* Merge branch 'maybenot-triggers' into 'main'Nick Mathewson2025-09-032-100/+204
|\
| * Whoops; let chains _still_ aren't stable in 1.85.Nick Mathewson2025-09-031-2/+1
| * padding cleanup: use QueuedCellPaddingInfo one more place.Nick Mathewson2025-09-031-5/+3
| * padding: Report when outbound cells are flushed.Nick Mathewson2025-09-022-3/+22
| * padding: Give CircEnt in a Channel a handle for the PaddingController.Nick Mathewson2025-09-022-88/+130
| * proto: Turn CircEnt variants into struct-like format.Nick Mathewson2025-09-022-29/+72
| * padding: track which hop each queued cell is for.Nick Mathewson2025-09-021-5/+8
* | 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
|/