summaryrefslogtreecommitdiff
path: root/src/network.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-891/+0
* Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)stbuehler2010-02-281-1/+1
* Don't print ssl error if client didn't support TLS SNIstbuehler2009-10-161-2/+6
* Add SSL Client Certificate verification (#1288)stbuehler2009-10-141-0/+24
* Fix compile error if TLS SNI isn't supportedstbuehler2009-10-141-4/+7
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...stbuehler2009-10-141-71/+128
* Fix some mem leaks found by cppcheckstbuehler2009-08-301-26/+33
* Allow all comparisons for $SERVER["socket"] - only bind for "=="stbuehler2009-07-161-5/+1
* Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)stbuehler2009-07-111-0/+5
* Add gthread-freebsd-sendfile (thx peto, fixes #1795)stbuehler2009-06-111-0/+11
* Fix many warningsstbuehler2009-04-271-1/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-1/+1
* fix server.kbytes-per-second (#1102)stbuehler2008-05-061-1/+1
* - ssl.cipher-list and ssl.use-sslv2 ported from 1.4.x (#1422)glen2008-01-161-1/+18
* - con->bytes_read is not set. #1514glen2008-01-151-3/+9
* name/value table sort out for network backend and event handlers.moo2007-06-111-145/+174
* fixed double close() of the client socketjan2007-05-081-2/+0
* - added a FIXME to display the selected backend to the show-config jan2007-04-191-0/+3
* added TRACE for the default network-backendjan2007-04-131-0/+2
* introduced USE_GTHREAD_SENDFILE, as it only works on linux right nowjan2007-04-131-2/+2
* added a threaded sendfile() backend for linuxjan2007-03-111-0/+9
* splitted USE_GTHREAD into USE_GTHREAD and USE_GTHREAD_AIO as we needjan2007-02-191-2/+2
* replace explict counting of open fds by a more heuristic way to guessjan2007-02-101-3/+0
* add define to disable all the threading supportjan2007-02-031-0/+4
* moved the completion-handlers into the network-backendsjan2007-02-011-19/+3
* big threading cleanup, glib-2.0 + gthread-2.0 is now a requirementjan2007-02-011-5/+8
* fixed out-of-fd detectionjan2007-01-271-0/+1
* added a rip-off of linux-aio-sendfile based on posix-aiojan2006-11-181-1/+12
* be a nice fdevent-handler and use the joblist-handler of the mainloop,jan2006-11-131-12/+1
* added compile fix if libaio + headers are not installed on linuxjan2006-11-091-0/+4
* Linux AIO supportjan2006-11-091-15/+24
* * removed debug-codejan2006-08-241-3/+3
* ported iosocketjan2006-07-181-27/+28
* move the cleanup of the sent-chunks back into the network_* handlersjan2006-07-081-1/+10
* * src/*c, src/*.h:darix2006-07-031-25/+25
* r631@D2XNG01J: Jan | 2006-07-02 15:36:09 +0200Jan2006-07-021-16/+31
* r624@D2XNG01J: Jan | 2006-06-29 05:54:04 +0200Jan2006-07-021-10/+12
* r623@D2XNG01J: Jan | 2006-06-26 03:59:03 +0200Jan2006-07-021-13/+44
* free SSL_CTX and SSL-error-strings before shutdownjan2006-04-021-0/+9
* - remove all trailing whitespaces in the c filesdarix2006-03-311-118/+118
* don't init a SERVER["socket"] if it is initialized alreadyjan2006-03-041-3/+11
* fixed calculation of socket-len if SUN_LEN is not definedjan2006-02-281-1/+1
* remove unix domain socket if it is unused before binding to it (fixes #395)jan2006-01-141-1/+40
* allow to bind the server to a unix-domain socketjan2005-11-231-3/+35
* init the fdevent-handler AFTER daemonize and AFTER the max-worker spawningjan2005-11-151-5/+0
* fixed compile if openssl is not enabledjan2005-11-011-0/+2
* added startup-time selectable network-backendjan2005-10-311-15/+88
* update bytes_written in con-> (fixed #737)jan2005-09-291-2/+3
* added the fd as parameter for the write() functionsjan2005-09-261-6/+6
* only accept 100 connection in one round to remove the starvation of waiting c...jan2005-09-231-2/+6