Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove timeout handling that is incompatible with suspendable ports.HEADmaster | David Thompson | 2024-06-05 | 2 | -81/+32 |
* | Distinguish close frames from timeouts. | Matthew Wolff | 2024-05-09 | 3 | -21/+30 |
* | client: Avoid closure allocation for timeouts. | Andrew Whatson | 2023-05-08 | 1 | -30/+31 |
* | client: Support read timeouts on receive & close. | Andrew Whatson | 2023-05-07 | 2 | -22/+82 |
* | client: Handle control frames in websocket-receive. | Andrew Whatson | 2023-04-21 | 3 | -42/+64 |
* | client: Support secure websockets. | Andrew Whatson | 2023-04-19 | 2 | -21/+27 |
* | make: Add some more files to release tarballs.v0.1 | David Thompson | 2022-11-12 | 1 | -0/+3 |
* | make: Fix distcheck and add publish target. | David Thompson | 2022-11-12 | 1 | -1/+10 |
* | Update .gitignore. | David Thompson | 2022-11-12 | 1 | -0/+2 |
* | guix: Modernize package definition. | David Thompson | 2022-11-12 | 1 | -21/+15 |
* | check: Support guile-3.0.5. | Jan (janneke) Nieuwenhuizen | 2021-03-18 | 1 | -1/+3 |
* | Use inet-pton instead of inet-aton. | Jan (janneke) Nieuwenhuizen | 2021-03-18 | 1 | -1/+3 |
* | mingw: Hack for missing /dev/urandom. | Jan (janneke) Nieuwenhuizen | 2021-03-18 | 1 | -3/+8 |
* | client: Export websocket-socket. | Jan (janneke) Nieuwenhuizen | 2021-03-18 | 1 | -0/+2 |
* | build: Add web/socket/client.scm. | Jan (janneke) Nieuwenhuizen | 2021-03-18 | 1 | -1/+2 |
* | build: Support cross building. | Jan (janneke) Nieuwenhuizen | 2021-03-18 | 2 | -1/+2 |
* | Cater for guile 2.2, 3.0. | Jan (janneke) Nieuwenhuizen | 2021-03-18 | 3 | -4/+11 |
* | client: Return no values from close-websocket. | David Thompson | 2016-03-25 | 1 | -1/+2 |
* | client: Validate accept key when handshaking. | David Thompson | 2016-03-25 | 1 | -25/+25 |
* | Extract accept key generation to a new module. | David Thompson | 2016-03-25 | 3 | -13/+46 |
* | client: Mask sent frames. | David Thompson | 2016-03-25 | 1 | -2/+6 |
* | client: Generate random nonce for handshake. | David Thompson | 2016-03-25 | 1 | -5/+11 |
* | client: Add entropy source. | David Thompson | 2016-03-25 | 1 | -2/+14 |
* | client: Add custom printer for <websocket>. | David Thompson | 2016-03-25 | 1 | -0/+8 |
* | client: Keep track of socket state. | David Thompson | 2016-03-25 | 1 | -12/+37 |
* | frame: Fix typo in error message. | David Thompson | 2016-03-25 | 1 | -1/+1 |
* | client: Wait for server to close connection. | David Thompson | 2016-03-25 | 1 | -1/+12 |
* | server: Handle client disconnects in a more robust manner. | David Thompson | 2016-03-25 | 1 | -3/+14 |
* | Add client module. | David Thompson | 2016-03-24 | 1 | -0/+143 |
* | Add guix package. | David Thompson | 2015-12-09 | 1 | -0/+71 |
* | Autotoolify. | David Thompson | 2015-12-09 | 5 | -0/+139 |
* | Add missing "Lesser" in licensing comments. | David Thompson | 2015-12-09 | 2 | -6/+6 |
* | Move base64 and SHA-1 modules to (web socket) namespace. | David Thompson | 2015-12-09 | 3 | -4/+4 |
* | tests: Add frame tests. | David Thompson | 2015-12-02 | 1 | -0/+173 |
* | frame: Fix masking error in write-frame. | David Thompson | 2015-12-02 | 1 | -2/+1 |
* | frame: Add make-ping-frame. | David Thompson | 2015-12-02 | 1 | -4/+11 |
* | Add LGPL license information. | David Thompson | 2015-11-08 | 3 | -0/+215 |
* | Update test page. | David Thompson | 2015-11-08 | 1 | -2/+2 |
* | Use new Expat licensed base64 module. | David Thompson | 2015-11-08 | 1 | -118/+173 |
* | Add test HTML page. | David Thompson | 2015-11-08 | 2 | -14/+22 |
* | frame: Improve doc strings and comments. | David Thompson | 2015-11-08 | 1 | -3/+14 |
* | server: Allow handler to ignore messages. | David Thompson | 2015-11-08 | 1 | -9/+13 |
* | Add missing code and a README. | David Thompson | 2015-11-08 | 3 | -0/+337 |
* | Fix typo. | David Thompson | 2015-11-07 | 1 | -1/+1 |
* | Add (base64) module. | David Thompson | 2015-11-07 | 1 | -0/+230 |
* | Add (web socket server) module. | David Thompson | 2015-11-07 | 1 | -0/+116 |
* | Improve frame module. | David Thompson | 2015-11-07 | 1 | -17/+87 |
* | Add (web socket frame) module. | David Thompson | 2015-11-07 | 1 | -0/+263 |