| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | configure.ac: test ... == ... not allowed on all unix. | runge | 2005-10-23 | 2 | -3/+3 |
* | x11vnc: -filexfer, -slow_fb, -blackout noptr,... | runge | 2005-10-23 | 7 | -952/+1483 |
* | update TODO | dscho | 2005-10-07 | 1 | -1/+2 |
* | The PseudoEncoding extension code was getting silly: | dscho | 2005-10-07 | 3 | -6/+4 |
* | update ChangeLog for today | dscho | 2005-10-06 | 1 | -0/+8 |
* | add an extension mechanism for LibVNCClient, modify the client data handling | dscho | 2005-10-06 | 5 | -20/+219 |
* | add BackChannel extension example | dscho | 2005-10-06 | 2 | -1/+114 |
* | fix warning | dscho | 2005-10-06 | 1 | -1/+1 |
* | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 8 | -143/+1 |
* | provide a list of the pseudo encodings understood by the extension | dscho | 2005-10-06 | 3 | -5/+43 |
* | DEFINES -> AM_CFLAGS | dscho | 2005-10-06 | 2 | -2/+2 |
* | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 5 | -5/+5 |
* | add enablePseudoEncoding() to rfbProtocolExtension | dscho | 2005-10-03 | 4 | -8/+34 |
* | more TODOs, and an update to the website | dscho | 2005-09-29 | 2 | -1/+4 |
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 25 | -26/+3025 |
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 6 | -11/+140 |
* | Security is global. This was a misguided attempt to evade a global list. | dscho | 2005-09-27 | 3 | -11/+9 |
* | support new ffmpeg version | dscho | 2005-09-27 | 2 | -5/+17 |
* | support VNC protocol version 3.7 | dscho | 2005-09-26 | 6 | -23/+258 |
* | for x11vnc standalone package, adaptions were needed after changing LibVNCSer... | dscho | 2005-08-22 | 1 | -2/+2 |
* | split rpm into three packages: the library, -devel (headers), and x11vnc | dscho | 2005-08-21 | 3 | -14/+57 |
* | x11vnc: more gui fixes, gui requests via client_sock, PASSWD_REQUIRED build ... | runge | 2005-07-18 | 6 | -1068/+1858 |
* | x11vnc: setup for new release 0.7.3 while I remember how.. | runge | 2005-07-13 | 5 | -730/+705 |
* | x11vnc: tweaks for release, fix queue buildup under -viewonly. | runge | 2005-07-13 | 7 | -1051/+1573 |
* | x11vnc: more improvements to gui, scary nopassword warning msg. | runge | 2005-07-11 | 6 | -1339/+2836 |
* | x11vnc: -grab_buster for XGrabServer deadlock; fix scrolls and copyrect for ... | runge | 2005-07-09 | 7 | -57/+682 |
* | x11vnc: -gui tray now embeds in systray; more improvements to gui. | runge | 2005-07-07 | 7 | -812/+3577 |
* | x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0. | runge | 2005-07-02 | 8 | -173/+1727 |
* | fix annoying zrle decoding bug | dscho | 2005-06-28 | 3 | -1/+7 |
* | main.c: fix screen->deferUpdateTime default. | runge | 2005-06-27 | 2 | -3/+7 |
* | x11vnc: track keycode state for heuristics, -sloppy_keys, -wmdt, add -nodbg... | runge | 2005-06-27 | 6 | -735/+1053 |
* | ZRLE has problems with RealVNC server. Look into it. | dscho | 2005-06-21 | 1 | -1/+1 |
* | x11vnc: long info and tips when XOpenDisplay fails, reinstate "bad desktop" ... | runge | 2005-06-21 | 4 | -20/+118 |
* | configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of beta-testing fixes. | runge | 2005-06-18 | 6 | -735/+889 |
* | main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ... | runge | 2005-06-14 | 9 | -1259/+2117 |
* | no longer complain on Solaris about missing ar, which was not really missing | dscho | 2005-06-11 | 2 | -0/+5 |
* | add definitions from other VNC implementations | dscho | 2005-06-06 | 1 | -0/+300 |
* | more TODOs | dscho | 2005-06-06 | 1 | -0/+2 |
* | link to libmp3lame only if exists | dscho | 2005-06-06 | 2 | -2/+9 |
* | main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add -fix... | runge | 2005-06-04 | 8 | -156/+442 |
* | main.c: fix copyRect for non-cursor-shape-aware clients. | runge | 2005-05-31 | 6 | -444/+568 |
* | news | dscho | 2005-05-25 | 1 | -0/+8 |