summaryrefslogtreecommitdiffstats
path: root/libvncserver/rfbserver.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-11/+37
|\
| * Merge pull request #238 from tetrane/pr-fix-use-after-freeChristian Beier2019-01-061-0/+5
| |\
| | * Fix the concurrent issue hapenning between the freeing of the client and the ...Quentin BUATHIER2018-08-091-0/+5
| * | Error out in rfbProcessFileTransferReadBuffer if length can not be allocatedChristian Beier2019-01-061-2/+12
| * | LibVNCServer: fix heap out-of-bound write accessChristian Beier2018-10-211-1/+1
| * | websockets: remove Flash fallbackChristian Beier2018-10-011-3/+1
| |/
| * rfbserver: fix a typoChristian Beier2018-03-241-1/+1
| * rfbserver: get rid of inttypes.h againChristian Beier2018-03-241-4/+1
| * Limit client cut text length to 1 MBPetr Písař2018-03-081-1/+19
| * remove Hixie-specific MD5 and check functionsAndreas Weigel2017-05-141-5/+0
| * Various #ifdef fixes to allow building with MSVC2014Christian Beier2017-01-281-0/+3
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-081-6/+0
* | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-141-13/+16
|\|
| * Merge pull request #103 from rdieter/masterChristian Beier2016-04-241-1/+1
| |\
| | * use namespaced rfbMax macro (issue #102)Rex Dieter2016-04-181-1/+1
| * | Enable AF_UNIX socket: ignore setsockopt TCP_NODELAY failure.Wen Shuguang2016-04-151-3/+1
| |/
| * Merge pull request #56 from maxnet/masterChristian Beier2015-01-161-9/+14
| |\
| | * Only advertise xvp support when xvpHook is setFloris Bos2015-01-161-9/+14
* | | Port required changes for TDE's krfb server from the old libvnc version embed...Timothy Pearson2015-01-101-0/+11
|/ /
* / Fix building with mingw-w64.Christian Beier2014-12-301-1/+3
|/
* Fix stack-based buffer overflowNicolas Ruff2014-10-071-1/+2
* Fix multiple stack-based buffer overflows in file transfer featurenewsoft2014-10-061-8/+30
* A forgotten `#ifdef WIN32` broke UNIX build.Daniel Cohen Gindi2014-09-301-0/+2
* On windows, use the Win32 calls for directory enumerations.Daniel Cohen Gindi2014-09-201-3/+78
* Generally adjusting headers for compiling on windows without the mixing of Wi...Daniel Cohen Gindi2014-09-201-0/+2
* Just use a macro to bridge to the Win32 version of `mkdir`Daniel Cohen Gindi2014-09-201-5/+6
* Fixed a violation of the C89 standard ("declarations must come before instruc...Daniel Cohen Gindi2014-09-201-2/+4
* `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-201-0/+7
* Do not accept a scaling factor of zero on PalmVNCSetScaleFactor and SetScale ...Nicolas Ruff2014-08-181-0/+14
* Check malloc() return value on client->server ClientCutText message. Client c...Nicolas Ruff2014-08-181-0/+5
* Include stdio.h for snprintf(3)Raphael Kubo da Costa2012-09-141-0/+2
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-141-0/+2
* Some more libjpeg, libpng and zlib related build fixes.Christian Beier2012-04-301-2/+2
* Only try to build TightPNG stuff when libjpeg is available.Christian Beier2012-04-301-16/+10
* Properly check return value.Christian Beier2012-04-261-1/+4
* Fix some compiler warnings thrown with newer gcc.Christian Beier2012-04-251-3/+1
* Merge branch 'turbovnc'Christian Beier2012-04-251-0/+43
|\
| * Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...DRC2012-03-261-27/+23
| * Fix an issue that affects the existing Tight encoder as well as the newly-imp...DRC2012-03-111-0/+9
| * Add TurboVNC encoding support.DRC2012-03-111-0/+38
* | IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 m...Christian Beier2012-02-271-0/+4
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.Christian Beier2012-02-201-2/+13
|/
* Support Mac OS X vnc client with no passwordKyle J. McKay2012-02-111-7/+17
* Fix deadlock in threaded mode when using nested rfbClientIteratorNext() calls.Christian Beier2011-10-261-15/+15
* Fix memory leakGeorge Fleury2011-10-161-0/+1
* websockets: Move Hixie disconnect hack to websockets.cGernot Tenchio2011-08-251-65/+2
* websockets: Initial HyBi supportGernot Tenchio2011-08-251-2/+0
* websockets: Add encryption supportGernot Tenchio2011-08-171-8/+47
* websockets: Add UTF-8 encoding support.Joel Martin2011-08-171-8/+20
* websockets: Better disconnect detection.Joel Martin2011-08-171-0/+5