| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove completely broken Visual Studio project files | Johannes Schindelin | 2011-01-31 | 1 | -93/+0 |
* | Add doxygen documentation support. | Christian Beier | 2010-11-18 | 7 | -5/+21 |
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 1 | -1/+1 |
* | clean up build flags | dscho | 2009-02-03 | 1 | -1/+1 |
* | examples/mac: disable the cursor | dscho | 2008-05-13 | 1 | -0/+3 |
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -1/+1 |
* | include rotatetemplate.c in the tarball | dscho | 2006-04-30 | 1 | -1/+1 |
* | add rotate and flip example | dscho | 2006-04-27 | 5 | -2/+149 |
* | malloc.h should not be needed (it is missing on quite a few platforms) | dscho | 2006-04-27 | 1 | -1/+0 |
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -1/+1 |
* | Added an example camera application to demonstrate another way to write a ser... | steven_carr | 2006-04-17 | 2 | -1/+154 |
* | Fix blooptest example | dscho | 2006-03-01 | 3 | -5/+3 |
* | if compiling with pthreads, also compile blooptest | dscho | 2006-03-01 | 1 | -1/+9 |
* | x11vnc: the big split. | runge | 2006-01-09 | 1 | -1/+2 |
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -2/+5 |
* | previous patch turned compile warning in a compile error; fix that ;-) | dscho | 2005-12-09 | 1 | -1/+1 |
* | fix compile warnings | dscho | 2005-12-08 | 1 | -3/+5 |
* | The PseudoEncoding extension code was getting silly: | dscho | 2005-10-07 | 1 | -1/+1 |
* | add BackChannel extension example | dscho | 2005-10-06 | 2 | -1/+114 |
* | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 1 | -60/+0 |
* | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 |
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 3 | -1/+18 |
* | mac works! | dscho | 2005-05-24 | 1 | -0/+1 |
* | fix off by one bug | dscho | 2005-05-24 | 1 | -2/+4 |
* | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 1 | -0/+2 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 7 | -35/+44 |
* | more files to ignore | dscho | 2005-05-14 | 1 | -0/+2 |
* | fix memory leaks detected using valgrind | dscho | 2005-05-14 | 1 | -0/+1 |
* | socketInitDone -> socketState | dscho | 2005-05-07 | 2 | -3/+10 |
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -7/+0 |
* | reverted segfault fix; use rfbDrawCharWithClip | dscho | 2005-01-14 | 1 | -1/+1 |
* | compile fix on mac; still untested... | dscho | 2004-12-20 | 1 | -5/+5 |
* | support MinGW32! | dscho | 2004-12-01 | 2 | -1/+3 |
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 6 | -8/+8 |
* | now that the examples reside in a subdirectory, the classes path has to be ad... | dscho | 2004-06-18 | 3 | -3/+3 |
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au... | dscho | 2004-06-07 | 3 | -61/+2 |
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 2 | -2/+2 |
* | add support for pgm and pbm (8-bit and 1-bit grayscale images) | dscho | 2004-03-24 | 1 | -14/+50 |
* | make examples g++ compileable, thanks to Juan Jose Costello | dscho | 2004-02-04 | 6 | -6/+6 |
* | 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 |
* | 2002-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 1 | -453/+0 |
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -2/+1 |
* | using autoconf 1.6 | dscho | 2003-08-18 | 1 | -39/+50 |
* | rfbErr introduced | dscho | 2003-08-06 | 2 | -2/+2 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 6 | -80/+66 |
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho... | dscho | 2003-07-28 | 7 | -53/+67 |
* | debug flags | dscho | 2003-07-28 | 2 | -2/+2 |
* | Added simple examples | dscho | 2003-07-25 | 5 | -7/+71 |
* | another try to make CVS more helpful with configure | dscho | 2003-07-10 | 1 | -0/+416 |