summaryrefslogtreecommitdiff
path: root/src/network_linux_aio.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-382/+0
* Remove joblist thread, don't use timed pops for async queuesstbuehler2009-10-251-9/+1
* Enable linux-aio-sendfile for testing in cmake again, fix a small bug in itstbuehler2009-08-021-9/+9
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-2/+2
* replace explict counting of open fds by a more heuristic way to guessjan2007-02-101-11/+4
* add define to disable all the threading supportjan2007-02-031-2/+2
* move compile fixes for glib-2.4.0jan2007-02-021-2/+5
* include filename into the error-msgjan2007-02-021-2/+2
* raised the chunk-size to get better performance for large file-transfersjan2007-02-011-1/+1
* added missing cur_fds-- to lift the 'out-of-fds' condition againjan2007-02-011-0/+1
* join all the threads we started and cleanup after themjan2007-02-011-1/+2
* moved the completion-handlers into the network-backendsjan2007-02-011-10/+9
* moved the io_getevents() into the network-backendjan2007-02-011-0/+45
* big threading cleanup, glib-2.0 + gthread-2.0 is now a requirementjan2007-02-011-2/+2
* play nice if we run out of fdsjan2007-01-301-0/+3
* - cleanup trailing whitespacesdarix2006-12-291-18/+18
* - make sure GNU_SOURCE is defined where neededdarix2006-12-291-0/+5
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-2/+13
* added a rip-off of linux-aio-sendfile based on posix-aiojan2006-11-181-2/+2
* check if we have place for a iocb before we start getting a mmap(), ajan2006-11-151-28/+34
* - added support for server.use-noatimejan2006-11-151-2/+19
* more fixes for linux-aiojan2006-11-151-6/+25
* - async-io was always sending the first 512k, fixedjan2006-11-151-4/+2
* fixed linux-aio supportjan2006-11-151-19/+40
* fallback the synchronous sendfile() in case of async fails for somejan2006-11-131-43/+85
* 512k seems to be the optimal size of pre-buffering jan2006-11-131-1/+1
* reset the copy-length on chunk_reset()jan2006-11-091-1/+1
* added compile fix if libaio + headers are not installed on linuxjan2006-11-091-2/+2
* Linux AIO supportjan2006-11-091-0/+226