summaryrefslogtreecommitdiffhomepage
path: root/safesocket/basic_test.go
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29safesocket: refactor macOS auth code, pull out separate LocalTCPPortAndTokenBrad Fitzpatrick1-1/+1
2020-02-18safesocket: simplify API.David Anderson1-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-11safesocket: make test use testing.T correctly.David Anderson1-26/+32
Signed-off-by: David Anderson <dave@natulte.net>
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+63