summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc: Move responsibility for wrapping streams to rpc-client-coreNick Mathewson2026-02-041-26/+29
* rpc-connect: Implement json address-file format.Nick Mathewson2026-01-271-5/+6
* rpc: Add rpc-client-side support for inet-auto addressesNick Mathewson2026-01-271-5/+24
* rpc: Begin implementing inet-auto address scheme.Nick Mathewson2026-01-271-12/+32
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* rpc-connect: Detect and decline connpts with invalid "auth" feieldsNick Mathewson2025-01-271-1/+1
* rpc: Refactor Cookie and UnloadedCookie into a single type.Nick Mathewson2025-01-151-4/+4
* rpc: consolodate naming of "inherent" auth.Nick Mathewson2025-01-151-1/+1
* tor-rpc-connect: defer loading auth cookies on the client side.Nick Mathewson2025-01-151-5/+6
* tor-rpc-connect: move cookie auth support to its own module.Nick Mathewson2025-01-151-1/+1
* connpt: Make unix socket handling more robust.Nick Mathewson2024-12-191-1/+1
* connpt: note an opportunity to save some fds.Nick Mathewson2024-12-091-0/+3
* connpts: duplicate socket before returning.Nick Mathewson2024-12-091-15/+24
* connect point: handle unrecognized auth variants.Nick Mathewson2024-11-191-1/+1
* connect point: Add client support.Nick Mathewson2024-11-191-0/+82