Commit Graph

321 Commits (1589d04d500e7c89b91ebe828ff02a430355de28)
 

Author SHA1 Message Date
runge ed986a0bbe x11vnc options -vncconnect, -connect, -remap,
20 years ago
dscho 74b9f7de2e link to pre.tar.gz, mention valgrind
20 years ago
dscho 9bdee1a7f0 update on news
20 years ago
dscho 7aa9d27733 fixed valgrind warning
20 years ago
runge c08bfcfd02 x11vnc options -nosel -noprimary -visual.
20 years ago
dscho 50a80e7304 make examples g++ compileable, thanks to Juan Jose Costello
20 years ago
dscho 2fbf23c17f memory leaks fixed
20 years ago
dscho e0cbabec29 Honour the check for libz, libjpeg again
20 years ago
dscho 34fc97a52a add "-progressive height" option to make SendFramebufferUpdate "preemptive"
20 years ago
dscho 3a472f8805 update
20 years ago
dscho ce4c02b6f4 ignore all test programs
20 years ago
dscho c0c5aace2f add a simple example how to use rfbDoCopyRect
20 years ago
dscho d58d3af1ce ignore SIGPIPE by default; it is handled via EPIPE
20 years ago
dscho c4a0223e38 do not send unnecessary updated because of cursor drawing
20 years ago
runge dede774922 handle mouse button number mismatch
20 years ago
dscho c63b5bb0d2 0.6 is out... version is 0.7pre now
20 years ago
dscho bdc365a09c inherit CFLAGS
20 years ago
dscho 6e7aa909e9 fix usage of non-existent attribute buffer
20 years ago
dscho 15f3a61eb5 compile fix for cygwin
20 years ago
runge 11e3f6a6b0 x11vnc options -allow, -localhost, -nodragging, -input_skip
21 years ago
dscho 7cb3958fd9 fix compilation with Mac OSX: preprocessor can't do recursive macros
21 years ago
runge b7643ac9aa x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning
21 years ago
dscho 13716c3e2f fixed link
21 years ago
dscho f6e8710729 -inetd, -noshm and friends added
21 years ago
dscho 8b0d8da5bf release 0.6
21 years ago
dscho d117c4b564 fix gcc 2.x compilation: no C99
21 years ago
markmc d02db5cac4 2002-09-11 Mark McLoughlin <mark@skynet.ie>
21 years ago
markmc 9edf7e56bb 2003-09-11 Mark McLoughlin <mark@skynet.ie>
21 years ago
dscho 937b906f0d ZRLE no longer uses C++, but C
21 years ago
dscho f41eee753e added --disable-cxx flag to configure
21 years ago
dscho 872405e698 Karl Runge: 8bpp handling now much better, single window also, many improvements
21 years ago
dscho e66f28fcaa socklen_t -> size_t
21 years ago
dscho 7dc44503f6 using autoconf 1.6
21 years ago
dscho 1154bd8972 added Projects section
21 years ago
dscho 682e8a669a more files to ignore
21 years ago
dscho 1fd42ce98c make --without-jpeg, --without-zlib work
21 years ago
dscho f9e179613f add --without-jpeg, --without-zlib; repair --without-backchannel, --without-24bpp
21 years ago
dscho 98c888cd6b handle EINTR after select()
21 years ago
dscho 4fcb60871b rfbErr introduced
21 years ago
dscho 79c414ab99 forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION unneccessary...
21 years ago
dscho 34316ef618 really check for setsid, not pgrp
21 years ago
dscho 37b93d7844 overlooked endian config.h constant
21 years ago
dscho 89c6e645bb required file
21 years ago
dscho 428fc93ee8 mention NEWS in README, add checks for fork and setpgrp
21 years ago
dscho 71c8b9a33b credit last two changes to Erik
21 years ago
dscho 48029a3a0b rfbLog can be overridden; EINTR on read/write means just try again
21 years ago
dscho ae5142bdbd add rfbclient.h to distribution; avoid C++ style comments
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago
dscho 964aa1628f further valgrinding showed leaked mallocs
21 years ago
dscho 9b46601daa adapted dox
21 years ago