summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* no longer complain on Solaris about missing ar, which was not really missingdscho2005-06-112-0/+5
* add definitions from other VNC implementationsdscho2005-06-061-0/+300
* more TODOsdscho2005-06-061-0/+2
* link to libmp3lame only if existsdscho2005-06-062-2/+9
* main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add -fix...runge2005-06-048-156/+442
* main.c: fix copyRect for non-cursor-shape-aware clients.runge2005-05-316-444/+568
* newsdscho2005-05-251-0/+8
* x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetilerunge2005-05-258-233/+983
* mac works!dscho2005-05-241-0/+1
* make libvncserver-conf executable the autoconf waydscho2005-05-242-5/+1
* "make t" now executes the testsdscho2005-05-241-0/+2
* do distribute and depend on zrle.cdscho2005-05-241-2/+2
* implement ZRLE decodingdscho2005-05-247-6/+437
* try 32 bit firstdscho2005-05-241-1/+2
* fix off by one bugdscho2005-05-242-4/+8
* init a structure *before* using it...dscho2005-05-232-1/+3
* remove wrong commentdscho2005-05-231-16/+0
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-235-214/+226
* work around bug in ffmpegdscho2005-05-231-0/+1
* simplify configure (do not check for malloc(0) bug)dscho2005-05-232-1/+3
* fix compilation for LIBAVCODEC_BUILD==4754dscho2005-05-231-0/+5
* finally fix socklen_t problemdscho2005-05-201-2/+2
* fix socklen_t also for definesdscho2005-05-181-1/+2
* fix compilation for systems without socklen_tdscho2005-05-183-5/+5
* fix off by one bugdscho2005-05-181-2/+2
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-1812-3/+29
* x11vnc: more scrolling, -scr_term, -wait_ui, -nowait_bogrunge2005-05-187-226/+1048
* also distribute private.h...dscho2005-05-171-1/+1
* update TODOsdscho2005-05-171-0/+1
* fix SIGSEGV when client has incompatible protocol; release mutex before freei...dscho2005-05-161-2/+5
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-1548-591/+578
* libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaksrunge2005-05-152-2/+3
* more files to ignoredscho2005-05-144-0/+8
* fix memory leaks detected using valgrinddscho2005-05-144-6/+10
* x11vnc: more improvements to -scrollcopyrect and -xkb modes.runge2005-05-147-1765/+5326
* socketInitDone -> socketStatedscho2005-05-0714-20/+96
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; c...runge2005-05-033-12/+22
* x11vnc: -scrollcopyrect/RECORD, etc. configure.ac: customizations for x11vnc...runge2005-05-038-885/+3732
* clear requested region after handling itdscho2005-04-272-1/+4
* x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd, -unsafe, -no...runge2005-04-198-1095/+3114
* x11vnc: add rawfb setup example misc/ranfb.plrunge2005-04-123-2/+159
* x11vnc: fix some -rawfb bugs, add setup:cmdrunge2005-04-117-573/+932
* x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...runge2005-04-1020-290/+2862
* x11vnc: use DEC-XTRAP on legacy X11R5, -shiftcmap, -httprunge2005-04-048-234/+551
* x11vnc: fix event leaks, build-time customizations, -nolookuprunge2005-03-297-1000/+1556
* x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat Nrunge2005-03-207-1145/+1963
* x11vnc: X DAMAGE support, -clip WxH+X+Y, identd.runge2005-03-127-718/+1700
* fix compilation when no libz is availabledscho2005-03-091-0/+2
* do the in_addr_t stuff correctly...dscho2005-03-072-1/+6
* check for in_addr_tdscho2005-03-071-0/+11