summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add guix package.David Thompson2015-12-091-0/+71
|
* Autotoolify.David Thompson2015-12-095-0/+139
|
* Add missing "Lesser" in licensing comments.David Thompson2015-12-092-6/+6
|
* Move base64 and SHA-1 modules to (web socket) namespace.David Thompson2015-12-093-4/+4
|
* tests: Add frame tests.David Thompson2015-12-021-0/+173
|
* 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-083-0/+215
|
* Update test page.David Thompson2015-11-081-2/+2
|
* Use new Expat licensed base64 module.David Thompson2015-11-081-118/+173
|
* Add test HTML page.David Thompson2015-11-082-14/+22
|
* frame: Improve doc strings and comments.David Thompson2015-11-081-3/+14
|
* server: Allow handler to ignore messages.David Thompson2015-11-081-9/+13
|
* Add missing code and a README.David Thompson2015-11-083-0/+337
|
* Fix typo.David Thompson2015-11-071-1/+1
|
* Add (base64) module.David Thompson2015-11-071-0/+230
|
* Add (web socket server) module.David Thompson2015-11-071-0/+116
|
* Improve frame module.David Thompson2015-11-071-17/+87
|
* Add (web socket frame) module.David Thompson2015-11-071-0/+263