summaryrefslogtreecommitdiff
path: root/src/chunk.h
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-94/+0
* Allow chunkqueue_skip to skip all types of chunksstbuehler2009-08-101-0/+1
* merge: Include mmap.h from chunk.h to fix some problems with #define mmap mma...stbuehler2009-04-091-0/+1
* Fix shutdown leaks (fixes #1811), patch by petostbuehler2008-11-171-0/+2
* - chunk.c patches from #1510glen2008-01-151-1/+1
* - fixed more return types to be off_t instead of intjan2007-08-121-5/+2
* - added a global pool of unused chunks instead of a per chunkqueue pooljan2007-08-121-1/+4
* another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)jan2007-02-201-27/+27
* added a huge win32 patch by jtiaijan2007-02-171-27/+27
* big threading cleanup, glib-2.0 + gthread-2.0 is now a requirementjan2007-02-011-0/+5
* Moved HTTP/1.1 chunk encoding into plugin mod_chunkedjakabosky2007-01-051-0/+1
* - cleanup trailing whitespacesdarix2006-12-291-3/+3
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-0/+2
* added chunk-stealingjan2006-11-141-0/+1
* steal the request-body tempfile-chunk from the incoming queuejan2006-11-131-0/+1
* linux AIO supportjan2006-11-091-0/+6
* added the 'is_closed' flag to signal that there won't be any input into this ...jan2006-08-031-0/+2
* added chunkqueue_print() and chunkqueue_remove_empty_last_chunk()jan2006-07-181-0/+3
* fixed comments (wording, typos) by Ryan Schmidt <lighty-2006Q1@ryandesign.com>jan2006-04-031-2/+2
* - remove all trailing whitespaces in the c filesdarix2006-03-311-7/+7
* chunkqueue can get a list of tempdirs which are tried to open a file atjan2005-11-011-0/+4
* renamed file.offset to file.start (we had 3 different 'offset' which was conf...jan2005-10-241-18/+13
* added tempfile chunks which remove the file automaticly of they are closedjan2005-09-261-0/+3
* open files only once for chunk, cache mmap and let the chunk itself close the...jan2005-09-141-11/+19
* - don't keep the full fastcgi response in memoryjan2005-09-081-0/+3
* moved everything below trunk/ and added branches/ and tags/jan2005-02-201-0/+56