aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/tunnel.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Add crate-level exports for two extra stream types (fmt)Gabriela Moldovan2026-06-171-4/+2
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-1/+0
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-0/+2
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-2/+3
* proto: Move the `stream` module under `client` (fmt).Gabriela Moldovan2025-08-181-1/+3
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-3/+3
* Fix warnings and errors from edition 2024.Nick Mathewson2025-08-071-4/+7
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* circmgr: Feature gate multi path tunnel with conflux flagDavid Goulet2025-08-051-0/+4
* Revert "circmgr: Feature-gate all the onion service tunnel types."Gabriela Moldovan2025-08-051-9/+1
* circmgr: Feature-gate all the onion service tunnel types.Gabriela Moldovan2025-08-051-1/+9
* conflux: Adjust docs and fix doc links.Gabriela Moldovan2025-08-051-2/+3
* proto: abolish path_ref() in favor of all_paths().Gabriela Moldovan2025-08-051-12/+1
* circmgr: Feature-gate ServiceOnionServiceIntroTunnel to fix compile errors.Gabriela Moldovan2025-08-051-0/+1
* circmgr: Feature-gate send_raw_msg.Gabriela Moldovan2025-08-051-0/+1
* circmgr: Gate tor_proto::handshake usage behind hs-common.Gabriela Moldovan2025-08-051-1/+6
* proto, circmgr: Fix feature-gating.Gabriela Moldovan2025-08-051-1/+2
* circmgr: Fully-qualify types in macro.Gabriela Moldovan2025-08-051-4/+2
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-051-9/+15
* proto: Add last_hop() to Tunnel interfaceDavid Goulet2025-08-051-0/+14
* circmgr: New Tunnel object interfaceDavid Goulet2025-08-051-0/+481