Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compile fix for MinGW | dscho | 2007-01-25 | 1 | -19/+27 |
| | |||||
* | fix typo. | runge | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | Remove stray ""-permitfiletransfer permit file transfer support" output. | runge | 2006-12-13 | 1 | -1/+0 |
| | |||||
* | N_ENC_CAPS check does not work if libz is not present. | runge | 2006-10-11 | 1 | -2/+4 |
| | |||||
* | x11vnc: improve ultravnc filexfer rate by calling rfbCheckFD more often | runge | 2006-09-18 | 1 | -1/+2 |
| | |||||
* | x11vnc: clear DISPLAY for -unixpw su_verify, user supplied sig ignore. | runge | 2006-09-15 | 1 | -2/+2 |
| | |||||
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 2 | -9/+30 |
| | |||||
* | Better support for RFB >= 3.8 protocols | steven_carr | 2006-06-05 | 1 | -22/+43 |
| | |||||
* | All security types for RFB >= 3.7 *have* to respond with a Security Result ↵ | steven_carr | 2006-06-05 | 1 | -1/+9 |
| | | | | (Even rfbSecTypeNone) | ||||
* | move all types into handler loop. | runge | 2006-06-03 | 1 | -10/+9 |
| | |||||
* | Security Type memory leak plugged. Leaks when rfb >= 3.7 clients connects. | steven_carr | 2006-05-29 | 1 | -5/+9 |
| | | | | The security list would grow 1 entry when clients connect. | ||||
* | Plugged some memory leakage | steven_carr | 2006-05-28 | 7 | -3/+85 |
| | |||||
* | Permit auth.c to test major version | steven_carr | 2006-05-16 | 1 | -0/+1 |
| | |||||
* | Specifically test for Major Version 3 added | steven_carr | 2006-05-16 | 1 | -1/+2 |
| | |||||
* | Statistics now fit into 80-column output | steven_carr | 2006-05-16 | 1 | -4/+4 |
| | |||||
* | Statistics output now fits in 80-column output | steven_carr | 2006-05-16 | 1 | -67/+85 |
| | |||||
* | Corrected Cursor Statistics reporting as messages | steven_carr | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | remove unneeded file | dscho | 2006-05-15 | 1 | -15/+0 |
| | |||||
* | Support sending TextChat messages back to the client | steven_carr | 2006-05-15 | 1 | -0/+41 |
| | |||||
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 3 | -5/+30 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 15 | -229/+1426 |
| | |||||
* | fix some build issues WRT ultravnc code. | runge | 2006-05-13 | 5 | -3494/+3499 |
| | |||||
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -3/+277 |
| | | | | | | | rfbEncodingSupportedEncodings - What encodings are supported? rfbEncodingSupportedMessages - What message types are supported? rfbEncodingServerIdentity - What is the servers version string? ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer 0.9pre)" | ||||
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 14 | -64/+580 |
| | | | | Both PalmVNC and UltraVNC SetScale messages are supported | ||||
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 6 | -6/+3745 |
| | |||||
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 2 | -2/+2 |
| | |||||
* | add KeyboardLedState extension | dscho | 2006-03-28 | 2 | -2/+68 |
| | |||||
* | SSL patch for Java viewer. https support for x11vnc. | runge | 2006-03-28 | 1 | -1/+5 |
| | |||||
* | ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr) | dscho | 2006-03-27 | 1 | -0/+2 |
| | |||||
* | do not timeout on idle client input (with pthreads) | dscho | 2006-03-01 | 1 | -0/+16 |
| | |||||
* | rfbCheckFds now returns the number of processed events | dscho | 2006-02-28 | 1 | -10/+13 |
| | |||||
* | add handleEventsEagerly flag (Thanks, Donald) | dscho | 2006-02-28 | 2 | -82/+88 |
| | |||||
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 2 | -34/+37 |
| | |||||
* | add functions to unregister extensions/security types | dscho | 2006-02-22 | 3 | -9/+127 |
| | |||||
* | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 5 | -1/+11 |
| | |||||
* | logMutex needs to be initialized too; in rfbDefaultLog. | runge | 2006-01-11 | 1 | -2/+12 |
| | |||||
* | rfbProcessEvents() has to iterate also over clients with sock < 0 to close them | dscho | 2006-01-10 | 2 | -3/+19 |
| | |||||
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -1/+1 |
| | |||||
* | rfbRegisterProtocolExtension extMutex was never initialized. | runge | 2006-01-06 | 1 | -0/+6 |
| | |||||
* | 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 | 3 | -4/+43 |
| | |||||
* | assorted fixes for MinGW32 | dscho | 2005-12-19 | 3 | -15/+20 |
| | |||||
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 1 | -0/+3 |
| | |||||
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵ | runge | 2005-11-25 | 9 | -16/+30 |
| | | | | builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place. | ||||
* | The PseudoEncoding extension code was getting silly: | dscho | 2005-10-07 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | kill BackChannel and CustomClientMessage: the new extension technique makes ↵ | dscho | 2005-10-06 | 4 | -52/+1 |
| | | | | these hooks obsolete | ||||
* | provide a list of the pseudo encodings understood by the extension | dscho | 2005-10-06 | 2 | -4/+38 |
| | |||||
* | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | add enablePseudoEncoding() to rfbProtocolExtension | dscho | 2005-10-03 | 2 | -8/+25 |
| |