Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Winsock does NOT update errno for us, we have fetch the last error manually using WSAGetLastError(). | ||||
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 1 | -20/+5 |
| | | | | | | | | | | | Expands the SetNonBlocking() function in libvncclient/sockets.c to also work under Windows and also changes it to honour maybe already present socket flags. A similar function was introduced for libvncserver as well and all the #ifdef'ed fnctl calls replaced with calls to that one. Signed-off-by: Christian Beier <dontmind@freeshell.org> | ||||
* | Add "Connection: close" to HTTP replies. | runge | 2007-03-20 | 1 | -2/+15 |
| | |||||
* | SSL patch for Java viewer. https support for x11vnc. | runge | 2006-03-28 | 1 | -1/+5 |
| | |||||
* | x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0. | runge | 2005-07-02 | 1 | -0/+3 |
| | |||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -3/+3 |
| | |||||
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -0/+7 |
| | |||||
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -1/+2 |
| | |||||
* | support MinGW32! | dscho | 2004-12-01 | 1 | -0/+5 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -29/+29 |
| | | | | while structure members should not | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+579 |