aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-301-2/+2
* proto: Add newtype wrapper for incoming stream receiverGabriela Moldovan2026-07-221-2/+2
* proto: Remove RelayCirc::allow_stream_requests()Gabriela Moldovan2026-06-291-141/+3
* proto: Pass an IncomingStreamRequestFilter factory to the create handlerGabriela Moldovan2026-06-291-0/+1
* proto: Implement RelayCirc::close_pending()Gabriela Moldovan2026-06-231-4/+17
* proto: Add a control message for closing pending streamsGabriela Moldovan2026-06-231-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`Steven Engler2026-05-211-8/+12
* tor-chanmgr: add support for a `CreateRequestHandler`Steven Engler2026-04-081-0/+3
* Revert "proto: Add a new ToRelayMsg util"Gabriela Moldovan2026-02-121-13/+0
* proto: Publicly re-export MaybeVerifiableRelayResponderChannelDavid Goulet2026-02-091-0/+2
* proto: Replace relay reactor with new generic reactorGabriela Moldovan2026-01-291-14/+144
* proto: Add a new ToRelayMsg utilGabriela Moldovan2026-01-291-0/+13
* proto: #[macro_use] be gone!Gabriela Moldovan2025-12-101-0/+2
* proto: Move relay specific unit test to relay moduleDavid Goulet2025-12-101-0/+41
* proto: Move RelayCircChanMsg into relay moduleDavid Goulet2025-12-101-0/+23
* proto: Fix a number of newly broken doc linksGabriela Moldovan2025-11-241-1/+2
* proto: Add a Tunnel::Relay variant for StreamTargetGabriela Moldovan2025-11-241-0/+88
* proto: Give RelayCirc a DynTimeProviderGabriela Moldovan2025-11-241-0/+5
* proto: Remove doc ref to private itemGabriela Moldovan2025-10-291-1/+1
* proto: Add RelayCirc API for checking if circuit is closedGabriela Moldovan2025-10-291-0/+7
* proto: Remove redundant channel from RelayCircGabriela Moldovan2025-10-291-3/+0
* proto: Make RelayCirc publicGabriela Moldovan2025-10-291-1/+1
* proto: Rename RelayReatorHandle to RelayCircGabriela Moldovan2025-10-291-2/+2
* proto: Move RelayReactorHandle to relay moduleGabriela Moldovan2025-10-291-0/+15
* proto: Add RelayInitiatorHandshakeDavid Goulet2025-10-231-0/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-1/+1
* proto: Reorganize relay_tunnel module.Gabriela Moldovan2025-08-181-0/+14