summaryrefslogtreecommitdiffstats
path: root/libvncserver/websockets.c
Commit message (Expand)AuthorAgeFilesLines
* `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-201-1/+4
* Set opcode correctly for binary frames.Joel Martin2013-02-271-0/+1
* Work around a gcc bug with anonymous structs and unions.Raphael Kubo da Costa2012-09-141-10/+15
* Add the required headers for read(2)Raphael Kubo da Costa2012-09-141-0/+5
* Use htobeNN(3) to convert numbers in websocket.c.Raphael Kubo da Costa2012-09-141-14/+11
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-141-1/+0
* Add some missing feature macro definitions.Raphael Kubo da Costa2012-09-141-0/+5
* Use C-style comments in rfbconfig.h.cmake and C source code.Raphael Kubo da Costa2012-09-141-1/+1
* Correctly include rfbconfig.h.Raphael Kubo da Costa2012-09-141-1/+1
* Fix some compiler warnings thrown with newer gcc.Christian Beier2012-04-251-2/+3
* 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
OpenPOWER on IntegriCloud