summaryrefslogtreecommitdiffstats
path: root/libvncserver/httpd.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Winsock does NOT update errno for us, we have fetch the last error manually using WSAGetLastError().
* Non-blocking sockets for Windows.Christian Beier2010-09-131-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.runge2007-03-201-2/+15
|
* SSL patch for Java viewer. https support for x11vnc.runge2006-03-281-1/+5
|
* x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0.runge2005-07-021-0/+3
|
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-3/+3
|
* socketInitDone -> socketStatedscho2005-05-071-0/+7
|
* add '-listen ipaddr' optionrunge2005-03-051-1/+2
|
* support MinGW32!dscho2004-12-011-0/+5
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-29/+29
| | | | while structure members should not
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+579