Commit Graph

605 Commits (8cda60969b6d2df88e0f4fc0fd267dc26adb3872)
 

Author SHA1 Message Date
dscho bdc365a09c inherit CFLAGS 21 years ago
dscho 6e7aa909e9 fix usage of non-existent attribute buffer 21 years ago
dscho 15f3a61eb5 compile fix for cygwin 21 years ago
runge 11e3f6a6b0 x11vnc options -allow, -localhost, -nodragging, -input_skip
minimize memory usage under -nofb
21 years ago
dscho 7cb3958fd9 fix compilation with Mac OSX: preprocessor can't do recursive macros 22 years ago
runge b7643ac9aa x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning 22 years ago
dscho 13716c3e2f fixed link 22 years ago
dscho f6e8710729 -inetd, -noshm and friends added 22 years ago
dscho 8b0d8da5bf release 0.6 22 years ago
dscho d117c4b564 fix gcc 2.x compilation: no C99 22 years ago
markmc d02db5cac4 2002-09-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.in, */Makefile.in, aclocal.m4,
          bootstrap.sh, config.h.in, configure,
          depcomp, install-sh, missing, mkinstalldirs,
        Removed auto-generated files from CVS.
22 years ago
markmc 9edf7e56bb 2003-09-11 Mark McLoughlin <mark@skynet.ie>
* rdr/Exception.h, rdr/FdInStream.cxx, rdr/FdInStream.h,
          rdr/FdOutStream.cxx, rdr/FdOutStream.h, rdr/FixedMemOutStream.h,
          rdr/InStream.cxx, rdr/InStream.h, rdr/MemInStream.h,
          rdr/MemOutStream.h, rdr/NullOutStream.cxx, rdr/NullOutStream.h,
          rdr/OutStream.h, rdr/ZlibInStream.cxx, rdr/ZlibInStream.h,
          rdr/ZlibOutStream.cxx, rdr/ZlibOutStream.h, rdr/types.h,
          zrle.cxx, zrleDecode.h, zrleEncode.h: remove original
        C++ ZRLE implementation. Its been ported to C.

        * NEWS: copy the existing ChangeLog to here and make
        this a more detailed ChangeLog.
22 years ago
dscho 937b906f0d ZRLE no longer uses C++, but C 22 years ago
dscho f41eee753e added --disable-cxx flag to configure 22 years ago
dscho 872405e698 Karl Runge: 8bpp handling now much better, single window also, many improvements 22 years ago
dscho e66f28fcaa socklen_t -> size_t 22 years ago
dscho 7dc44503f6 using autoconf 1.6 22 years ago
dscho 1154bd8972 added Projects section 22 years ago
dscho 682e8a669a more files to ignore 22 years ago
dscho 1fd42ce98c make --without-jpeg, --without-zlib work 22 years ago
dscho f9e179613f add --without-jpeg, --without-zlib; repair --without-backchannel, --without-24bpp 22 years ago
dscho 98c888cd6b handle EINTR after select() 22 years ago
dscho 4fcb60871b rfbErr introduced 22 years ago
dscho 79c414ab99 forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION unneccessary... 22 years ago
dscho 34316ef618 really check for setsid, not pgrp 22 years ago
dscho 37b93d7844 overlooked endian config.h constant 22 years ago
dscho 89c6e645bb required file 22 years ago
dscho 428fc93ee8 mention NEWS in README, add checks for fork and setpgrp 22 years ago
dscho 71c8b9a33b credit last two changes to Erik 22 years ago
dscho 48029a3a0b rfbLog can be overridden; EINTR on read/write means just try again 22 years ago
dscho ae5142bdbd add rfbclient.h to distribution; avoid C++ style comments 22 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 22 years ago
dscho 964aa1628f further valgrinding showed leaked mallocs 22 years ago
dscho 9b46601daa adapted dox 22 years ago
dscho 2cc9392914 is autoconfed now 22 years ago
dscho 13b358fed1 fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead) 22 years ago
dscho eef408c1d8 first beginnings of automatic tests, thanks to libvncclient 22 years ago
dscho 9f0a1a3bc1 synced with TightVNC and RealVNC 22 years ago
dscho b9ebdab1f2 debug flags 22 years ago
dscho cc250a1e71 libvncclient 22 years ago
dscho 0fc57f2054 first alpha version of libvncclient 22 years ago
dscho a1ce2ac48f make vncauth usable also for upcoming libvncclient 22 years ago
dscho 1e60fc200a Added simple examples 22 years ago
dscho 1694a57460 these files are generated by configure 22 years ago
dscho 0ca0f4b3a8 long standing bug in http; was sending .jar twice 22 years ago
dscho d5ac0a551a another try to make CVS more helpful with configure 22 years ago
dscho ebc250a946 also distribute classes/ directory 22 years ago
dscho 1363751768 fix compile 22 years ago
dscho d4d51c3305 http options inserted 22 years ago
dscho 6da361200c fix am__fastdepCXX for system not having ZLIB 22 years ago