| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an example camera application to demonstrate another way to write a ser... | steven_carr | 2006-04-17 | 3 | -1/+158 |
* | Apache SSL gateway. More web proxy cases for Java and ssl_vncviewer. | runge | 2006-04-16 | 14 | -1655/+3148 |
* | SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils f... | runge | 2006-04-05 | 35 | -589/+4359 |
* | add KeyboardLedState extension | dscho | 2006-03-28 | 9 | -4/+122 |
* | SSL patch for Java viewer. https support for x11vnc. | runge | 2006-03-28 | 35 | -1495/+3364 |
* | ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr) | dscho | 2006-03-27 | 3 | -1/+8 |
* | libvncclient: take -compress <level> and -quality <level> command line arguments | dscho | 2006-03-27 | 1 | -0/+6 |
* | x11vnc: add -ssl mode using libssl. Include Xdummy in misc. | runge | 2006-03-12 | 27 | -1150/+3983 |
* | x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw, -debug_sel, -sto... | runge | 2006-03-08 | 20 | -527/+1304 |
* | x11vnc: gui speedup and fixes. -unixpw and -inetd | runge | 2006-03-06 | 19 | -223/+682 |
* | x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui t... | runge | 2006-03-05 | 20 | -757/+1314 |
* | x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SM... | runge | 2006-03-03 | 18 | -1216/+2283 |
* | Fix blooptest example | dscho | 2006-03-01 | 3 | -5/+3 |
* | do not assume that KEYSYM_H guards X11's keysym.h | dscho | 2006-03-01 | 1 | -2/+1 |
* | do not timeout on idle client input (with pthreads) | dscho | 2006-03-01 | 1 | -0/+16 |
* | if compiling with pthreads, also compile blooptest | dscho | 2006-03-01 | 1 | -1/+9 |
* | rfbCheckFds now returns the number of processed events | dscho | 2006-02-28 | 1 | -10/+13 |
* | add handleEventsEagerly flag (Thanks, Donald) | dscho | 2006-02-28 | 5 | -84/+97 |
* | x11vnc: -unixpw and -stunnel. Add clipboard to input control. | runge | 2006-02-25 | 36 | -1086/+2355 |
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 2 | -2/+2 |
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 4 | -34/+42 |
* | add functions to unregister extensions/security types | dscho | 2006-02-22 | 5 | -9/+134 |
* | IRIX linker is very picky about order of libraries | dscho | 2006-02-21 | 2 | -4/+4 |
* | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 16 | -894/+1228 |
* | x11vnc: fix AIX build wrt h_errno. | runge | 2006-02-07 | 5 | -473/+504 |
* | x11vnc: -8to24 more speedups; tunables for very slow machines. | runge | 2006-02-06 | 7 | -101/+383 |
* | x11vnc: -8to24 speedups and improvements. | runge | 2006-02-05 | 16 | -464/+1052 |
* | x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crash | runge | 2006-01-22 | 16 | -159/+310 |
* | x11vnc: -8to24 now works on default depth 8 displays. | runge | 2006-01-19 | 13 | -873/+1240 |
* | x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24 | runge | 2006-01-16 | 7 | -858/+1074 |
* | x11vnc: add -8to24 option for some multi-depth displays. | runge | 2006-01-15 | 23 | -540/+1639 |
* | configure.ac: add switches for most X extensions. | runge | 2006-01-12 | 7 | -37/+81 |
* | logMutex needs to be initialized too; in rfbDefaultLog. | runge | 2006-01-11 | 5 | -713/+727 |
* | x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix 64bi... | runge | 2006-01-11 | 17 | -31/+68 |
* | rfbProcessEvents() has to iterate also over clients with sock < 0 to close them | dscho | 2006-01-10 | 3 | -3/+24 |
* | x11vnc: the big split. | runge | 2006-01-09 | 69 | -32423/+34376 |
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 4 | -4/+14 |
* | rfbRegisterProtocolExtension extMutex was never initialized. | runge | 2006-01-06 | 2 | -0/+10 |
* | x11vnc: enhance -passwdfile features, filetransfer on by default. | runge | 2005-12-24 | 5 | -103/+312 |
* | make compile again with pthreads; fix off-by-one error | dscho | 2005-12-22 | 1 | -2/+4 |
* | introduce -deferptrupdate (thanks Dave) | dscho | 2005-12-19 | 6 | -5/+60 |
* | assorted fixes for MinGW32 | dscho | 2005-12-19 | 6 | -19/+24 |
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 4 | -1/+20 |
* | previous patch turned compile warning in a compile error; fix that ;-) | dscho | 2005-12-09 | 1 | -1/+1 |
* | fix compile warnings | dscho | 2005-12-08 | 1 | -3/+5 |
* | one more memory leak | dscho | 2005-12-07 | 1 | -0/+5 |
* | plug memory leaks | dscho | 2005-12-07 | 3 | -2/+25 |
* | translate keys based on unicode (much more reliable than sym) | dscho | 2005-12-07 | 1 | -142/+88 |
* | x11vnc: add -loop option. | runge | 2005-11-28 | 5 | -742/+915 |
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,... | runge | 2005-11-25 | 19 | -35/+177 |