summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/connpt.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Clarify comments on resolve() methods.Nick Mathewson2026-01-271-3/+3
* rpc: Generate a specific error for inet-auto:nonlocalNick Mathewson2026-01-271-1/+9
* rpc-connect: Implement json address-file format.Nick Mathewson2026-01-271-1/+21
* rpc: Add rpc-client-side support for inet-auto addressesNick Mathewson2026-01-271-0/+20
* rpc: Add rpc-server-side support for inet-auto addresses.Nick Mathewson2026-01-271-7/+64
* rpc: Begin implementing inet-auto address scheme.Nick Mathewson2026-01-271-14/+137
* rpc-connect-point: Decline (not abort) on more invalid address formats.Nick Mathewson2025-12-171-4/+9
* rpc-connect: Allow missing_docs_in_private_itemsGabriela Moldovan2025-12-011-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* 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