aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/reactor.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Avoid sending DESTROY if we have received DESTROYGabriela Moldovan8 days1-0/+7
* Merge branch 'unk-circid' into 'main'gabi-25013 days1-32/+40
|\
| * proto: Explicitly drop the cells with unrecognized CircIdsGabriela Moldovan2026-08-121-0/+20
| * proto: Update tests now that unrecognized CREATED are droppedGabriela Moldovan2026-08-111-2/+2
| * proto: Update tests now that we tolerate unrecognized CircIdsGabriela Moldovan2026-08-111-24/+8
| * proto: s/channel/circuit in test commentGabriela Moldovan2026-08-111-1/+1
| * proto: Ignore CREATED* with unrecognized CircIdsGabriela Moldovan2026-08-111-1/+5
| * proto: Silently drop DESTROY/RELAY cells on unknown circuits (fmt)Gabriela Moldovan2026-08-111-5/+3
| * proto: Silently drop DESTROY/RELAY cells on unknown circuitsGabriela Moldovan2026-08-111-4/+6
* | tor-proto: make `CreateRequestHandler` methods asyncSteven Engler2026-08-121-10/+13
|/
* proto: Rename "hs" to "hc"Gabriela Moldovan2026-08-041-1/+1
* align DestroyReason with torspec!490ramdoys2026-07-281-1/+1
* proto: Update the tests to use the new CircuitRx{Receiver,Sender}sGabriela Moldovan2026-06-081-1/+1
* 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