aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/msghandler.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Add ClientCirc::start_conversation().Gabriela Moldovan2023-08-041-2/+2
* tor-proto: run rustfmtIan Jackson2023-06-301-1/+5
* tor-proto conversation API: Provide ConversationInHandlerIan Jackson2023-06-301-5/+10
* tor-proto circuit: Plumb async Context throughIan Jackson2023-06-301-0/+3
* tor-proto conversation API: Soften a warningIan Jackson2023-06-301-1/+4
* tor-proto conversation API: Rename to start_conversation_last_hopIan Jackson2023-06-301-2/+2
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-121-3/+15
* tor-circmgr: send_control_message: Fix reference to circuitIan Jackson2023-06-051-1/+1
* tor-circmgr: send_control_message: Clarify some corner casesIan Jackson2023-06-051-0/+2
* tor-proto: Say "control message" a little more consistentlyNick Mathewson2023-03-081-1/+2
* tor-proto: Have send_control_message install a handler, not return a streamNick Mathewson2023-03-081-0/+65