Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 2 | -16/+77 | |
| | | | | | | | | | | | | | | | | 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> | |||||
* | LibVNCClient: if the GotRect hook is set, override default op. | dscho | 2007-08-14 | 1 | -2/+2 | |
| | ||||||
* | argv > 0 doesn't make sense for a pointer; assuming argv != NULL. | runge | 2007-08-04 | 1 | -1/+1 | |
| | ||||||
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -3/+3 | |
| | | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries. | |||||
* | LibVNCClient: some users do not want to get whole-screen updates; introduce ↵ | dscho | 2007-02-01 | 2 | -8/+22 | |
| | | | | client->updateRect for that | |||||
* | sometimes zrle sends too many bytes; play safe | dscho | 2007-02-01 | 1 | -2/+3 | |
| | ||||||
* | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 3 | -4/+33 | |
| | ||||||
* | make cut text handling using a hook | dscho | 2006-09-11 | 1 | -11/+9 | |
| | ||||||
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 1 | -36/+56 | |
| | ||||||
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 3 | -35/+337 | |
| | ||||||
* | fix some build issues WRT ultravnc code. | runge | 2006-05-13 | 4 | -3487/+3489 | |
| | ||||||
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -24/+83 | |
| | | | | | | | 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)" | |||||
* | UltraVNC with scaling, will send rectangles with a zero W or H | steven_carr | 2006-05-04 | 1 | -3/+8 | |
| | | | | | | We need to process the rectangle (especially if it a type that contains subrectangles or any kind of compression). UltraVNC should be fixed to prevent these useless rectangles from being sent. | |||||
* | Client side support for PalmVNC/UltraVNC 'Server Side Scaling' | steven_carr | 2006-05-04 | 2 | -4/+68 | |
| | ||||||
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 7 | -19/+3779 | |
| | ||||||
* | CopyRectangle() BPP!=8 bug fixed | steven_carr | 2006-05-02 | 1 | -1/+1 | |
| | ||||||
* | Eliminate incompatible pointer assignment warning (gcc 4.0.1) | steven_carr | 2006-05-02 | 1 | -2/+2 | |
| | ||||||
* | signed vs unsigned warnings eliminated (gcc 4.0.1) | steven_carr | 2006-05-02 | 3 | -5/+5 | |
| | ||||||
* | libvncclient: support changing of framebuffer size; make SDLvncviewer use it | dscho | 2006-04-28 | 1 | -15/+27 | |
| | ||||||
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -1/+1 | |
| | ||||||
* | add KeyboardLedState extension | dscho | 2006-03-28 | 2 | -1/+27 | |
| | ||||||
* | libvncclient: take -compress <level> and -quality <level> command line arguments | dscho | 2006-03-27 | 1 | -0/+6 | |
| | ||||||
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -1/+3 | |
| | ||||||
* | assorted fixes for MinGW32 | dscho | 2005-12-19 | 2 | -4/+3 | |
| | ||||||
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 1 | -1/+5 | |
| | ||||||
* | one more memory leak | dscho | 2005-12-07 | 1 | -0/+5 | |
| | ||||||
* | plug memory leaks | dscho | 2005-12-07 | 1 | -2/+17 | |
| | ||||||
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵ | runge | 2005-11-25 | 3 | -0/+9 | |
| | | | | 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. | |||||
* | add an extension mechanism for LibVNCClient, modify the client data handling | dscho | 2005-10-06 | 1 | -15/+86 | |
| | | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel. | |||||
* | fix warning | dscho | 2005-10-06 | 1 | -1/+1 | |
| | ||||||
* | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 | |
| | ||||||
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -1/+1 | |
| | | | | Thank you very much, Rohit! | |||||
* | fix annoying zrle decoding bug | dscho | 2005-06-28 | 1 | -0/+3 | |
| | ||||||
* | do distribute and depend on zrle.c | dscho | 2005-05-24 | 1 | -2/+2 | |
| | ||||||
* | implement ZRLE decoding | dscho | 2005-05-24 | 5 | -2/+436 | |
| | ||||||
* | init a structure *before* using it... | dscho | 2005-05-23 | 2 | -1/+3 | |
| | ||||||
* | remove wrong comment | dscho | 2005-05-23 | 1 | -16/+0 | |
| | ||||||
* | make zlib and tight handling thread safe (static -> rfbClient) | dscho | 2005-05-23 | 4 | -214/+182 | |
| | ||||||
* | hide strict ansi stuff if not explicitely turned on; actually use the ↵ | dscho | 2005-05-18 | 4 | -0/+8 | |
| | | | | socklen_t test from configure.ac | |||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 4 | -15/+22 | |
| | ||||||
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -2/+2 | |
| | ||||||
* | if no argc & argv are passed, honour the serverHost&serverPort which was set ↵ | dscho | 2005-01-21 | 1 | -5/+4 | |
| | | | | by the application | |||||
* | argc and argv may be zero (which means to ignore them) | dscho | 2005-01-14 | 1 | -30/+36 | |
| | ||||||
* | support MinGW32! | dscho | 2004-12-01 | 4 | -22/+84 | |
| | ||||||
* | use rfbClientErr to log errors, check if calloc succeded (both hinted by ↵ | dscho | 2004-12-01 | 3 | -16/+20 | |
| | | | | Andre Leiradella) | |||||
* | fix long reads (in some events of success, no TRUE was returned) | dscho | 2004-11-30 | 1 | -7/+8 | |
| | ||||||
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 5 | -31/+34 | |
| | | | | overrideable | |||||
* | no need to modify argv | dscho | 2004-10-15 | 1 | -2/+4 | |
| | ||||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -10/+10 | |
| | | | | while structure members should not | |||||
* | do not use GNU-only getline | dscho | 2004-06-30 | 1 | -3/+12 | |
| |