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
Brad Fitzpatrick ebc552d2e0 health: add Tracker type, in prep for removing global variables
This moves most of the health package global variables to a new
`health.Tracker` type.

But then rather than plumbing the Tracker in tsd.System everywhere,
this only goes halfway and makes one new global Tracker
(`health.Global`) that all the existing callers now use.

A future change will eliminate that global.

Updates #11874
Updates #4136

Change-Id: I6ee27e0b2e35f68cb38fecdb3b2dc4c3f2e09d68
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
1 month ago
..
auto.go health: add Tracker type, in prep for removing global variables 1 month ago
client.go tsnet: add a test for restarting a tsnet server, fix Windows 8 months ago
controlclient_test.go all: use Go 1.22 range-over-int 2 months ago
direct.go health: add Tracker type, in prep for removing global variables 1 month ago
direct_test.go control/controlclient: add Auto.updateRoutine 10 months ago
map.go all: use Go 1.22 range-over-int 2 months ago
map_test.go all: use Go 1.22 range-over-int 2 months ago
noise.go control/controlclient: send load balancing hint HTTP request header 2 months ago
noise_test.go control/controlclient: send load balancing hint HTTP request header 2 months ago
sign.go all: update copyright and license headers 1 year ago
sign_supported.go control/controlclient: support certstore without cgo 8 months ago
sign_supported_test.go all: update copyright and license headers 1 year ago
sign_unsupported.go control/controlclient: support certstore without cgo 8 months ago
status.go all: implement AppendText alongside MarshalText (#9207) 9 months ago