Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | * Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS. | |||||
* | 2003-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 23 | -2499/+156 | |
| | | | | | | | | | | | | | | * rdr/Exception.h, rdr/FdInStream.cxx, rdr/FdInStream.h, rdr/FdOutStream.cxx, rdr/FdOutStream.h, rdr/FixedMemOutStream.h, rdr/InStream.cxx, rdr/InStream.h, rdr/MemInStream.h, rdr/MemOutStream.h, rdr/NullOutStream.cxx, rdr/NullOutStream.h, rdr/OutStream.h, rdr/ZlibInStream.cxx, rdr/ZlibInStream.h, rdr/ZlibOutStream.cxx, rdr/ZlibOutStream.h, rdr/types.h, zrle.cxx, zrleDecode.h, zrleEncode.h: remove original C++ ZRLE implementation. Its been ported to C. * NEWS: copy the existing ChangeLog to here and make this a more detailed ChangeLog. | |||||
* | 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, ↵ | dscho | 2003-08-08 | 3 | -775/+830 | |
| | | | | --without-24bpp | |||||
* | 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 ↵ | dscho | 2003-08-03 | 1 | -9/+10 | |
| | | | | unneccessary... | |||||
* | 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 ↵ | dscho | 2003-07-30 | 62 | -4582/+2739 | |
| | | | | get prefix "LIBVNCSERVER_" | |||||
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 9 | -24/+101 | |
| | ||||||
* | adapted dox | dscho | 2003-07-28 | 2 | -1/+14 | |
| | ||||||
* | is autoconfed now | dscho | 2003-07-28 | 1 | -365/+0 | |
| | ||||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 45 | -2166/+5367 | |
| | | | | should not be used in a library (use rfbLog instead) | |||||
* | first beginnings of automatic tests, thanks to libvncclient | dscho | 2003-07-28 | 1 | -0/+25 | |
| | ||||||
* | synced with TightVNC and RealVNC | dscho | 2003-07-28 | 10 | -62/+156 | |
| | ||||||
* | debug flags | dscho | 2003-07-28 | 4 | -3/+6 | |
| | ||||||
* | libvncclient | dscho | 2003-07-27 | 1 | -0/+2 | |
| | ||||||
* | first alpha version of libvncclient | dscho | 2003-07-27 | 13 | -1/+3211 | |
| | ||||||
* | make vncauth usable also for upcoming libvncclient | dscho | 2003-07-27 | 3 | -57/+60 | |
| | ||||||
* | Added simple examples | dscho | 2003-07-25 | 7 | -8/+73 | |
| | ||||||
* | these files are generated by configure | dscho | 2003-07-11 | 2 | -209/+0 | |
| | ||||||
* | long standing bug in http; was sending .jar twice | dscho | 2003-07-11 | 2 | -0/+3 | |
| | ||||||
* | another try to make CVS more helpful with configure | dscho | 2003-07-10 | 16 | -0/+12762 | |
| | ||||||
* | also distribute classes/ directory | dscho | 2003-07-10 | 3 | -2/+5 | |
| | ||||||
* | fix compile | dscho | 2003-07-10 | 1 | -4/+4 | |
| | ||||||
* | http options inserted | dscho | 2003-06-28 | 2 | -1/+13 | |
| | ||||||
* | fix am__fastdepCXX for system not having ZLIB | dscho | 2003-05-05 | 1 | -2/+2 | |
| | ||||||
* | added ChangeLog for x11vnc | dscho | 2003-04-03 | 1 | -0/+51 | |
| | ||||||
* | new version from Karl! | dscho | 2003-04-03 | 1 | -265/+1187 | |
| | ||||||
* | let libvncserver-config behave as expected when called without installing | dscho | 2003-02-28 | 3 | -6/+26 | |
| | ||||||
* | added some documentation how to compile from CVS sources | dscho | 2003-02-27 | 1 | -0/+10 | |
| | ||||||
* | #include <rfb/rfbregion.h> instead of #include "rfbregion.h" | dscho | 2003-02-21 | 1 | -4/+4 | |
| | ||||||
* | update ChangeLog | dscho | 2003-02-20 | 1 | -0/+11 | |
| | ||||||
* | #include <rfb/rfb.h> instead of "rfb.h" | dscho | 2003-02-20 | 1 | -1/+1 | |
| | ||||||
* | the correct way to include rfb.h is now "#include <rfb/rfb.h>" | dscho | 2003-02-20 | 15 | -18/+23 | |
| |