summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc-connect: Use try_lock when acquiring fslockNick Mathewson2024-12-191-0/+5
* connpt: Make unix socket handling more robust.Nick Mathewson2024-12-191-17/+2
* connpt: use cfg-if to declare connect point defaults.Nick Mathewson2024-12-091-20/+27
* connpts: Add default connect points as constants.Nick Mathewson2024-12-091-0/+60
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* connect point: Add server support.Nick Mathewson2024-11-191-0/+2
* connect point: Add client support.Nick Mathewson2024-11-191-0/+90
* rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-191-0/+1
* rpc-connect: Move tempdir() helper to a new moduleNick Mathewson2024-11-191-0/+2
* RPC connect points: Facility to load from files.Nick Mathewson2024-11-191-0/+35
* tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-191-0/+97