summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | proto: Add ClogDigest and SlogDigest typesDavid Goulet2026-04-082-16/+51
|/
* tor-proto: replace use of `ChannelDirection` with `CircIdRange`Steven 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-082-28/+14
* tor-proto: rename `CircIdRange::is_allowed_by_peer()` to `is_allowed_for_peer()`Steven Engler2026-04-081-2/+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-082-10/+16
* tor-proto: support relay circs in channel's `CircMap`Steven Engler2026-04-082-11/+87
* tor-proto: rename `CircEnt::Open` to `CircEnt::OpenOrigin`Steven Engler2026-04-082-18/+20