summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ignore SIGPIPE the correct waydscho2004-04-191-3/+1
|
* x11vnc: do not send selection unless all clients are in RFB_NORMAL state.runge2004-04-133-7/+57
| | | | increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers.
* fix compilation without jpeg and a certain autoconf versiondscho2004-04-121-2/+2
|
* x11vnc options -blackout, -xinerama, -xwarppointer. check cargs.runge2004-04-084-260/+825
| | | | modify configure.ac to pick up -lXinerama
* add support for pgm and pbm (8-bit and 1-bit grayscale images)dscho2004-03-241-14/+50
|
* fix cargs.c: arguments were not correctly purged.dscho2004-03-224-13/+45
|
* fix --link for libvncserver-configdscho2004-03-152-1/+5
|
* x11vnc options -vncconnect, -connect, -remap,runge2004-03-113-56/+518
| | | | | | -debug_pointer, and -debug_keyboard add reverse connections, keysym remapping, and debug output option
* link to pre.tar.gz, mention valgrinddscho2004-02-291-0/+6
|
* update on newsdscho2004-02-291-0/+4
|
* fixed valgrind warningdscho2004-02-292-7/+15
|
* x11vnc options -nosel -noprimary -visual.runge2004-02-203-65/+663
| | | | | | add clipboard/selection handling. add visual option (mostly for testing and workarounds). improve shm cleanup on failures.
* make examples g++ compileable, thanks to Juan Jose Costellodscho2004-02-048-9/+14
|
* memory leaks fixeddscho2004-01-302-0/+12
|
* Honour the check for libz, libjpeg againdscho2004-01-2911-20/+24
|
* add "-progressive height" option to make SendFramebufferUpdate "preemptive"dscho2004-01-215-4/+46
|
* updatedscho2004-01-211-0/+5
|
* ignore all test programsdscho2004-01-211-3/+1
|
* 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
|