| Commit message (Expand) | Author | Age | Files | Lines |
* | fix cargs.c: arguments were not correctly purged. | dscho | 2004-03-22 | 4 | -13/+45 |
* | fix --link for libvncserver-config | dscho | 2004-03-15 | 2 | -1/+5 |
* | x11vnc options -vncconnect, -connect, -remap, | runge | 2004-03-11 | 3 | -56/+518 |
* | link to pre.tar.gz, mention valgrind | dscho | 2004-02-29 | 1 | -0/+6 |
* | update on news | dscho | 2004-02-29 | 1 | -0/+4 |
* | fixed valgrind warning | dscho | 2004-02-29 | 2 | -7/+15 |
* | x11vnc options -nosel -noprimary -visual. | runge | 2004-02-20 | 3 | -65/+663 |
* | make examples g++ compileable, thanks to Juan Jose Costello | dscho | 2004-02-04 | 8 | -9/+14 |
* | memory leaks fixed | dscho | 2004-01-30 | 2 | -0/+12 |
* | Honour the check for libz, libjpeg again | dscho | 2004-01-29 | 11 | -20/+24 |
* | add "-progressive height" option to make SendFramebufferUpdate "preemptive" | dscho | 2004-01-21 | 5 | -4/+46 |
* | update | dscho | 2004-01-21 | 1 | -0/+5 |
* | ignore all test programs | dscho | 2004-01-21 | 1 | -3/+1 |
* | add a simple example how to use rfbDoCopyRect | dscho | 2004-01-21 | 2 | -2/+55 |
* | ignore SIGPIPE by default; it is handled via EPIPE | dscho | 2004-01-21 | 2 | -0/+7 |
* | do not send unnecessary updated because of cursor drawing | dscho | 2004-01-21 | 1 | -7/+14 |
* | handle mouse button number mismatch | runge | 2004-01-19 | 3 | -73/+938 |
* | 0.6 is out... version is 0.7pre now | dscho | 2004-01-19 | 1 | -2/+2 |
* | inherit CFLAGS | dscho | 2004-01-19 | 1 | -1/+1 |
* | fix usage of non-existent attribute buffer | dscho | 2004-01-19 | 1 | -8/+11 |
* | compile fix for cygwin | dscho | 2004-01-16 | 6 | -5/+20 |
* | x11vnc options -allow, -localhost, -nodragging, -input_skip | runge | 2004-01-10 | 3 | -25/+181 |
* | fix compilation with Mac OSX: preprocessor can't do recursive macros | dscho | 2003-12-09 | 1 | -2/+9 |
* | x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning | runge | 2003-12-09 | 4 | -47/+161 |
* | fixed link | dscho | 2003-11-27 | 1 | -1/+1 |
* | -inetd, -noshm and friends added | dscho | 2003-11-11 | 2 | -10/+119 |
* | release 0.6 | dscho | 2003-11-07 | 3 | -3/+6 |
* | fix gcc 2.x compilation: no C99 | dscho | 2003-10-08 | 1 | -2/+2 |
* | 2002-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 18 | -15750/+9 |
* | 2003-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 23 | -2499/+156 |
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 24 | -778/+1114 |
* | added --disable-cxx flag to configure | dscho | 2003-08-29 | 7 | -1870/+4232 |
* | Karl Runge: 8bpp handling now much better, single window also, many improvements | dscho | 2003-08-18 | 1 | -63/+199 |
* | socklen_t -> size_t | dscho | 2003-08-18 | 4 | -5/+5 |
* | using autoconf 1.6 | dscho | 2003-08-18 | 7 | -469/+822 |
* | added Projects section | dscho | 2003-08-09 | 1 | -0/+17 |
* | more files to ignore | dscho | 2003-08-08 | 4 | -0/+15 |
* | make --without-jpeg, --without-zlib work | dscho | 2003-08-08 | 5 | -1/+39 |
* | add --without-jpeg, --without-zlib; repair --without-backchannel, --without-2... | dscho | 2003-08-08 | 3 | -775/+830 |
* | handle EINTR after select() | dscho | 2003-08-08 | 2 | -2/+4 |
* | rfbErr introduced | dscho | 2003-08-06 | 16 | -44/+46 |
* | forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION un... | dscho | 2003-08-03 | 1 | -9/+10 |
* | really check for setsid, not pgrp | dscho | 2003-08-02 | 3 | -105/+46 |
* | overlooked endian config.h constant | dscho | 2003-08-02 | 1 | -1/+1 |
* | required file | dscho | 2003-08-02 | 1 | -0/+215 |
* | mention NEWS in README, add checks for fork and setpgrp | dscho | 2003-08-01 | 3 | -42/+495 |
* | credit last two changes to Erik | dscho | 2003-07-31 | 1 | -0/+2 |
* | rfbLog can be overridden; EINTR on read/write means just try again | dscho | 2003-07-31 | 3 | -2/+11 |
* | add rfbclient.h to distribution; avoid C++ style comments | dscho | 2003-07-30 | 4 | -6/+3 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 62 | -4582/+2739 |