summaryrefslogtreecommitdiffstats
path: root/libvncserver/rfbserver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move tightQualityLevel out of the JPEG specific partdscho2008-01-311-2/+2
* Add missing #include <time.h> (thanks Christian Ehrlicher)dscho2008-01-291-0/+2
* Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)dscho2008-01-291-0/+3
* Avoid misaligned access on 64-bit machinesdscho2007-09-171-13/+15
* More fixes to ultra java viewer, ultrafilexfer debugging output, fix -loop in...runge2007-05-191-7/+10
* In rfbSendFileTransferChunk() check permitFileTransfer 1st to avoid false ala...runge2007-05-171-3/+4
* Drop client if UltraVNC filetransfer is not enabled.runge2007-05-161-3/+33
* Fix a locking problem in libvncserverdscho2007-03-171-1/+1
* compile fix for MinGWdscho2007-01-251-19/+27
* x11vnc: improve ultravnc filexfer rate by calling rfbCheckFD more oftenrunge2006-09-181-1/+2
* x11vnc: clear DISPLAY for -unixpw su_verify, user supplied sig ignore.runge2006-09-151-2/+2
* RFB 3.8 clients are well informedsteven_carr2006-06-051-7/+24
* Plugged some memory leakagesteven_carr2006-05-281-0/+2
* Permit auth.c to test major versionsteven_carr2006-05-161-0/+1
* Support sending TextChat messages back to the clientsteven_carr2006-05-151-0/+41
* Default to RFB 3.8, add command line option to specify the RFB version.steven_carr2006-05-151-2/+14
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-103/+910
* fix some build issues WRT ultravnc code.runge2006-05-131-3/+5
* Server Capability Encodingssteven_carr2006-05-041-3/+277
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-23/+93