aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* proto: Expect a now-unused test function to be dead codeGabriela Moldovan8 days1-0/+1
* proto: Avoid sending DESTROY if we have received DESTROYGabriela Moldovan8 days2-0/+25
* Merge branch 'unk-circid' into 'main'gabi-25013 days2-40/+49
|\
| * 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-112-9/+14
| * 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: Remove a now-done TODOGabriela Moldovan2026-08-041-3/+0
* proto: Rename "hs" to "hc"Gabriela Moldovan2026-08-042-3/+3
* tor-proto: extend circ handshake tests to close the circuitSteven Engler2026-07-301-0/+10
* tor-proto: rename some methods on test `ConnInspector`Steven Engler2026-07-301-4/+4
* tor-proto: don't drop stream rx in testsSteven Engler2026-07-301-7/+12
* tor-proto: add 'test_utils' mod for channel testsSteven Engler2026-07-291-0/+305
* proto: Use PeerInfo to log responder channel addrDavid Goulet2026-07-291-2/+2
* align DestroyReason with torspec!490ramdoys2026-07-282-3/+3
* tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`Ian Jackson2026-07-231-1/+1
* tor-checkable: TimeBound: Make wrapped type an associated typeIan Jackson2026-07-231-3/+3
* tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-231-1/+1
* proto: Return the incoming streams from the create handlerGabriela Moldovan2026-07-221-3/+4
* Apply deferred rustfmt churnIan Jackson2026-07-161-1/+1
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-2/+2
* proto: Pass the allowed incoming commands to CreateRequestHandlerGabriela Moldovan2026-06-301-0/+3
* proto: Pass an IncomingStreamRequestFilter factory to the create handlerGabriela Moldovan2026-06-291-0/+2
* tor-proto: Remove a now-redundant .iter() in a call to iter_joinIan Jackson2026-06-111-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-093-0/+3
* proto: Update the tests to use the new CircuitRx{Receiver,Sender}sGabriela Moldovan2026-06-082-2/+3
* proto: add regression tests for verify_link_auth_certmoumenalaoui2026-06-021-0/+79
* proto: Fix inverted cert sig and AUTHENTICATE compareDavid Goulet2026-06-021-1/+1
* tor-proto: remove `use asynchronous_codec as futures_codec` in `/channel/hand...Neel Chauhan2026-05-271-13/+14
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-2/+2
* 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
* relay: Modify RelayNtorKeys to use a constructorDavid Goulet2026-04-211-7/+5
* proto: Make the CreateRequestHandler::new() take the ntor keysDavid Goulet2026-04-211-0/+16
* tor-proto: give our rsa ident to the channel reactorSteven Engler2026-04-161-1/+5
* proto: Remove unused imports in unit testsDavid Goulet2026-04-141-1/+1
* proto: Fix relay unit tests with new CreateRequestHandlerDavid Goulet2026-04-141-1/+13
* proto: Add channel relay handshake unit testsDavid Goulet2026-04-141-4/+268
* proto: Move test certs module at the topDavid Goulet2026-04-141-31/+31
* proto: Move channel client handshake tests into client moduleDavid Goulet2026-04-141-218/+10
* 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
* Merge branch 'create-fast' into 'main'gabi-2502026-04-091-1/+1
|\
| * tor-proto: take `CreateRequest` message by referenceSteven Engler2026-04-081-1/+1
* | proto: Bring back AuthLogDigest and explicitly convert to SLOG/CLOGDavid Goulet2026-04-082-24/+21