Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client: Support secure websockets. | Andrew Whatson | 2023-04-19 | 2 | -21/+27 |
* | 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 |
* | 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 | 2 | -13/+45 |
* | 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 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 | -2/+587 |
* | 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 | 2 | -0/+50 |
* | 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 |
* | Fix typo. | David Thompson | 2015-11-07 | 1 | -1/+1 |
* | 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 |