aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/proto_oneshot.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-051-1/+1
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
* oneshot: Use veneer in tor-hsclientIan Jackson2023-10-111-2/+1
* tor-hsclient: Drop a large number of unneeded importsIan Jackson2023-06-211-10/+4
* tor-hsclient: Drop some temporary trace callsIan Jackson2023-06-211-2/+0
* tor-hsclient: Introduce proto_oneshot, to help with message handlingIan Jackson2023-06-131-0/+105