summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Collapse)AuthorAgeFilesLines
* ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)dscho2008-02-042-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.dscho2007-08-141-2/+2
|
* argv > 0 doesn't make sense for a pointer; assuming argv != NULL.runge2007-08-041-1/+1
|
* Build shared libraries per defaultdscho2007-03-301-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 ↵dscho2007-02-012-8/+22
| | | | client->updateRect for that
* sometimes zrle sends too many bytes; play safedscho2007-02-011-2/+3
|
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-313-4/+33
|
* make cut text handling using a hookdscho2006-09-111-11/+9
|
* RFB 3.8 clients are well informedsteven_carr2006-06-051-36/+56
|
* The great UltraVNC Compatibility Commitsteven_carr2006-05-153-35/+337
|
* fix some build issues WRT ultravnc code.runge2006-05-134-3487/+3489
|
* Server Capability Encodingssteven_carr2006-05-041-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 Hsteven_carr2006-05-041-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_carr2006-05-042-4/+68
|
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-027-19/+3779
|
* CopyRectangle() BPP!=8 bug fixedsteven_carr2006-05-021-1/+1
|
* Eliminate incompatible pointer assignment warning (gcc 4.0.1)steven_carr2006-05-021-2/+2
|
* signed vs unsigned warnings eliminated (gcc 4.0.1)steven_carr2006-05-023-5/+5
|
* libvncclient: support changing of framebuffer size; make SDLvncviewer use itdscho2006-04-281-15/+27
|
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
|
* add KeyboardLedState extensiondscho2006-03-282-1/+27
|
* libvncclient: take -compress <level> and -quality <level> command line argumentsdscho2006-03-271-0/+6
|
* fix client non-jpeg/libz buildsrunge2006-01-081-1/+3
|
* assorted fixes for MinGW32dscho2005-12-192-4/+3
|
* work around write() returning ENOENT on Solaris 2.7dscho2005-12-091-1/+5
|
* one more memory leakdscho2005-12-071-0/+5
|
* plug memory leaksdscho2005-12-071-2/+17
|
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵runge2005-11-253-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 handlingdscho2005-10-061-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 warningdscho2005-10-061-1/+1
|
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-061-1/+1
|
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-1/+1
| | | | Thank you very much, Rohit!
* fix annoying zrle decoding bugdscho2005-06-281-0/+3
|
* do distribute and depend on zrle.cdscho2005-05-241-2/+2
|
* implement ZRLE decodingdscho2005-05-245-2/+436
|
* init a structure *before* using it...dscho2005-05-232-1/+3
|
* remove wrong commentdscho2005-05-231-16/+0
|
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-234-214/+182
|
* hide strict ansi stuff if not explicitely turned on; actually use the ↵dscho2005-05-184-0/+8
| | | | socklen_t test from configure.ac
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-154-15/+22
|
* add '-listen ipaddr' optionrunge2005-03-051-2/+2
|
* if no argc & argv are passed, honour the serverHost&serverPort which was set ↵dscho2005-01-211-5/+4
| | | | by the application
* argc and argv may be zero (which means to ignore them)dscho2005-01-141-30/+36
|
* support MinGW32!dscho2004-12-014-22/+84
|
* use rfbClientErr to log errors, check if calloc succeded (both hinted by ↵dscho2004-12-013-16/+20
| | | | Andre Leiradella)
* fix long reads (in some events of success, no TRUE was returned)dscho2004-11-301-7/+8
|
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-165-31/+34
| | | | overrideable
* no need to modify argvdscho2004-10-151-2/+4
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-10/+10
| | | | while structure members should not
* do not use GNU-only getlinedscho2004-06-301-3/+12
|
OpenPOWER on IntegriCloud