Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/ssl: improve timeouts, port fallback, and connection time. | runge | 2007-09-05 | 1 | -0/+4 |
| | |||||
* | LibVNCClient: if the GotRect hook is set, override default op. | dscho | 2007-08-14 | 1 | -0/+4 |
| | |||||
* | x11vnc: fix build error if libssl is missing or --without-ssl supplied. | runge | 2007-06-15 | 1 | -0/+4 |
| | |||||
* | configure: make more of a split between libvncserver and x11vnc pkgs. | runge | 2007-05-27 | 1 | -0/+5 |
| | |||||
* | rfbclient.h: use 'extern "C"' to make it convenient to include from C++ | dscho | 2007-04-06 | 1 | -0/+4 |
| | |||||
* | rfb.h: Do not misplace guards | dscho | 2007-04-06 | 1 | -0/+4 |
| | | | | This buglet made it impossible to double include rfb.h from C++. | ||||
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -0/+3 |
| | | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries. | ||||
* | Add "Connection: close" to HTTP replies. | runge | 2007-03-20 | 1 | -0/+3 |
| | |||||
* | Fix a locking problem in libvncserver | dscho | 2007-03-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | There seems to be a locking problem in libvncserver, with respect to how condition variables are used. On certain machines in our lab, when using a vncviewer to view a display that has a very high rate of updates, we will occasionally see the VNC server process crash. In one stack trace that was obtained, an assertion had tripped in glibc's pthread_cond_wait, which was called from clientOutput. Inspection of clientOutput suggests that WAIT is being called incorrectly. The mutex that protects a condition variable should always be locked when calling wait, and on return from the wait will still be locked. The attached patch fixes the locking around this condition variable, and one other that I found by grepping the source for similar occurrences. Signed-off-by: Charles Coffing <ccoffing@novell.com> | ||||
* | LibVNCClient: some users do not want to get whole-screen updates; introduce ↵ | dscho | 2007-02-01 | 1 | -0/+4 |
| | | | | client->updateRect for that | ||||
* | libvncclient changes. | runge | 2007-01-31 | 1 | -0/+6 |
| | |||||
* | Remove stray "-permitfiletransfer permit file transfer support" output | runge | 2006-12-13 | 1 | -0/+4 |
| | |||||
* | x11vnc: Mac OS X fb fixes and cuttext, -nodpms option, local user wireframing | runge | 2006-11-21 | 1 | -0/+3 |
| | |||||
* | x11vnc: Native Mac OS X support. | runge | 2006-11-13 | 1 | -0/+4 |
| | |||||
* | configure.ac -R and macosx, prepare_x11vnc_dist.sh rpm fix | runge | 2006-11-08 | 1 | -0/+5 |
| | |||||
* | x11vnc: enable --without-x builds for -rawfb only binaries. | runge | 2006-07-18 | 1 | -0/+4 |
| | |||||
* | LibVNCServer 0.8.2 release. | runge | 2006-07-12 | 1 | -0/+3 |
| | |||||
* | x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed). | runge | 2006-07-09 | 1 | -0/+3 |
| | |||||
* | x11vnc: more -unixpw work. add -license, etc. options | runge | 2006-07-04 | 1 | -0/+3 |
| | |||||
* | x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command. | runge | 2006-06-08 | 1 | -1/+4 |
| | |||||
* | Identified and removed some memory leaks associated with the Encodings RRE, ↵ | steven_carr | 2006-05-29 | 1 | -0/+7 |
| | | | | | | | CoRRE, ZLIB, and Ultra. KeyboardLedState now has portable masks defined. rfb >= 3.7 Security Type Handler list would grow 1 entry for each new client connection. | ||||
* | Statistics now fit into 80-column output | steven_carr | 2006-05-16 | 1 | -0/+4 |
| | |||||
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 1 | -0/+6 |
| | |||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -0/+20 |
| | |||||
* | fix some build issues WRT ultravnc code. | runge | 2006-05-13 | 1 | -0/+9 |
| | |||||
* | x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, ↵ | runge | 2006-05-07 | 1 | -0/+3 |
| | | | | -rawfb console. | ||||
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -0/+8 |
| | | | | | | | 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 | 1 | -0/+4 |
| | | | | Both PalmVNC and UltraVNC SetScale messages are supported | ||||
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -0/+5 |
| | |||||
* | add rotate and flip example | dscho | 2006-04-27 | 1 | -0/+4 |
| | |||||
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -0/+5 |
| | |||||
* | Added an example camera application to demonstrate another way to write a ↵ | steven_carr | 2006-04-17 | 1 | -0/+4 |
| | | | | server application. | ||||
* | SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils ↵ | runge | 2006-04-05 | 1 | -0/+5 |
| | | | | for x11vnc. FBPM "support". | ||||
* | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -0/+4 |
| | |||||
* | SSL patch for Java viewer. https support for x11vnc. | runge | 2006-03-28 | 1 | -0/+5 |
| | |||||
* | ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr) | dscho | 2006-03-27 | 1 | -0/+4 |
| | |||||
* | add handleEventsEagerly flag (Thanks, Donald) | dscho | 2006-02-28 | 1 | -0/+4 |
| | |||||
* | x11vnc: -unixpw and -stunnel. Add clipboard to input control. | runge | 2006-02-25 | 1 | -0/+4 |
| | |||||
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 1 | -0/+4 |
| | |||||
* | add functions to unregister extensions/security types | dscho | 2006-02-22 | 1 | -0/+4 |
| | |||||
* | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 1 | -0/+4 |
| | |||||
* | x11vnc: add -8to24 option for some multi-depth displays. | runge | 2006-01-15 | 1 | -0/+3 |
| | |||||
* | configure.ac: add switches for most X extensions. | runge | 2006-01-12 | 1 | -0/+3 |
| | |||||
* | rfbProcessEvents() has to iterate also over clients with sock < 0 to close them | dscho | 2006-01-10 | 1 | -0/+5 |
| | |||||
* | x11vnc: the big split. | runge | 2006-01-09 | 1 | -0/+4 |
| | |||||
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -0/+5 |
| | |||||
* | rfbRegisterProtocolExtension extMutex was never initialized. | runge | 2006-01-06 | 1 | -0/+4 |
| | |||||
* | x11vnc: enhance -passwdfile features, filetransfer on by default. | runge | 2005-12-24 | 1 | -0/+3 |
| | |||||
* | introduce -deferptrupdate (thanks Dave) | dscho | 2005-12-19 | 1 | -0/+9 |
| | |||||
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 1 | -0/+4 |
| |