summaryrefslogtreecommitdiff
path: root/web/socket/frame.scm
Commit message (Expand)AuthorAgeFilesLines
* Distinguish close frames from timeouts.Matthew Wolff2024-05-091-2/+3
* client: Avoid closure allocation for timeouts.Andrew Whatson2023-05-081-30/+31
* client: Support read timeouts on receive & close.Andrew Whatson2023-05-071-8/+69
* client: Handle control frames in websocket-receive.Andrew Whatson2023-04-211-0/+45
* client: Support secure websockets.Andrew Whatson2023-04-191-1/+2
* frame: Fix typo in error message.David Thompson2016-03-251-1/+1
* Add missing "Lesser" in licensing comments.David Thompson2015-12-091-3/+3
* frame: Fix masking error in write-frame.David Thompson2015-12-021-2/+1
* frame: Add make-ping-frame.David Thompson2015-12-021-4/+11
* Add LGPL license information.David Thompson2015-11-081-0/+25
* frame: Improve doc strings and comments.David Thompson2015-11-081-3/+14
* Fix typo.David Thompson2015-11-071-1/+1
* Improve frame module.David Thompson2015-11-071-17/+87
* Add (web socket frame) module.David Thompson2015-11-071-0/+263