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/control/controlclient
Maisem Ali 32bc596062 ipn/ipnlocal: acquire b.mu once in Start
We used to Lock, Unlock, Lock, Unlock quite a few
times in Start resulting in all sorts of weird race
conditions. Simplify it all and only Lock/Unlock once.

Updates #11649

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
auto.go control/controlclient: early return and outdent some code 2 years ago
client.go ipn/ipnlocal: acquire b.mu once in Start 2 years ago
controlclient_test.go all: use Go 1.22 range-over-int 2 years ago
direct.go tstest/integration: add more debugging, logs to catch flaky test 2 years ago
direct_test.go net/netns, net/dns/resolver, etc: make netmon required in most places 2 years ago
map.go tailcfg,all: add/plumb Node.IsJailed 2 years ago
map_test.go all: use Go 1.22 range-over-int 2 years ago
noise.go health, all: remove health.Global, finish plumbing health.Tracker 2 years ago
noise_test.go net/netns, net/dns/resolver, etc: make netmon required in most places 2 years ago
sign.go all: update copyright and license headers 3 years ago
sign_supported.go control/controlclient: support certstore without cgo 2 years ago
sign_supported_test.go all: update copyright and license headers 3 years ago
sign_unsupported.go control/controlclient: support certstore without cgo 2 years ago
status.go all: implement AppendText alongside MarshalText (#9207) 2 years ago