summaryrefslogtreecommitdiffstats
path: root/libvncserver/rfbserver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* websockets: Initial WebSockets support.Joel Martin2011-08-171-1/+32
* tightPng: Add initial tightPng encoding support.Joel Martin2011-07-221-4/+45
* Fix compilation in c89 mode.George Kiagiadakis2011-04-281-3/+3
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-171-2/+2
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-031-0/+6
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-071-0/+4
* Remove never used protocol version name string.runge2011-01-011-8/+3
* libvncserver cleanup: remove rfbKeyFrame remnants.Christian Beier2010-11-111-2/+0
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-2/+61
* In rfbSendDirContent() we have to make sure to call closedir() beforeTobias Doerffel2010-10-201-1/+5
* Non-blocking sockets for Windows.Christian Beier2010-09-131-4/+1
* Cleanup: remove CORBA stuff.Christian Beier2010-09-131-13/+1
* Implement a DisplayFinishedHook for libvncserver.Christian Beier2010-05-191-1/+11
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-111-1/+1
* Thread safety for zrle, zlib, tight.runge2009-05-211-0/+21
* We seem to need to guard against freeing iterator 'i' twice in rfbSendFramebu...runge2008-06-241-4/+8
* Handle colormaps with more than 256 colors.runge2008-05-231-4/+14
* Fix rfbSendSupportedEncodingsdscho2008-01-311-43/+32
* Fix Swap16IfLE() on bytesdscho2008-01-311-3/+3
OpenPOWER on IntegriCloud