summaryrefslogtreecommitdiffhomepage
path: root/derp/derphttp/websocket.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-11-07derp/derphttp: don't link websockets other than on GOOS=jsBrad Fitzpatrick1-1/+3
2024-08-14go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocketKyle Carberry1-1/+1
2023-08-29net/wsconn: accept a remote addr string and plumb it throughDavid Anderson1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-10-18net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.ConnMihai Parparita1-1/+2
2022-06-07net/wsconn: remove homegrown wrapper for turning a websocket.Conn into a net....Mihai Parparita1-2/+2
2022-06-02control/controlhttp: allow client and server to communicate over WebSocketsMihai Parparita1-1/+1
2021-10-22cmd/derper, derp/derphttp: add websocket supportBrad Fitzpatrick1-0/+33