summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src
Commit message (Expand)AuthorAgeFilesLines
...
* connect point: Add server support.Nick Mathewson2024-11-192-0/+71
* connect point: Add client support.Nick Mathewson2024-11-193-0/+182
* connect point: Treat unrecognized auth types as Decline.Nick Mathewson2024-11-191-0/+9
* connect points: Validate more correctness propertiesNick Mathewson2024-11-191-4/+23
* connect points: Remember original string addressesNick Mathewson2024-11-191-6/+57
* rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-192-0/+186
* rpc-connect: Move tempdir() helper to a new moduleNick Mathewson2024-11-193-17/+36
* RPC connect points: Facility to load from files.Nick Mathewson2024-11-192-0/+424
* connect point: implement FromStr.Nick Mathewson2024-11-191-17/+58
* tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-192-0/+401