aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/relay/channel_provider.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: add test-only `NoOpChannelProvider`Steven Engler2026-07-291-0/+22
* proto: Remove/fix some very minor TODO(relay)David Goulet2026-02-261-3/+0
* proto: Make inner part of OutboundChanSender pub(crate)Gabriela Moldovan2026-02-051-1/+1
* proto: Make ChannelProvider::get_or_launch() synchronousGabriela Moldovan2026-02-051-1/+1
* proto: Fix comments documentationDavid Goulet2026-01-131-2/+2
* chanmgr: Spawn task for ChannelProvider impl of get_or_launch()David Goulet2026-01-131-7/+5
* chanmgr: Implement tor_proto::ChannelProvider for ChanMgrDavid Goulet2026-01-131-2/+4
* proto: Avoid identifying relay circuits using TunnelIdGabriela Moldovan2025-10-271-3/+3
* proto: Move TunnelId to a separate, shared module.Gabriela Moldovan2025-08-281-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-1/+1
* proto: Reorganize relay_tunnel module.Gabriela Moldovan2025-08-181-0/+69