summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui t...runge2006-03-0520-757/+1314
* x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SM...runge2006-03-0318-1216/+2283
* Fix blooptest exampledscho2006-03-013-5/+3
* do not assume that KEYSYM_H guards X11's keysym.hdscho2006-03-011-2/+1
* do not timeout on idle client input (with pthreads)dscho2006-03-011-0/+16
* if compiling with pthreads, also compile blooptestdscho2006-03-011-1/+9
* rfbCheckFds now returns the number of processed eventsdscho2006-02-281-10/+13
* add handleEventsEagerly flag (Thanks, Donald)dscho2006-02-285-84/+97
* x11vnc: -unixpw and -stunnel. Add clipboard to input control.runge2006-02-2536-1086/+2355
* Added method to get extension specific client datarohit_991292006-02-242-2/+2
* Added method to get extension specific client datarohit_991292006-02-244-34/+42
* add functions to unregister extensions/security typesdscho2006-02-225-9/+134
* IRIX linker is very picky about order of librariesdscho2006-02-212-4/+4
* fix some non-gcc compiler warnings and signals in x11vncrunge2006-02-2016-894/+1228
* x11vnc: fix AIX build wrt h_errno.runge2006-02-075-473/+504
* x11vnc: -8to24 more speedups; tunables for very slow machines.runge2006-02-067-101/+383
* x11vnc: -8to24 speedups and improvements.runge2006-02-0516-464/+1052
* x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crashrunge2006-01-2216-159/+310
* x11vnc: -8to24 now works on default depth 8 displays.runge2006-01-1913-873/+1240
* x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24runge2006-01-167-858/+1074
* x11vnc: add -8to24 option for some multi-depth displays.runge2006-01-1523-540/+1639
* configure.ac: add switches for most X extensions.runge2006-01-127-37/+81
* logMutex needs to be initialized too; in rfbDefaultLog.runge2006-01-115-713/+727
* x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix 64bi...runge2006-01-1117-31/+68
* rfbProcessEvents() has to iterate also over clients with sock < 0 to close themdscho2006-01-103-3/+24
* x11vnc: the big split.runge2006-01-0969-32423/+34376
* fix client non-jpeg/libz buildsrunge2006-01-084-4/+14
* rfbRegisterProtocolExtension extMutex was never initialized.runge2006-01-062-0/+10
* x11vnc: enhance -passwdfile features, filetransfer on by default.runge2005-12-245-103/+312
* make compile again with pthreads; fix off-by-one errordscho2005-12-221-2/+4
* introduce -deferptrupdate (thanks Dave)dscho2005-12-196-5/+60
* assorted fixes for MinGW32dscho2005-12-196-19/+24
* work around write() returning ENOENT on Solaris 2.7dscho2005-12-094-1/+20
* previous patch turned compile warning in a compile error; fix that ;-)dscho2005-12-091-1/+1
* fix compile warningsdscho2005-12-081-3/+5
* one more memory leakdscho2005-12-071-0/+5
* plug memory leaksdscho2005-12-073-2/+25
* translate keys based on unicode (much more reliable than sym)dscho2005-12-071-142/+88
* x11vnc: add -loop option.runge2005-11-285-742/+915
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-2519-35/+177
* configure.ac: test ... == ... not allowed on all unix.runge2005-10-232-3/+3
* x11vnc: -filexfer, -slow_fb, -blackout noptr,...runge2005-10-237-952/+1483
* update TODOdscho2005-10-071-1/+2
* The PseudoEncoding extension code was getting silly:dscho2005-10-073-6/+4
* update ChangeLog for todaydscho2005-10-061-0/+8
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-065-20/+219
* add BackChannel extension exampledscho2005-10-062-1/+114
* fix warningdscho2005-10-061-1/+1
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-068-143/+1
* provide a list of the pseudo encodings understood by the extensiondscho2005-10-063-5/+43