summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add a simple example how to use rfbDoCopyRectdscho2004-01-212-2/+55
|
* ignore SIGPIPE by default; it is handled via EPIPEdscho2004-01-212-0/+7
|
* do not send unnecessary updated because of cursor drawingdscho2004-01-211-7/+14
|
* handle mouse button number mismatchrunge2004-01-193-73/+938
| | | | | | improved pointer input handling during drags, etc. somewhat faster copy_tiles() -> copy_tiles() x11vnc options -buttonmap -old_pointer -old_copytile
* 0.6 is out... version is 0.7pre nowdscho2004-01-191-2/+2
|
* inherit CFLAGSdscho2004-01-191-1/+1
|
* fix usage of non-existent attribute bufferdscho2004-01-191-8/+11
|
* compile fix for cygwindscho2004-01-166-5/+20
|
* x11vnc options -allow, -localhost, -nodragging, -input_skiprunge2004-01-103-25/+181
| | | | minimize memory usage under -nofb
* fix compilation with Mac OSX: preprocessor can't do recursive macrosdscho2003-12-091-2/+9
|
* x11vnc: XBell events, -nofb, -notruecolor, misc. cleaningrunge2003-12-094-47/+161
|
* fixed linkdscho2003-11-271-1/+1
|
* -inetd, -noshm and friends addeddscho2003-11-112-10/+119
|
* 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
|