summaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/server.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename Guard=>ListenerGuard.Nick Mathewson2024-12-191-4/+4
* rpc-connect: Explain locking rationale better.Nick Mathewson2024-12-191-3/+12
* rpc-connect: Use try_lock when acquiring fslockNick Mathewson2024-12-191-1/+4
* connpt: Make unix socket handling more robust.Nick Mathewson2024-12-191-2/+65
* rpc-connect: fix another very typoed lineNick Mathewson2024-12-191-1/+1
* connect point: handle unrecognized auth variants.Nick Mathewson2024-11-191-1/+1
* connect point: Add server support.Nick Mathewson2024-11-191-0/+69