summaryrefslogtreecommitdiffstats
path: root/libvncserver/websockets.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-541/+72
|\
| * Fix -Wmisleading-indentation warningsRemi Gacogne2018-11-281-4/+7
| * websockets: remove Flash fallbackChristian Beier2018-10-011-10/+0
| * Fixed compilation of websockets on system where there is no implementation of...Jocelyn Le Sage2017-06-131-4/+4
| * Merge pull request #158 from kempniu/gtk-vnc-0.7.0-compatChristian Beier2017-05-151-1/+4
| |\
| | * Ensure compatibility with gtk-vnc 0.7.0+Michał Kępień2017-02-141-1/+4
| * | websockets: restore webSocketCheckDisconnect() to keep API compatibilityChristian Beier2017-05-141-0/+11
| * | add decode support for continuation framesAndreas Weigel2017-05-141-2/+1
| * | remove Hixie-specific MD5 and check functionsAndreas Weigel2017-05-141-63/+0
| * | add ws_decode testsAndreas Weigel2017-05-141-20/+2
| * | remove obsolete hixie protocol supportAndreas Weigel2017-05-141-246/+51
| * | factor out hybi decode part to make it testableAndreas Weigel2017-05-141-580/+23
| * | fix overflow and refactor websockets decode (Hybi)Andreas Weigel2017-05-141-132/+463
| |/
| * Various #ifdef fixes to allow building with MSVC2014Christian Beier2017-01-281-3/+17
| * Make websockets code build on OSX without SSL.Christian Beier2016-12-301-0/+13
| * Use unprefixed b64_* functions in websockets code.Christian Beier2016-12-301-5/+5
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-081-4/+0
|/
* websockets: Don't supply Sec-WebSocket-Protocol if not in requestKyle Russell2016-12-081-2/+11
* fix for issue 81plettix2015-07-071-15/+17
* Fix handling of multiple VNC commands per websockets frameFloris Bos2015-01-171-0/+13
* `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