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
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>
4 years ago
..
auto.go control/controlclient: store netinfo and hostinfo separately 4 years ago
client.go ssh/tailssh, ipnlocal, controlclient: fetch next SSHAction from network 4 years ago
controlclient_test.go control/controlclient: store netinfo and hostinfo separately 4 years ago
debug.go control/controlclient: grow goroutine debug buffer as needed 5 years ago
debug_test.go control/controlclient: don't use regexp in goroutine stack scrubbing 5 years ago
direct.go control/controlhttp: allow client and server to communicate over WebSockets 4 years ago
direct_test.go net/tsdial: add SystemDial as a wrapper on netns.Dial 4 years ago
map.go control/controlclient, ipn/ipnlocal, tailcfg: add MapResponse.PopBrowserURL 4 years ago
map_test.go control/controlclient: stop using wgkey. 4 years ago
noise.go net/tsdial: add SystemDial as a wrapper on netns.Dial 4 years ago
noise_test.go control/controlbase: make the protocol version number selectable. 4 years ago
sign.go control/controlclient: update machine certificate signature version 4 years ago
sign_supported.go go.mod: update to latest certstore 4 years ago
sign_supported_test.go go.mod: update to latest certstore 4 years ago
sign_unsupported.go go.mod: update to latest certstore 4 years ago
status.go control/controlclient: store netinfo and hostinfo separately 4 years ago