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>
2020-02-18 12:56:19 -08:00
..
ipnserver safesocket: simplify API. 2020-02-18 12:56:19 -08:00
backend.go types/empty: add Message, stop using mysterious *struct{} 2020-02-14 13:35:49 -08:00
doc.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
e2e_test.go ipn: fix test breakage from earlier 79295b1138 2020-02-17 08:19:50 -08:00
fake.go Make ipn.Options.Prefs a pointer. 2020-02-13 19:26:53 -08:00
handle.go Move "logger" package to under types, now that we have it. 2020-02-14 20:23:05 -08:00
local.go ipn: handle advertised routes provided by frontend. 2020-02-17 20:47:45 -08:00
message_test.go Make ipn.Options.Prefs a pointer. 2020-02-13 19:26:53 -08:00
message.go cmd/tailscaled: run off internal state autonomously. 2020-02-17 12:34:33 -08:00
prefs_test.go ipn: handle advertised routes provided by frontend. 2020-02-17 20:47:45 -08:00
prefs.go ipn: handle advertised routes provided by frontend. 2020-02-17 20:47:45 -08:00
store_test.go Introduce a state store to LocalBackend. 2020-02-13 19:26:53 -08:00
store.go Lint fixes. 2020-02-13 19:26:53 -08:00