summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/circuit
Commit message (Expand)AuthorAgeFilesLines
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-50/+0
* proto: Avoid referring to restricted ChanMsgs as "subclasses".Gabriela Moldovan2025-08-281-5/+5
* proto: Add a new RelayCircChanMsg message subclass.Gabriela Moldovan2025-08-281-0/+43
* proto: Derive ChanMsgSubclass for CreateResponse, ClientCircChanMsg.Gabriela Moldovan2025-08-271-32/+5
* proto: Add d-d macro for creating AnyChanMsg subclasses.Gabriela Moldovan2025-08-271-1/+26
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-185-0/+568