summaryrefslogtreecommitdiffstats
path: root/libvncclient/vncviewer.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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