| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | the correct way to include rfb.h is now "#include <rfb/rfb.h>" | dscho | 2003-02-20 | 9 | -12/+14 |
* | fixed dependecy to libvncserver.a; if the lib is newer, the programs are reli... | dscho | 2003-02-10 | 1 | -1/+1 |
* | added colourmapexample; fixed LinuxVNC to show the right colours | dscho | 2003-02-10 | 3 | -2/+34 |
* | support for OS X is better now | dscho | 2003-02-09 | 2 | -2/+1 |
* | trying again to support OS X | dscho | 2003-02-09 | 1 | -1/+5 |
* | included vncterm | dscho | 2003-02-09 | 1 | -1/+1 |
* | moved the OSXvnc-server to examples; IRIX fixes (not really IRIX, but shows t... | dscho | 2003-02-09 | 1 | -0/+608 |
* | renamed sraRegion to rfbregion and put it in include/; will be installed now | dscho | 2003-02-09 | 3 | -3/+4 |
* | source from CVS always will need a current autoconf/automake | dscho | 2003-02-09 | 1 | -368/+0 |
* | I give up supporting old autoconf/automake; now require at least 2.52 | dscho | 2003-02-09 | 1 | -0/+368 |
* | make dist fixed; make rpm introduced | dscho | 2003-02-09 | 2 | -0/+6 |
* | removed Makefiles; these are generated now | dscho | 2003-02-08 | 2 | -375/+1 |
* | ignore generated files | dscho | 2003-02-08 | 1 | -0/+1 |
* | missing files | dscho | 2003-02-08 | 3 | -0/+6 |