summaryrefslogtreecommitdiff
path: root/web/socket/client.scm
Commit message (Expand)AuthorAgeFilesLines
* Distinguish close frames from timeouts.Matthew Wolff2024-05-091-15/+21
* client: Support read timeouts on receive & close.Andrew Whatson2023-05-071-14/+13
* client: Handle control frames in websocket-receive.Andrew Whatson2023-04-211-6/+13
* client: Support secure websockets.Andrew Whatson2023-04-191-20/+25
* mingw: Hack for missing /dev/urandom.Jan (janneke) Nieuwenhuizen2021-03-181-3/+8
* client: Export websocket-socket.Jan (janneke) Nieuwenhuizen2021-03-181-0/+2
* client: Return no values from close-websocket.David Thompson2016-03-251-1/+2
* client: Validate accept key when handshaking.David Thompson2016-03-251-25/+25
* client: Mask sent frames.David Thompson2016-03-251-2/+6
* client: Generate random nonce for handshake.David Thompson2016-03-251-5/+11
* client: Add entropy source.David Thompson2016-03-251-2/+14
* client: Add custom printer for <websocket>.David Thompson2016-03-251-0/+8
* client: Keep track of socket state.David Thompson2016-03-251-12/+37
* client: Wait for server to close connection.David Thompson2016-03-251-1/+12
* Add client module.David Thompson2016-03-241-0/+143