summaryrefslogtreecommitdiffstats
path: root/libvncserver/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Update comments regarding rfbClientConnectionGone().Christian Beier2014-10-211-2/+3
* Generally adjusting headers for compiling on windows without the mixing of Wi...Daniel Cohen Gindi2014-09-201-0/+5
* Fixed a violation of the C89 standard ("declarations must come before instruc...Daniel Cohen Gindi2014-09-201-4/+6
* `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-201-0/+4
* allow rfbInitSockets with non-ready states.Amandeep Singh2014-08-031-2/+3
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-141-1/+5
* Add some missing feature macro definitions.Raphael Kubo da Costa2012-09-141-0/+5
* Patched sockets.c to allow the use of IPv6 without IPv4.Oliver Loch2012-08-191-1/+6
* libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1Kyle J. McKay2012-05-211-2/+2
* IPv6 support for LibVNCServer, part four: add copyright notices to files with...server-ipv6Christian Beier2012-04-021-0/+1
* IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-101-2/+40
* IPv6 support for LibVNCServer, part onepointseven: Plug a memleak.Christian Beier2012-03-101-0/+3
* IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 m...Christian Beier2012-02-271-0/+4
* IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.Christian Beier2012-02-201-7/+159
* websockets: Move Hixie disconnect hack to websockets.cGernot Tenchio2011-08-251-2/+2
* websockets: Initial HyBi supportGernot Tenchio2011-08-251-2/+3
* websockets: Add wspath member to rfbClientRecGernot Tenchio2011-08-171-0/+1
* websockets: Add encryption supportGernot Tenchio2011-08-171-5/+38
* websockets: Initial WebSockets support.Joel Martin2011-08-171-0/+83
* Remove some unused variables.Christian Beier2011-06-011-2/+0
* Fix rfbProcessNewConnection to return some value instead of void.George Kiagiadakis2011-06-011-6/+9
* Split two event-loop related functions out of the rfbProcessEvents() mechanism.George Kiagiadakis2011-06-011-31/+42
* Set proper file permissions for source files.Christian Beier2011-03-101-0/+0
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-031-0/+3
* libvncserver sockets: check cl->screen before accessing itTobias Doerffel2010-12-011-2/+2
* libvncserver sockets: favor per-screen maxclientwait over global one when set.Christian Beier2010-11-181-3/+8
* Non-blocking sockets for Windows.Christian Beier2010-09-131-15/+25
* Add locks of updateMutex in rfbRedrawAfterHideCursor() andrunge2009-12-011-1/+1
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-3/+19
* rfbCheckFds now returns the number of processed eventsdscho2006-02-281-10/+13
* add handleEventsEagerly flag (Thanks, Donald)dscho2006-02-281-82/+86
* assorted fixes for MinGW32dscho2005-12-191-14/+17
* work around write() returning ENOENT on Solaris 2.7dscho2005-12-091-0/+3
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-0/+8
* Introduce generic protocol extension method. Deprecatedscho2005-09-271-0/+7
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-20/+14
* socketInitDone -> socketStatedscho2005-05-071-2/+27
* add '-listen ipaddr' optionrunge2005-03-051-11/+31
* support MinGW32!dscho2004-12-011-13/+10
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-22/+22
* debugdscho2004-06-181-0/+8
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+619
OpenPOWER on IntegriCloud