summaryrefslogtreecommitdiff
path: root/src/network_linux_sendfile.c
Commit message (Expand)AuthorAgeFilesLines
* rewrite network (write) backendsStefan Bühler2015-08-221-225/+33
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-2/+2
* force assertion: setting FD_CLOEXEC must work (if available)Stefan Bühler2014-02-161-3/+1
* Limit amount of bytes we send in one go; fixes stalling in one connection and...Stefan Bühler2011-08-221-17/+14
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+6
* fixed handling of EAGAIN in linux-sendfile (fixes #657)Jan Kneschke2008-02-101-3/+2
* save the old errno of the sendfile() call in case that the attr_get()Jan Kneschke2006-10-081-0/+4
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-39/+39
* oops, fixed compileJan Kneschke2006-02-151-1/+1
* - move the extra-stat() out of the main-pathJan Kneschke2006-02-151-15/+15
* disable posix_fadvise support as 2.4.x kernels cause problems here.Jan Kneschke2006-02-131-0/+3
* if posix_fadvise is not implemented, ignore the errorJan Kneschke2006-02-091-2/+4
* set SEQENTIAL READ on the sendfile file-fdsJan Kneschke2006-01-311-0/+25
* handle a sendfile() = 0 is connection closed by remote sideJan Kneschke2006-01-091-0/+5
* renamed file.offset to file.start (we had 3 different 'offset' which was conf...Jan Kneschke2005-10-241-1/+1
* close fds on error and add CLOEXEC to FDs which stay open for a longer timeJan Kneschke2005-10-221-4/+8
* added the fd as parameter for the write() functionsJan Kneschke2005-09-261-4/+8
* updated cq->written and con->bytes_written correctlyJan Kneschke2005-09-221-3/+3
* open files only once for chunk, cache mmap and let the chunk itself close the...Jan Kneschke2005-09-141-20/+19
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-37/+40
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+205