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/cmd
Mihai Parparita a9f32656f5 control/controlhttp: allow client and server to communicate over WebSockets
We can't do Noise-over-HTTP in Wasm/JS (because we don't have bidirectional
communication), but we should be able to do it over WebSockets. Reuses
derp WebSocket support that allows us to turn a WebSocket connection
into a net.Conn.

Updates #3157

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
addlicense cmd/addlicense: add command to add licenseheaders to generated code 3 years ago
cloner cmd/viewer: add codegen tool for Views 2 years ago
derper control/controlhttp: allow client and server to communicate over WebSockets 2 years ago
derpprobe all: use any instead of interface{} 2 years ago
hello all: use strings.Cut even more 2 years ago
mkpkg cmd/mkpkg: use package flag (#4373) 2 years ago
nginx-auth cmd/nginx-auth: maintainer scripts and tailnet checking (#4460) 2 years ago
printdep cmd/printdep: add flag to print out Go toolchain tarball URL 2 years ago
proxy-to-grafana client/tailscale: move/copy all package funcs to new LocalClient type 2 years ago
speedtest cmd: upgrade to ffcli v3 3 years ago
tailscale control/controlhttp: allow client and server to communicate over WebSockets 2 years ago
tailscaled control/controlhttp: allow client and server to communicate over WebSockets 2 years ago
testcontrol all: use any instead of interface{} 2 years ago
tsshd cmd/tsshd: delete, leaving only forwarding docs 2 years ago
viewer cmd/viewer,types/views: add support for views of maps 2 years ago