summaryrefslogtreecommitdiffstats
path: root/libvncserver/rfbserver.c
Commit message (Collapse)AuthorAgeFilesLines
* add enablePseudoEncoding() to rfbProtocolExtensiondscho2005-10-031-7/+24
|
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-14/+21
| | | | Thank you very much, Rohit!
* Introduce generic protocol extension method. Deprecatedscho2005-09-271-7/+36
| | | | the processCustomClientMessage() method.
* support VNC protocol version 3.7dscho2005-09-261-3/+14
|
* hide strict ansi stuff if not explicitely turned on; actually use the ↵dscho2005-05-181-0/+2
| | | | socklen_t test from configure.ac
* fix SIGSEGV when client has incompatible protocol; release mutex before ↵dscho2005-05-161-2/+5
| | | | freeing it
* 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
| | | | | | | | | | | | | | | | | | | | | | do not make requestedRegion empty without reason. the cursor handling for clients which don't handle CursorShape updates was completely broken. It originally was very complicated for performance reasons, however, in most cases it made performance even worse, because at idle times there was way too much checking going on, and furthermore, sometimes unnecessary updates were inevitable. The code now is much more elegant: the ClientRec structure knows exactly where it last painted the cursor, and the ScreenInfo structure knows where the cursor shall be. As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more dontSendFramebufferUpdate, and no more isCursorDrawn. It is now possible to have clients which understand CursorShape updates and clients which don't at the same time. rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor structure knows what to free and what not.
* 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
| | | | while structure members should not
* 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