summaryrefslogtreecommitdiffstats
path: root/libvncclient/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-11/+55
|\
| * Undef error codes before redefining them for WSATobias Junghans2018-11-061-0/+3
| * libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of...Christian Beier2017-09-021-1/+1
| * Move HAVE_SASL #ifdefs into header file to have less LOCChristian Beier2017-09-021-3/+0
| * Added SASL authentication supportsimon2017-06-251-11/+45
| * Fix LibVNCClient compilation with MSVC 2014Christian Beier2017-01-281-0/+2
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-081-8/+0
* | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-141-1/+1
|\|
| * Fix some typos (found by codespell)Stefan Weil2015-10-091-1/+1
* | Add hooks to client library to ontain network and authentication statusTimothy Pearson2015-01-121-0/+4
|/
* Fix another MinGW64 build issue. WSAEWOULDBLOCK is not MinGW-specific.Christian Beier2014-12-301-2/+0
* Fix potential memory corruption in libvncclient.Christian Beier2014-10-101-0/+7
* Use WIN32 for Windows-specific #ifdef guardsDaniel Cohen Gindi2014-09-021-1/+3
* MSVC: Use _snprintf instead of snprintfDaniel Cohen Gindi2014-09-021-0/+4
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-141-0/+5
* Fix some compiler warnings that hinted some no too unimportant errors.Christian Beier2012-05-091-1/+1
* LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...Christian Beier2012-04-151-10/+1
* 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-1/+62
* Add an optional parameter to specify the ip address for reverse connectionsLuca Stauble2012-02-031-1/+18
* Use WaitForMessage instead of sleep in socket reading to fix performance issue.Vic Lee2011-03-121-10/+2
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-031-1/+8
* Fix build failure wrt IP QoS support in libvncclient.Christian Beier2010-10-201-1/+1
* Avoid 100% CPU usage when calling ReadFromRFBServer and no available bytes to...Vic Lee2010-10-131-0/+10
* IP QoS support in libvncclient.Christian Beier2010-09-291-0/+49
* Non-blocking sockets for Windows.Christian Beier2010-09-131-6/+9
* Fix MinGW32 checking for IPv6.Christian Beier2010-07-141-0/+4
* libvncclient: add ipv6 supportVic Lee2010-07-081-0/+62
* Fix various compilation warningsVic Lee2009-11-101-2/+3
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-021-2/+31
|\
| * Add anonymous TLS support in libvncclientVic Lee2009-10-021-2/+31
* | libvncclient: make listenAtTCPPort() work under windows.Christian Beier2009-10-301-5/+12
* | Fix hostname resolution problems under WindowsAlexander Dorokhine2009-10-301-8/+17
* | mingw32 crosscompile fixes.Christian Beier2009-10-021-0/+1
|/
* libvncclient: Unix sockets support by Ben KlopfensteinBen Klopfenstein2009-05-121-0/+29
* 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