summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* release 0.6dscho2003-11-073-3/+6
|
* fix gcc 2.x compilation: no C99dscho2003-10-081-2/+2
|
* 2002-09-11 Mark McLoughlin <mark@skynet.ie>markmc2003-09-1118-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>markmc2003-09-1123-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 Cdscho2003-09-0824-778/+1114
|
* added --disable-cxx flag to configuredscho2003-08-297-1870/+4232
|
* Karl Runge: 8bpp handling now much better, single window also, many improvementsdscho2003-08-181-63/+199
|
* socklen_t -> size_tdscho2003-08-184-5/+5
|
* using autoconf 1.6dscho2003-08-187-469/+822
|
* added Projects sectiondscho2003-08-091-0/+17
|
* more files to ignoredscho2003-08-084-0/+15
|
* make --without-jpeg, --without-zlib workdscho2003-08-085-1/+39
|
* add --without-jpeg, --without-zlib; repair --without-backchannel, ↵dscho2003-08-083-775/+830
| | | | --without-24bpp
* handle EINTR after select()dscho2003-08-082-2/+4
|
* rfbErr introduceddscho2003-08-0616-44/+46
|
* forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION ↵dscho2003-08-031-9/+10
| | | | unneccessary...
* really check for setsid, not pgrpdscho2003-08-023-105/+46
|
* overlooked endian config.h constantdscho2003-08-021-1/+1
|
* required filedscho2003-08-021-0/+215
|
* mention NEWS in README, add checks for fork and setpgrpdscho2003-08-013-42/+495
|
* credit last two changes to Erikdscho2003-07-311-0/+2
|
* rfbLog can be overridden; EINTR on read/write means just try againdscho2003-07-313-2/+11
|
* add rfbclient.h to distribution; avoid C++ style commentsdscho2003-07-304-6/+3
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-3062-4582/+2739
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-299-24/+101
|
* adapted doxdscho2003-07-282-1/+14
|
* is autoconfed nowdscho2003-07-281-365/+0
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-2845-2166/+5367
| | | | should not be used in a library (use rfbLog instead)
* first beginnings of automatic tests, thanks to libvncclientdscho2003-07-281-0/+25
|
* synced with TightVNC and RealVNCdscho2003-07-2810-62/+156
|
* debug flagsdscho2003-07-284-3/+6
|
* libvncclientdscho2003-07-271-0/+2
|
* first alpha version of libvncclientdscho2003-07-2713-1/+3211
|
* make vncauth usable also for upcoming libvncclientdscho2003-07-273-57/+60
|
* Added simple examplesdscho2003-07-257-8/+73
|
* these files are generated by configuredscho2003-07-112-209/+0
|
* long standing bug in http; was sending .jar twicedscho2003-07-112-0/+3
|
* another try to make CVS more helpful with configuredscho2003-07-1016-0/+12762
|
* also distribute classes/ directorydscho2003-07-103-2/+5
|
* fix compiledscho2003-07-101-4/+4
|
* http options inserteddscho2003-06-282-1/+13
|
* fix am__fastdepCXX for system not having ZLIBdscho2003-05-051-2/+2
|
* added ChangeLog for x11vncdscho2003-04-031-0/+51
|
* new version from Karl!dscho2003-04-031-265/+1187
|
* let libvncserver-config behave as expected when called without installingdscho2003-02-283-6/+26
|
* added some documentation how to compile from CVS sourcesdscho2003-02-271-0/+10
|
* #include <rfb/rfbregion.h> instead of #include "rfbregion.h"dscho2003-02-211-4/+4
|
* update ChangeLogdscho2003-02-201-0/+11
|
* #include <rfb/rfb.h> instead of "rfb.h"dscho2003-02-201-1/+1
|
* the correct way to include rfb.h is now "#include <rfb/rfb.h>"dscho2003-02-2015-18/+23
|
OpenPOWER on IntegriCloud