summaryrefslogtreecommitdiffhomepage
path: root/net/wsconn
AgeCommit message (Expand)AuthorFilesLines
2024-08-14go.{mod,sum}: migrate from nhooyr.io/websocket to github.com/coder/websocketKyle Carberry1-2/+2
2024-06-26ci: enable checklocks workflow for specific packagesAndrew Dunham1-1/+5
2023-08-29net/wsconn: accept a remote addr string and plumb it throughDavid Anderson1-7/+20
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-10-18net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.ConnMihai Parparita1-0/+213
2022-06-07net/wsconn: remove homegrown wrapper for turning a websocket.Conn into a net....Mihai Parparita1-104/+0
2022-06-02control/controlhttp: allow client and server to communicate over WebSocketsMihai Parparita1-0/+104