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 c3306bfd15 control/controlhttp/controlhttpserver: split out Accept to its own package
Otherwise all the clients only using control/controlhttp for the
ts2021 HTTP client were also pulling in WebSocket libraries, as the
server side always needs to speak websockets, but only GOOS=js clients
speak it.

This doesn't yet totally remove the websocket dependency on Linux because
Linux has a envknob opt-in to act like GOOS=js for manual testing and force
the use of WebSockets for DERP only (not control). We can put that behind
a build tag in a future change to eliminate the dep on all GOOSes.

Updates #1278

Change-Id: I4f60508f4cad52bf8c8943c8851ecee506b7ebc9
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 weeks ago
..
auto.go control/controlclient: delete unused Client.Login Oauth2Token field 6 months ago
client.go control/controlclient: delete unused Client.Login Oauth2Token field 6 months ago
controlclient_test.go all: use Go 1.22 range-over-int 7 months ago
direct.go control/controlclient: include HTTP status string in error message too 2 months ago
direct_test.go tka: test SigCredential signatures and netmap filtering 5 months ago
map.go all: use new Go 1.23 slices.Sorted more 3 months ago
map_test.go all: use Go 1.22 range-over-int 7 months ago
noise.go control/control{client,http}: don't noise dial localhost:443 in http-only tests 2 months ago
noise_test.go control/controlhttp/controlhttpserver: split out Accept to its own package 2 weeks ago
sign.go all: update copyright and license headers 2 years ago
sign_supported.go control/controlclient,posture,util/syspolicy: use predefined syspolicy keys instead of string literals 3 months ago
sign_supported_test.go all: update copyright and license headers 2 years ago
sign_unsupported.go control/controlclient: support certstore without cgo 1 year ago
status.go all: implement AppendText alongside MarshalText (#9207) 1 year ago