summaryrefslogtreecommitdiff
path: root/src/chunk.c
Commit message (Expand)AuthorAgeFilesLines
* Append to previous buffer in con read (fixes #2147, found by liming, CVE-2010...Stefan Bühler2010-02-011-2/+0
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-2/+2
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-1/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-64/+64
* added append_buffer_weak() which take the buffer directly instead of copying itJan Kneschke2006-09-211-0/+17
* workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if ...Jan Kneschke2006-09-181-1/+1
* fixed check for tempdirs lighttpd-1.4.7Jan Kneschke2005-11-021-1/+1
* chunkqueue can get a list of tempdirs which are tried to open a file atJan Kneschke2005-11-011-5/+36
* fixed assertion on failure of mkstemp or write on post-dataJan Kneschke2005-10-311-3/+6
* renamed file.offset to file.start (we had 3 different 'offset' which was conf...Jan Kneschke2005-10-241-1/+1
* added tempfile chunks which remove the file automaticly of they are closedJan Kneschke2005-09-261-0/+24
* open files only once for chunk, cache mmap and let the chunk itself close the...Jan Kneschke2005-09-141-30/+36
* - don't keep the full fastcgi response in memoryJan Kneschke2005-09-081-50/+59
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+312