| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename Guard=>ListenerGuard. | Nick Mathewson | 2024-12-19 | 1 | -4/+4 |
| | | |||||
| * | rpc-connect: Explain locking rationale better. | Nick Mathewson | 2024-12-19 | 1 | -3/+12 |
| | | |||||
| * | rpc-connect: Use try_lock when acquiring fslock | Nick Mathewson | 2024-12-19 | 1 | -1/+4 |
| | | | | | | This lets us bail when another process has bound to our connect point, rather than blocking indefinitely. | ||||
| * | connpt: Make unix socket handling more robust. | Nick Mathewson | 2024-12-19 | 1 | -2/+65 |
| | | | | | | | | | | | Grab an associated lock file... - ... then delete the socket file (if it's present) ... - ... then bind to it. On exit: - remove the socket - then drop the lock. | ||||
| * | rpc-connect: fix another very typoed line | Nick Mathewson | 2024-12-19 | 1 | -1/+1 |
| | | |||||
| * | connect point: handle unrecognized auth variants. | Nick Mathewson | 2024-11-19 | 1 | -1/+1 |
| | | |||||
| * | connect point: Add server support. | Nick Mathewson | 2024-11-19 | 1 | -0/+69 |
| ("Server support" here means binding to a socket and reading a cookie file.) | |||||
