summaryrefslogtreecommitdiffstats
path: root/libvncclient/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* assorted fixes for MinGW32dscho2005-12-191-3/+2
* work around write() returning ENOENT on Solaris 2.7dscho2005-12-091-1/+5
* 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-0/+1
* add '-listen ipaddr' optionrunge2005-03-051-2/+2
* support MinGW32!dscho2004-12-011-19/+58
* use rfbClientErr to log errors, check if calloc succeded (both hinted by Andr...dscho2004-12-011-15/+15
* 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-161-21/+16
* support password reading with getpass(); support -play to play vncrec'orded f...dscho2004-06-181-1/+39
* debugdscho2004-06-151-1/+17
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au...dscho2004-06-071-0/+21
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge...dscho2003-07-301-6/+6
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho...dscho2003-07-281-13/+13
* first alpha version of libvncclientdscho2003-07-271-0/+424