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 05bfa022f2 tailcfg: pointerify RegisterRequest.Auth, omitemptify RegisterResponseAuth
We were storing server-side lots of:

    "Auth":{"Provider":"","LoginName":"","Oauth2Token":null,"AuthKey":""},

That was about 7% of our total storage of pending RegisterRequest
bodies.

Updates tailscale/corp#19327

Change-Id: Ib73842759a2b303ff5fe4c052a76baea0d68ae7d
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 months ago
..
auto.go control/controlclient,util/execqueue: extract execqueue into a package 5 months ago
client.go tsnet: add a test for restarting a tsnet server, fix Windows 9 months ago
controlclient_test.go all: use Go 1.22 range-over-int 2 months ago
direct.go tailcfg: pointerify RegisterRequest.Auth, omitemptify RegisterResponseAuth 2 months 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 3 months ago
noise_test.go control/controlclient: send load balancing hint HTTP request header 3 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