summaryrefslogtreecommitdiffstats
path: root/libvncclient/listen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix building for Android and add build instructions to READMEChristian Beier2017-03-261-1/+1
* Fix LibVNCClient compilation with MSVC 2014Christian Beier2017-01-281-0/+4
* use namespaced rfbMax macro (issue #102)Rex Dieter2016-04-181-6/+3
* Fix some typos (found by codespell)Stefan Weil2015-10-091-1/+1
* Use WIN32 for Windows-specific #ifdef guardsDaniel Cohen Gindi2014-09-021-3/+5
* IPv6 support for LibVNCServer, part four: add copyright notices to files with...Christian Beier2012-04-021-0/+1
* IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-101-11/+65
* Add an optional parameter to specify the ip address for reverse connectionsLuca Stauble2012-02-031-2/+2
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-171-0/+1
* libvncclient: better return value for non-forking listen.Christian Beier2009-11-121-10/+14
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-111-1/+1
* libvncclient: add a non-forking listen function.Christian Beier2009-10-301-0/+57
* 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
* support MinGW32!dscho2004-12-011-2/+12
* use rfbClientErr to log errors, check if calloc succeded (both hinted by Andr...dscho2004-12-011-1/+1
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge...dscho2003-07-301-4/+7
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho...dscho2003-07-281-2/+2
* first alpha version of libvncclientdscho2003-07-271-0/+94