You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/ipn
David Anderson 4460bd638b safesocket: simplify API.
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>
5 years ago
..
ipnserver safesocket: simplify API. 5 years ago
backend.go types/empty: add Message, stop using mysterious *struct{} 5 years ago
doc.go
e2e_test.go ipn: fix test breakage from earlier 79295b1138 5 years ago
fake.go
handle.go Move "logger" package to under types, now that we have it. 5 years ago
local.go ipn: handle advertised routes provided by frontend. 5 years ago
message.go cmd/tailscaled: run off internal state autonomously. 5 years ago
message_test.go
prefs.go ipn: handle advertised routes provided by frontend. 5 years ago
prefs_test.go ipn: handle advertised routes provided by frontend. 5 years ago
store.go Lint fixes. 5 years ago
store_test.go