summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix cargs.c: arguments were not correctly purged.dscho2004-03-224-13/+45
* fix --link for libvncserver-configdscho2004-03-152-1/+5
* x11vnc options -vncconnect, -connect, -remap,runge2004-03-113-56/+518
* link to pre.tar.gz, mention valgrinddscho2004-02-291-0/+6
* update on newsdscho2004-02-291-0/+4
* fixed valgrind warningdscho2004-02-292-7/+15
* x11vnc options -nosel -noprimary -visual.runge2004-02-203-65/+663
* make examples g++ compileable, thanks to Juan Jose Costellodscho2004-02-048-9/+14
* memory leaks fixeddscho2004-01-302-0/+12
* Honour the check for libz, libjpeg againdscho2004-01-2911-20/+24
* add "-progressive height" option to make SendFramebufferUpdate "preemptive"dscho2004-01-215-4/+46
* updatedscho2004-01-211-0/+5
* ignore all test programsdscho2004-01-211-3/+1
* add a simple example how to use rfbDoCopyRectdscho2004-01-212-2/+55
* ignore SIGPIPE by default; it is handled via EPIPEdscho2004-01-212-0/+7
* do not send unnecessary updated because of cursor drawingdscho2004-01-211-7/+14
* handle mouse button number mismatchrunge2004-01-193-73/+938
* 0.6 is out... version is 0.7pre nowdscho2004-01-191-2/+2
* inherit CFLAGSdscho2004-01-191-1/+1
* fix usage of non-existent attribute bufferdscho2004-01-191-8/+11
* compile fix for cygwindscho2004-01-166-5/+20
* x11vnc options -allow, -localhost, -nodragging, -input_skiprunge2004-01-103-25/+181
* fix compilation with Mac OSX: preprocessor can't do recursive macrosdscho2003-12-091-2/+9
* x11vnc: XBell events, -nofb, -notruecolor, misc. cleaningrunge2003-12-094-47/+161
* fixed linkdscho2003-11-271-1/+1
* -inetd, -noshm and friends addeddscho2003-11-112-10/+119
* release 0.6dscho2003-11-073-3/+6
* fix gcc 2.x compilation: no C99dscho2003-10-081-2/+2
* 2002-09-11 Mark McLoughlin <mark@skynet.ie>markmc2003-09-1118-15750/+9
* 2003-09-11 Mark McLoughlin <mark@skynet.ie>markmc2003-09-1123-2499/+156
* ZRLE no longer uses C++, but Cdscho2003-09-0824-778/+1114
* added --disable-cxx flag to configuredscho2003-08-297-1870/+4232
* Karl Runge: 8bpp handling now much better, single window also, many improvementsdscho2003-08-181-63/+199
* socklen_t -> size_tdscho2003-08-184-5/+5
* using autoconf 1.6dscho2003-08-187-469/+822
* added Projects sectiondscho2003-08-091-0/+17
* more files to ignoredscho2003-08-084-0/+15
* make --without-jpeg, --without-zlib workdscho2003-08-085-1/+39
* add --without-jpeg, --without-zlib; repair --without-backchannel, --without-2...dscho2003-08-083-775/+830
* handle EINTR after select()dscho2003-08-082-2/+4
* rfbErr introduceddscho2003-08-0616-44/+46
* forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION un...dscho2003-08-031-9/+10
* really check for setsid, not pgrpdscho2003-08-023-105/+46
* overlooked endian config.h constantdscho2003-08-021-1/+1
* required filedscho2003-08-021-0/+215
* mention NEWS in README, add checks for fork and setpgrpdscho2003-08-013-42/+495
* credit last two changes to Erikdscho2003-07-311-0/+2
* rfbLog can be overridden; EINTR on read/write means just try againdscho2003-07-313-2/+11
* add rfbclient.h to distribution; avoid C++ style commentsdscho2003-07-304-6/+3
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge...dscho2003-07-3062-4582/+2739