aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rpc-connect/src/server.rs
Commit message (Expand)AuthorAgeFilesLines
* rpc-connect: Implement json address-file format.Nick Mathewson2026-01-271-3/+7
* rpc: Add rpc-server-side support for inet-auto addresses.Nick Mathewson2026-01-271-9/+23
* rpc: Begin implementing inet-auto address scheme.Nick Mathewson2026-01-271-4/+9
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-241-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* rpc-connect: remove todo; confirm that we do want to mkdir.Nick Mathewson2025-01-271-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-3/+3
* rpc: consolodate naming of "inherent" auth.Nick Mathewson2025-01-151-1/+1
* rpc: Keep Cookie in an Arc.Nick Mathewson2025-01-151-2/+6
* tor-rpc-connect: move cookie auth support to its own module.Nick Mathewson2025-01-151-1/+1
* 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