Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChangeLog for 0.9.9.LibVNCServer-0.9.9 | Christian Beier | 2012-05-04 | 1 | -0/+1070 |
| | |||||
* | Update ChangeLog for 0.9.8.1. | Christian Beier | 2011-11-08 | 1 | -0/+18 |
| | |||||
* | Update ChangeLog for 0.9.8.LibVNCServer-0.9.8 | Christian Beier | 2011-03-30 | 1 | -751/+6656 |
| | |||||
* | libvncclient: rfbResizeFrameBuffer should also set updateRect.X11VNC_0_9_11 | runge | 2010-05-08 | 1 | -0/+4 |
| | |||||
* | tightvnc-filetransfer/rfbtightserver.c: enabled fix | runge | 2010-01-02 | 1 | -0/+6 |
| | | | | for tight security type for RFB 3.8 (debian bug 517422.) | ||||
* | Thread safety for zrle, zlib, tight. | runge | 2009-05-21 | 1 | -0/+13 |
| | | | | Proposed tight security type fix for debian bug 517422. | ||||
* | Teach SDLvncviewer about scroll wheel events | dscho | 2009-03-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Clipboard support for SDLvncviewer | dscho | 2009-03-08 | 1 | -0/+3 |
| | | | | | | The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | SDLvncviewer: upon focus loss, force releasing the Alt keys | dscho | 2009-03-07 | 1 | -0/+6 |
| | | | | | | | | When switching windows using the Alt+Tab shortcut, SDLvncviewer would get the "down" event, but not the "up" event. This patch provides a workaround. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Teach SDLvncviewer to be resizable | dscho | 2009-03-07 | 1 | -0/+3 |
| | | | | | | | | Using "SDLvncviewer -resizable", you make the window resizable. This means that you can shrink the window (e.g. when you are trying to access an x11vnc from your little netbook), or you can enlarge it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | SDLvncviewer: enable key repeat | dscho | 2009-03-06 | 1 | -0/+3 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Record Mike's automake cleanups | dscho | 2009-02-03 | 1 | -0/+3 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | configure.ac, CMakeLists.txt: set LibVNCServer version to 0.9.7 | runge | 2009-01-12 | 1 | -1/+4 |
| | |||||
* | Forgot ChangeLog | runge | 2009-01-11 | 1 | -0/+4 |
| | |||||
* | SDLvncviewer: update screen correctly after a resize | dscho | 2008-06-03 | 1 | -0/+3 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Please MS Visual C++ a bit (Christian Ehrlicher) | dscho | 2008-02-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Highlite: * use qualityLevel/zlib_buffer. No new variable is needed. * Change coding style to recursive fashion. * Change meaning of qualityLevel== 9 for easy calc zywrle_level: old:zywrle_level== 1 new:disable ZYWRLE(same as ZRLE) so, we should not use this value for compatible reason. * Color mode handling isn't complete. I provided and checked 16 bit colors(RGB555,RGB565) and some color mode of 32 bit colors for little endian mode. we must make and check 24 bit colors and big endian mode. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Fix ZYWRLE en/decoding for width != scanline (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | SDLvncviewer: fix button handling | dscho | 2008-02-02 | 1 | -0/+4 |
| | | | | | | | | For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit "translate keys based on unicode (much more reliable than sym)". I do not remember why, nor what I smoked, but this was wrong. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Add missing #include <time.h> (thanks Christian Ehrlicher) | dscho | 2008-01-29 | 1 | -0/+3 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi) | dscho | 2008-01-29 | 1 | -0/+6 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Add CMake support (thanks to Christian Ehrlicher) | dscho | 2008-01-29 | 1 | -0/+4 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | 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 |