Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | | | | | | | If the client asked for an encoding, and no enabled extension handled it, LibVNCServer would walk through all extensions, and if they promised to handle the encoding, execute the extension's newClient() if it was not NULL. However, if newClient is not NULL, it will be called when a client connects, and if it returns TRUE, the extension will be enabled. Since all the state of the extension should be in the client data, there is no good reason why newClient should return FALSE the first time (thus not enabling the extension), but TRUE when called just before calling enablePseudoEncoding(). So in effect, the extension got enabled all the time, even if that was not necessary. The resolution is to pass a void** to enablePseudoEncoding. This has the further advantage that enablePseudoEncoding can remalloc() or free() the data without problems. Though keep in mind that if enablePseudoEncoding() is called on a not-yet-enabled extension, the passed data points to NULL. | ||||
* | 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 |
| | | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel. | ||||
* | 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 ↵ | dscho | 2005-10-06 | 8 | -143/+1 |
| | | | | these hooks obsolete | ||||
* | 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 |
| | | | | Thank you very much, Rohit! | ||||
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 6 | -11/+140 |
| | | | | the processCustomClientMessage() method. | ||||
* | Security is global. This was a misguided attempt to evade a global list. | dscho | 2005-09-27 | 3 | -11/+9 |
| | | | | I eventually saw the light and went with Rohit´s original approach. | ||||
* | 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 ↵ | dscho | 2005-08-22 | 1 | -2/+2 |
| | | | | LibVNCServer.spec.in | ||||
* | 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 |
| | | | | opt. | ||||
* | 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 |
| | | | | -clip and -id | ||||
* | 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 ↵ | runge | 2005-06-27 | 6 | -735/+1053 |
| | | | | -nodbg as option | ||||
* | 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 |
| | | | | for wireframe | ||||
* | 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 |
| | | | | beta-testing fixes, RFE's. | ||||
* | 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 ↵ | runge | 2005-06-04 | 8 | -156/+442 |
| | | | | -fixscreen | ||||
* | 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 |
| | |||||
* | x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetile | runge | 2005-05-25 | 8 | -233/+983 |
| | |||||
* | mac works! | dscho | 2005-05-24 | 1 | -0/+1 |
| | |||||
* | make libvncserver-conf executable the autoconf way | dscho | 2005-05-24 | 2 | -5/+1 |
| | |||||
* | "make t" now executes the tests | dscho | 2005-05-24 | 1 | -0/+2 |
| | |||||
* | do distribute and depend on zrle.c | dscho | 2005-05-24 | 1 | -2/+2 |
| | |||||
* | implement ZRLE decoding | dscho | 2005-05-24 | 7 | -6/+437 |
| | |||||
* | try 32 bit first | dscho | 2005-05-24 | 1 | -1/+2 |
| | |||||
* | fix off by one bug | dscho | 2005-05-24 | 2 | -4/+8 |
| | |||||
* | init a structure *before* using it... | dscho | 2005-05-23 | 2 | -1/+3 |
| |