summaryrefslogtreecommitdiffstats
path: root/libvncserver/rfbserver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-021-4/+28
* add KeyboardLedState extensiondscho2006-03-281-2/+67
* ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr)dscho2006-03-271-0/+2
* rfbProcessEvents() has to iterate also over clients with sock < 0 to close themdscho2006-01-101-2/+16
* make compile again with pthreads; fix off-by-one errordscho2005-12-221-2/+4
* introduce -deferptrupdate (thanks Dave)dscho2005-12-191-4/+14
* assorted fixes for MinGW32dscho2005-12-191-0/+2
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-6/+10
* The PseudoEncoding extension code was getting silly:dscho2005-10-071-4/+2
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-061-42/+0
* provide a list of the pseudo encodings understood by the extensiondscho2005-10-061-4/+37
* add enablePseudoEncoding() to rfbProtocolExtensiondscho2005-10-031-7/+24
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-14/+21
* Introduce generic protocol extension method. Deprecatedscho2005-09-271-7/+36
* support VNC protocol version 3.7dscho2005-09-261-3/+14
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-181-0/+2
* fix SIGSEGV when client has incompatible protocol; release mutex before freei...dscho2005-05-161-2/+5
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-70/+53
* libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaksrunge2005-05-151-2/+2
* fix memory leaks detected using valgrinddscho2005-05-141-5/+4
* socketInitDone -> socketStatedscho2005-05-071-4/+1
* clear requested region after handling itdscho2005-04-271-1/+1
* 10l: really fix preferredEncoding set from outsidedscho2005-01-251-1/+2
* fix disappearing cursordscho2005-01-201-5/+5
* pointerClient was still static.dscho2005-01-181-84/+72
* close socket in ClientConnectionGonedscho2005-01-141-0/+3
* add hook to allow for custom client messagesdscho2005-01-031-0/+3
* release client list mutex earlierdscho2004-10-021-2/+2
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-51/+51
* fix CoRRE with maxRectsPerUpdate bugdscho2004-06-151-2/+4
* x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfilerunge2004-05-271-11/+11
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+1808