summaryrefslogtreecommitdiffstats
path: root/libvncserver/websockets.c
Commit message (Expand)AuthorAgeFilesLines
* websockets: removed debug messageGernot Tenchio2012-01-121-1/+1
* websockets: restore errno after logging an errorGernot Tenchio2012-01-121-6/+17
* Add support for different crypto implementationsGernot Tenchio2011-09-191-32/+19
* Update AUTHORS regarding the websocket guys.Christian Beier2011-09-191-0/+0
* websocket: Use a single buffer for both, encoding and decodingGernot Tenchio2011-09-081-16/+15
* Merge branch 'kanaka/websockets' into websocketsGernot Tenchio2011-08-301-197/+135
|\
| * websockets: fix webSocketCheckDisconnect()Gernot Tenchio2011-08-301-1/+1
| * websockets: use 32bit Xor in webSocketsDecodeHybi()Gernot Tenchio2011-08-291-5/+10
| * Add sha1.*. Remove UTF-8 encode. Protocol handling.Joel Martin2011-08-251-175/+125
* | websockets: nothing to worry aboutGernot Tenchio2011-08-251-4/+5
* | websockets: added gcrypt based sha1 digest funtionGernot Tenchio2011-08-251-0/+15
|/
* websockets: Removed debugging left overGernot Tenchio2011-08-251-1/+1
* websockets: Use callback functions for encode/decodeGernot Tenchio2011-08-251-17/+32
* websockets: Move Hixie disconnect hack to websockets.cGernot Tenchio2011-08-251-9/+75
* websockets: Initial HyBi supportGernot Tenchio2011-08-251-41/+389
* websockets: Add wspath member to rfbClientRecGernot Tenchio2011-08-171-0/+1
* websockets: Add encryption supportGernot Tenchio2011-08-171-12/+37
* websockets: Properly parse Hixie-76 handshake.Joel Martin2011-08-171-21/+28
* websockets: Add UTF-8 encoding support.Joel Martin2011-08-171-38/+68
* websockets: Initial WebSockets support.Joel Martin2011-08-171-0/+448