tailscale/ipn/ipnlocal
Maisem Ali fe81ee62d7 ipn/ipnlocal: do controlclient.Shutdown in a different goroutine
We do not need to wait for it to complete. And we might have to
call Shutdown from callback from the controlclient which might
already be holding a lock that Shutdown requires.

Updates #713

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2022-11-15 20:45:38 +05:00
..
c2n.go wgengine/magicsock: make debug-level stuff not logged by default 2022-10-04 11:05:50 -07:00
cert.go ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal 2022-11-07 21:50:04 -08:00
cert_js.go ipn/ipnlocal, wgengine/netstack: start handling ports for future serving 2022-11-08 19:39:07 -08:00
cert_test.go ipn/{ipnlocal,localapi}: move most of cert.go to ipnlocal 2022-11-07 21:50:04 -08:00
dnsconfig_test.go ipn/ipnlocal: use ipn.PrefsView 2022-10-24 15:57:00 -07:00
local.go ipn/ipnlocal: do controlclient.Shutdown in a different goroutine 2022-11-15 20:45:38 +05:00
local_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
loglines_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
network-lock.go ipn/ipnlocal: fix checks for node-key presence in TKA logic 2022-11-14 20:33:31 +00:00
network-lock_test.go ipn/ipnlocal: make TKA tests not have side effects 2022-11-12 20:56:48 +05:00
peerapi.go ipn/ipnlocal: fix error message typo in ingress peerapi handler 2022-11-13 12:54:38 -08:00
peerapi_h2c.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
peerapi_macios_ext.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
peerapi_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
profiles.go ipn/ipnlocal: delete profile on logout 2022-11-13 07:32:24 +05:00
profiles_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
serve.go ipn/ipnlocal: don't warn about serve listener failing on IPv6-less machines 2022-11-13 10:11:25 -08:00
serve_test.go ipn/ipnlocal: support serving files/directories too 2022-11-10 18:09:35 -08:00
ssh.go ssh/tailssh: add Tailscale SSH (server) support on FreeBSD 2022-11-10 20:25:23 -08:00
ssh_stub.go ssh/tailssh: add Tailscale SSH (server) support on FreeBSD 2022-11-10 20:25:23 -08:00
ssh_test.go ipn/ipnlocal: add support for multiple user profiles 2022-11-11 10:45:47 +05:00
state_test.go ipn/ipnlocal: do controlclient.Shutdown in a different goroutine 2022-11-15 20:45:38 +05:00