summaryrefslogtreecommitdiff
path: root/web/socket/frame.scm
Commit message (Collapse)AuthorAgeFilesLines
* frame: Fix typo in error message.David Thompson2016-03-251-1/+1
| | | | * web/socket/frame.scm (read-frame): s/to/too/
* 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
| | | | | * web/socket/frame.scm (write-frame)[masked-data]: Correctly copy the source bytevector.
* frame: Add make-ping-frame.David Thompson2015-12-021-4/+11
| | | | * web/socket/frame.scm (make-ping-frame): New procedure.
* 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