| Commit message (Expand) | Author | Age | Files | Lines |
* | Update comments regarding rfbClientConnectionGone(). | Christian Beier | 2014-10-21 | 1 | -2/+3 |
* | Generally adjusting headers for compiling on windows without the mixing of Wi... | Daniel Cohen Gindi | 2014-09-20 | 1 | -0/+5 |
* | Fixed a violation of the C89 standard ("declarations must come before instruc... | Daniel Cohen Gindi | 2014-09-20 | 1 | -4/+6 |
* | `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function... | Daniel Cohen Gindi | 2014-09-20 | 1 | -0/+4 |
* | allow rfbInitSockets with non-ready states. | Amandeep Singh | 2014-08-03 | 1 | -2/+3 |
* | Tune the definitions needed when building with -ansi. | Raphael Kubo da Costa | 2012-09-14 | 1 | -1/+5 |
* | Add some missing feature macro definitions. | Raphael Kubo da Costa | 2012-09-14 | 1 | -0/+5 |
* | Patched sockets.c to allow the use of IPv6 without IPv4. | Oliver Loch | 2012-08-19 | 1 | -1/+6 |
* | libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1 | Kyle J. McKay | 2012-05-21 | 1 | -2/+2 |
* | IPv6 support for LibVNCServer, part four: add copyright notices to files with... | Christian Beier | 2012-04-02 | 1 | -0/+1 |
* | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa... | Christian Beier | 2012-03-10 | 1 | -2/+40 |
* | IPv6 support for LibVNCServer, part onepointseven: Plug a memleak. | Christian Beier | 2012-03-10 | 1 | -0/+3 |
* | IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 m... | Christian Beier | 2012-02-27 | 1 | -0/+4 |
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections. | Christian Beier | 2012-02-20 | 1 | -7/+159 |
* | websockets: Move Hixie disconnect hack to websockets.c | Gernot Tenchio | 2011-08-25 | 1 | -2/+2 |
* | websockets: Initial HyBi support | Gernot Tenchio | 2011-08-25 | 1 | -2/+3 |
* | websockets: Add wspath member to rfbClientRec | Gernot Tenchio | 2011-08-17 | 1 | -0/+1 |
* | websockets: Add encryption support | Gernot Tenchio | 2011-08-17 | 1 | -5/+38 |
* | websockets: Initial WebSockets support. | Joel Martin | 2011-08-17 | 1 | -0/+83 |
* | Remove some unused variables. | Christian Beier | 2011-06-01 | 1 | -2/+0 |
* | Fix rfbProcessNewConnection to return some value instead of void. | George Kiagiadakis | 2011-06-01 | 1 | -6/+9 |
* | Split two event-loop related functions out of the rfbProcessEvents() mechanism. | George Kiagiadakis | 2011-06-01 | 1 | -31/+42 |
* | Set proper file permissions for source files. | Christian Beier | 2011-03-10 | 1 | -0/+0 |
* | Call WSAGetLastError() everywhere errno is read after a Winsock call. | Christian Beier | 2011-03-03 | 1 | -0/+3 |
* | libvncserver sockets: check cl->screen before accessing it | Tobias Doerffel | 2010-12-01 | 1 | -2/+2 |
* | libvncserver sockets: favor per-screen maxclientwait over global one when set. | Christian Beier | 2010-11-18 | 1 | -3/+8 |
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 1 | -15/+25 |
* | Add locks of updateMutex in rfbRedrawAfterHideCursor() and | runge | 2009-12-01 | 1 | -1/+1 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -3/+19 |
* | rfbCheckFds now returns the number of processed events | dscho | 2006-02-28 | 1 | -10/+13 |
* | add handleEventsEagerly flag (Thanks, Donald) | dscho | 2006-02-28 | 1 | -82/+86 |
* | assorted fixes for MinGW32 | dscho | 2005-12-19 | 1 | -14/+17 |
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 1 | -0/+3 |
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -0/+8 |
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 1 | -0/+7 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -20/+14 |
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -2/+27 |
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -11/+31 |
* | support MinGW32! | dscho | 2004-12-01 | 1 | -13/+10 |
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -22/+22 |
* | debug | dscho | 2004-06-18 | 1 | -0/+8 |
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+619 |