| Commit message (Expand) | Author | Age | Files | Lines |
* | x11vnc: add kludge to experiment with turbovnc. | runge | 2009-02-28 | 1 | -1/+1 |
* | clean up build flags | dscho | 2009-02-03 | 1 | -0/+1 |
* | configure: use _cv_ in cache var name | dscho | 2009-02-03 | 1 | -1/+1 |
* | configure: use AM_PROG_CC_C_O | dscho | 2009-02-03 | 1 | -0/+1 |
* | configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7 | runge | 2009-01-12 | 1 | -2/+2 |
* | configure.ac: add include file file for libXrandr on Solaris. | runge | 2009-01-04 | 1 | -1/+7 |
* | Tweak messages. Add shmat for --without-x building. | runge | 2008-11-05 | 1 | -9/+14 |
* | Enable --with-ssl=DIR option. | runge | 2008-06-03 | 1 | -13/+36 |
* | Add X509_print_ex_fp check for x11vnc. | runge | 2008-05-12 | 1 | -0/+5 |
* | Recurse into subdirectory x11vnc/ when configuring with --with-x11vnc | dscho | 2008-01-31 | 1 | -0/+1 |
* | Add CMake support (thanks to Christian Ehrlicher) | dscho | 2008-01-29 | 1 | -2/+2 |
* | configure.ac check for external system libvncserver version. set x11vnc versi... | runge | 2007-07-05 | 1 | -34/+77 |
* | x11vnc: fix build error if libssl is missing or --without-ssl supplied. | runge | 2007-06-15 | 1 | -0/+12 |
* | configure.ac: fix x11vnc --with-system-libvncserver build and add -R link flag. | runge | 2007-05-27 | 1 | -24/+42 |
* | configure: make more of a split between libvncserver and x11vnc pkgs. | runge | 2007-05-27 | 1 | -34/+101 |
* | x11vnc: add groups handling for -users mode. | runge | 2007-05-05 | 1 | -1/+1 |
* | prepare for release of LibVNCServer 0.9 | dscho | 2007-04-07 | 1 | -2/+2 |
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -1/+1 |
* | x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego Pett... | runge | 2007-02-12 | 1 | -0/+27 |
* | use AC_CHECK_LIB for fbpm and dpms | runge | 2006-11-22 | 1 | -5/+4 |
* | enable --without-fbpm and --without-dpms | runge | 2006-11-21 | 1 | -6/+12 |
* | x11vnc: Mac OS X fb fixes and cuttext, -nodpms option, local user wireframing | runge | 2006-11-21 | 1 | -0/+5 |
* | x11vnc: Native Mac OS X support. | runge | 2006-11-13 | 1 | -1/+32 |
* | configure.ac -R and macosx, prepare_x11vnc_dist.sh rpm fix | runge | 2006-11-08 | 1 | -8/+19 |
* | x11vnc: enable --without-x builds for -rawfb only binaries. | runge | 2006-07-18 | 1 | -60/+65 |
* | update versions for next rel. add some more shortcuts to user:opts | runge | 2006-07-15 | 1 | -2/+2 |
* | LibVNCServer 0.8.2 release. | runge | 2006-07-12 | 1 | -2/+2 |
* | x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed). | runge | 2006-07-09 | 1 | -0/+12 |
* | x11vnc: remove compiler warnings; HP-UX tweaks. | runge | 2006-07-04 | 1 | -0/+7 |
* | x11vnc: more -unixpw work. add -license, etc. options | runge | 2006-07-04 | 1 | -1/+1 |
* | x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, -ra... | runge | 2006-05-07 | 1 | -1/+17 |
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -0/+4 |
* | SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils f... | runge | 2006-04-05 | 1 | -0/+8 |
* | SSL patch for Java viewer. https support for x11vnc. | runge | 2006-03-28 | 1 | -17/+24 |
* | x11vnc: add -ssl mode using libssl. Include Xdummy in misc. | runge | 2006-03-12 | 1 | -1/+20 |
* | x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui t... | runge | 2006-03-05 | 1 | -1/+16 |
* | x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SM... | runge | 2006-03-03 | 1 | -1/+1 |
* | x11vnc: -unixpw and -stunnel. Add clipboard to input control. | runge | 2006-02-25 | 1 | -2/+2 |
* | IRIX linker is very picky about order of libraries | dscho | 2006-02-21 | 1 | -3/+3 |
* | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 1 | -2/+2 |
* | configure.ac: add switches for most X extensions. | runge | 2006-01-12 | 1 | -31/+61 |
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 1 | -0/+8 |
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,... | runge | 2005-11-25 | 1 | -10/+21 |
* | configure.ac: test ... == ... not allowed on all unix. | runge | 2005-10-23 | 1 | -2/+2 |
* | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 1 | -7/+0 |
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -0/+8 |
* | configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of beta-testing fixes. | runge | 2005-06-18 | 1 | -2/+12 |
* | main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ... | runge | 2005-06-14 | 1 | -0/+10 |
* | no longer complain on Solaris about missing ar, which was not really missing | dscho | 2005-06-11 | 1 | -0/+2 |
* | link to libmp3lame only if exists | dscho | 2005-06-06 | 1 | -1/+4 |