summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* fix memory leaks detected using valgrinddscho2005-05-142-6/+6
* socketInitDone -> socketStatedscho2005-05-074-9/+56
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; c...runge2005-05-031-0/+2
* clear requested region after handling itdscho2005-04-271-1/+1
* autoconf: rpm -> rpmbuild and echo -n -> printfrunge2005-03-051-1/+1
* add '-listen ipaddr' optionrunge2005-03-054-12/+47
* 10l: really fix preferredEncoding set from outsidedscho2005-01-251-1/+2
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-211-0/+38
* disappearing cursor fixed & debug message purgeddscho2005-01-201-1/+0
* fix disappearing cursordscho2005-01-203-12/+12
* redraw region under old cursor even if the old cursor doesn't have to be freed.dscho2005-01-191-2/+3
* oops, a debug message slipped throughdscho2005-01-191-2/+0
* pointerClient was still static.dscho2005-01-184-158/+148
* add convenience function to clip using x2,y2 instead of w,hdscho2005-01-181-0/+22
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-161-6/+81
* add comment "if col=bcol, assume background is transparent"dscho2005-01-141-1/+2
* fix commentdscho2005-01-141-1/+2
* close socket in ClientConnectionGonedscho2005-01-141-0/+3
* return value of rfbProcessEvents tells if an update was pendingdscho2005-01-141-2/+8
* fix segfault when trying to write outside of frameBufferdscho2005-01-141-1/+1
* add hook to allow for custom client messagesdscho2005-01-032-0/+9
* x11vnc: synchronous mode for -remote, string cleanuprunge2004-12-201-0/+1
* don't mix up width & height!dscho2004-12-171-1/+1
* support MinGW32!dscho2004-12-013-13/+17
* release client list mutex earlierdscho2004-10-021-2/+2
* output only via rfbErrdscho2004-09-031-4/+4
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-3020-423/+423
* convert c++ comments to c commentsdscho2004-06-181-8/+8
* debugdscho2004-06-181-0/+8
* fix CoRRE with maxRectsPerUpdate bugdscho2004-06-151-2/+4
* all this moving and renaming needs changes in the cvsignores, too!dscho2004-06-071-0/+4
* fix cursor trails (when not using cursor encoding and moving the cursor,dscho2004-06-071-2/+14
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au...dscho2004-06-071-1/+1
* x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfilerunge2004-05-272-13/+15
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-2537-0/+12775