summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* support password reading with getpass(); support -play to play vncrec'orded ↵dscho2004-06-183-24/+122
| | | | files
* fix silly hextile bugdscho2004-06-151-1/+1
|
* recognize more encodingsdscho2004-06-151-0/+6
|
* debugdscho2004-06-151-1/+17
|
* fix silly update bug with raw encodingdscho2004-06-151-8/+9
|
* all this moving and renaming needs changes in the cvsignores, too!dscho2004-06-071-0/+1
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-074-139/+78
| | | | automake CFLAGS nagging
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-2/+2
|
* fix compilation with Mac OSX: preprocessor can't do recursive macrosdscho2003-12-091-2/+9
|
* 2002-09-11 Mark McLoughlin <mark@skynet.ie>markmc2003-09-111-361/+0
| | | | | | | * Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS.
* ZRLE no longer uses C++, but Cdscho2003-09-081-2/+1
|
* added --disable-cxx flag to configuredscho2003-08-291-31/+46
|
* more files to ignoredscho2003-08-081-0/+4
|
* make --without-jpeg, --without-zlib workdscho2003-08-083-1/+33
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-3011-114/+99
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-293-11/+45
|
* is autoconfed nowdscho2003-07-281-365/+0
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-2812-289/+1036
| | | | should not be used in a library (use rfbLog instead)
* first alpha version of libvncclientdscho2003-07-2711-0/+3024
OpenPOWER on IntegriCloud