Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client: Handle control frames in websocket-receive. | Andrew Whatson | 2023-04-21 | 1 | -6/+13 |
* | client: Support secure websockets. | Andrew Whatson | 2023-04-19 | 1 | -20/+25 |
* | 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 |
* | 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 |
* | client: Wait for server to close connection. | David Thompson | 2016-03-25 | 1 | -1/+12 |
* | Add client module. | David Thompson | 2016-03-24 | 1 | -0/+143 |