summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/reactor.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Apply deferred rustfmtGabriela Moldovan2026-04-231-5/+2
* proto: Build the PeerInfo from the dummy target in the testsGabriela Moldovan2026-04-231-5/+14
* tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-161-1/+5
* tor-proto: small comment improvementSteven Engler2026-04-091-1/+2
* tor-proto: replace a tuple with a dedicated structSteven Engler2026-04-091-13/+23
* tor-proto: give our ed ident to the channel reactorSteven Engler2026-04-091-2/+7
* tor-proto: take `CreateRequest` message by referenceSteven Engler2026-04-081-1/+1
* Revert "tor-proto: change `CreateResponse` to `restricted_msg!`"Steven Engler2026-04-081-13/+2
* tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-23/+2
* tor-proto: remove TODO about `UniqId` overflowSteven Engler2026-04-081-2/+2
* tor-proto: handle incoming RELAY_EARLY messagesSteven Engler2026-04-081-2/+10
* tor-proto: add `Channel::set_create_request_handler()`Steven Engler2026-04-081-0/+21
* tor-proto: add `CreateRequestHandler`Steven Engler2026-04-081-0/+99
* tor-proto: change `CreateResponse` to `restricted_msg!`Steven Engler2026-04-081-2/+13
* tor-proto: change channel to use `Runtime`Steven Engler2026-04-081-6/+6
* tor-proto: support relay circs in channel's `CircMap`Steven Engler2026-04-081-11/+30
* tor-proto: rename `CircEnt::Open` to `CircEnt::OpenOrigin`Steven Engler2026-04-081-7/+7
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-1/+1
* proto: Setup the channel PeerInfo in the specialized finish()David Goulet2026-03-031-1/+1
* proto: Remove Default of PeerInfo/Addr and use const insteadDavid Goulet2026-02-191-1/+2
* proto: Put a PeerInfo in ChannelDavid Goulet2026-02-191-0/+1
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-1/+2
* 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: Move unit tests and minor fixDavid Goulet2025-12-101-3/+3
* proto: Client circuit reactor now handles AnyChanMsgDavid Goulet2025-12-101-4/+4
* proto: Move ClientCircChanMsg into client moduleDavid Goulet2025-12-101-2/+1
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-1/+5
* 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: Move celltypes out of clientGabriela Moldovan2025-10-131-3/+4
* 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
* 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
|/
* 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-021-2/+11
* padding: Give CircEnt in a Channel a handle for the PaddingController.Nick Mathewson2025-09-021-16/+48
* proto: Turn CircEnt variants into struct-like format.Nick Mathewson2025-09-021-20/+34