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
Brad Fitzpatrick 3b0de97e07 cmd/tailscaled: unify the two Windows paths + separate IPN server path
tailscaled on Windows had two entirely separate start-up paths for running
as a service vs in the foreground. It's been causing problems for ages.
This unifies the two paths, making them be the same as the path used
for every other platform.

Also, it uses the new async LocalBackend support in ipnserver.Server
so the Server can start serving HTTP immediately, even if tun takes
awhile to come up.

Updates #6535

Change-Id: Icc8c4f96d4887b54a024d7ac15ad11096b5a58cf
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
3 years ago
..
ipnauth ipn/*: make new WindowsUserID type to consolidate docs 3 years ago
ipnlocal util/set: add new set package for SetHandle type 3 years ago
ipnserver cmd/tailscaled: unify the two Windows paths + separate IPN server path 3 years ago
ipnstate cmd/tailscale: add start of "debug derp" subcommand 3 years ago
localapi cmd/tailscale,ipn: improve UX of lock init command, cosmetic changes 3 years ago
policy ipn/policy: treat DNS service as interesting so it's not filtered out 4 years ago
store all: remove old +build tags 3 years ago
backend.go ipn: add a WatchIPNBus option bit to subscribe to EngineStatus changes 3 years ago
doc.go ipn: add WebServerConfig, add views 3 years ago
fake_test.go ipn/ipnlocal: add support for multiple user profiles 3 years ago
ipn_clone.go ipn: add ability to name profiles 3 years ago
ipn_view.go ipn: add ability to name profiles 3 years ago
message.go ipn/ipnserver: remove IPN protocol server 3 years ago
prefs.go ipn/*: make new WindowsUserID type to consolidate docs 3 years ago
prefs_test.go ipn: add ability to name profiles 3 years ago
serve.go cmd/tailscale/cli, ipn: move serve CLI funcs on to ServeConfig (#6401) 3 years ago
store.go cmd/tailscale/cli, ipn: move serve CLI funcs on to ServeConfig (#6401) 3 years ago