summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/client.rs
Commit message (Collapse)AuthorAgeFilesLines
* connect point: handle unrecognized auth variants.Nick Mathewson2024-11-191-1/+1
|
* connect point: Add client support.Nick Mathewson2024-11-191-0/+82
("Client support" here means connecting to a socket and reading a cookie file.)