summaryrefslogtreecommitdiff
path: root/src/mod_deflate.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-1408/+0
* Fix mod_deflate bzip2 compression level (thx peto, fixes #2035)stbuehler2009-07-211-11/+18
* Fix many warningsstbuehler2009-04-271-2/+3
* Fix DoS due to unhandled requests (results in hanging connections); return 40...stbuehler2009-01-261-1/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-1/+1
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-18/+18
* fix many (64-bit) format warnings and unsigned/signed compare warningsstbuehler2008-03-201-12/+12
* - fix printf format warnings. Stefan Buhlerglen2008-01-181-7/+7
* - mod_deflate: filesize check is too weak, move to new logstyle. #1512glen2008-01-181-102/+57
* - chunk.c patches from #1510glen2008-01-151-5/+5
* - added a global pool of unused chunks instead of a per chunkqueue pooljan2007-08-121-12/+33
* fixed error-msg if no matching encoding was foundjan2007-04-201-12/+23
* fixed illegal access to hctx->out which just got free()edjan2007-02-281-2/+10
* compile without zlib installedjan2007-02-191-0/+4
* added a huge win32 patch by jtiaijan2007-02-171-0/+2
* hide debug-message in case the input-size is smaller then the compressedjan2007-02-111-14/+6
* increment c->offset only oncejan2007-02-041-11/+16
* Fixed major bug with compressing chunks with offset > 0 or when deflate.work-...jakabosky2007-01-301-29/+32
* replaced deflate.bzip2 option with deflate.allowed_encodings.jakabosky2007-01-301-60/+94
* removed strlen() from the array_get_element() jan2007-01-271-4/+6
* fixed bugs in mod_chunked, Mostly just code cleanup.jakabosky2007-01-061-0/+1363