| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-29 | safesocket: refactor macOS auth code, pull out separate LocalTCPPortAndToken | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-02-18 | safesocket: simplify API. | David Anderson | 1 | -2/+2 | |
| On unix, we want to provide a full path to the desired unix socket. On windows, currently we want to provide a TCP port, but someday we'll also provide a "path-ish" object for a named pipe. For now, simplify the API down to exactly a path and a TCP port. Signed-off-by: David Anderson <dave@natulte.net> | |||||
| 2020-02-11 | safesocket: make test use testing.T correctly. | David Anderson | 1 | -26/+32 | |
| Signed-off-by: David Anderson <dave@natulte.net> | |||||
| 2020-02-09 | Move Linux client & common packages into a public repo. | Earl Lee | 1 | -0/+63 | |
