| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | connpt: Make unix socket handling more robust. | Nick Mathewson | 2024-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | 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. | ||||
| * | connpt: note an opportunity to save some fds. | Nick Mathewson | 2024-12-09 | 1 | -0/+3 |
| | | |||||
| * | connpts: duplicate socket before returning. | Nick Mathewson | 2024-12-09 | 1 | -15/+24 |
| | | | | | | (We want a separate read and write socket before we return, and once we've done the type-erasure, we can't do try_clone().) | ||||
| * | connect point: handle unrecognized auth variants. | Nick Mathewson | 2024-11-19 | 1 | -1/+1 |
| | | |||||
| * | connect point: Add client support. | Nick Mathewson | 2024-11-19 | 1 | -0/+82 |
| ("Client support" here means connecting to a socket and reading a cookie file.) | |||||
