summaryrefslogtreecommitdiffstats
path: root/libvncclient/vncviewer.c
Commit message (Expand)AuthorAgeFilesLines
* add KeyboardLedState extensiondscho2006-03-281-1/+6
* 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-191-1/+1
* one more memory leakdscho2005-12-071-0/+5
* plug memory leaksdscho2005-12-071-2/+17
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-0/+2
* implement ZRLE decodingdscho2005-05-241-1/+1
* init a structure *before* using it...dscho2005-05-231-0/+1
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-231-0/+9
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-181-0/+2
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-4/+7
* if no argc & argv are passed, honour the serverHost&serverPort which was set ...dscho2005-01-211-5/+4
* argc and argv may be zero (which means to ignore them)dscho2005-01-141-30/+36
* support MinGW32!dscho2004-12-011-1/+12
* use rfbClientErr to log errors, check if calloc succeded (both hinted by Andr...dscho2004-12-011-0/+4
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-1/+5
* no need to modify argvdscho2004-10-151-2/+4
* do not use GNU-only getlinedscho2004-06-301-3/+12
* support password reading with getpass(); support -play to play vncrec'orded f...dscho2004-06-181-6/+35
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au...dscho2004-06-071-5/+56
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge...dscho2003-07-301-3/+3
* further valgrinding showed leaked mallocsdscho2003-07-291-0/+4
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho...dscho2003-07-281-129/+12
* first alpha version of libvncclientdscho2003-07-271-0/+240