summaryrefslogtreecommitdiff
path: root/src/mod_deflate.c
Commit message (Expand)AuthorAgeFilesLines
* [core] add missing #includeGlenn Strauss2017-07-301-0/+1
* [core] include "fdevent.h" where neededGlenn Strauss2017-03-281-0/+1
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* [core] handle if backend sends Transfer-Encoding (#2786)Glenn Strauss2017-02-111-1/+1
* remove redundant calls to end-of-request hooksGlenn Strauss2017-01-141-1/+0
* [mod_deflate] skip deflate if loadavg too high (fixes #1505)Glenn Strauss2016-10-191-0/+16
* [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133)Glenn Strauss2016-10-191-3/+17
* [mod_deflate] ignore '*' in deflate.mimetypesGlenn Strauss2016-10-161-0/+11
* quiet coverity warningGlenn Strauss2016-10-161-1/+1
* build w/o compiler warnings if no zlib or bz2libGlenn Strauss2016-10-161-0/+12
* silence warnings from clang ccc-analyzerGlenn Strauss2016-10-161-1/+1
* quiet coverity warningGlenn Strauss2016-10-041-1/+1
* performance: use Linux extended syscalls and flagsGlenn Strauss2016-09-241-2/+1
* fix errors detected by Coverity ScanGlenn Strauss2016-09-231-5/+2
* [mod_deflate] fix longjmp clobber compiler warningGlenn Strauss2016-09-221-1/+3
* backport mod_deflate to lighttpd 1.4 (fixes #1824, fixes #2753)Glenn Strauss2016-09-221-0/+1203