summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/connpt.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-241-2/+2
* rpc-connect: Make Connect::validate more straightforwardNick Mathewson2025-01-271-11/+12
* rpc-connect: check that all paths inside a connpt are absolute.Nick Mathewson2025-01-271-13/+49
* rpc-connect: Detect and decline connpts with invalid "auth" feieldsNick Mathewson2025-01-271-18/+16
* rpc: Reject relative unix paths.Nick Mathewson2025-01-151-0/+9
* connect point: Use new CfgPathResolver api.Nick Mathewson2024-11-191-12/+22
* connect point: handle unrecognized auth variants.Nick Mathewson2024-11-191-4/+37
* Connect point: Improve robustness against new SocketAddr variantsNick Mathewson2024-11-191-2/+10
* connect point: add a test for ConflictingMembers.Nick Mathewson2024-11-191-0/+13
* connect-point: Rename Reps to Addresses.Nick Mathewson2024-11-191-7/+7
* connect point: Add client support.Nick Mathewson2024-11-191-0/+10
* 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
* connect point: implement FromStr.Nick Mathewson2024-11-191-17/+58
* tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-191-0/+304