summaryrefslogtreecommitdiffstats
path: root/modules/filters/mod_deflate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_deflate: remove filter after seeing EOSJoe Orton2023-12-201-0/+4
* * modules/filters/mod_deflate.c (deflate_in_filter): Handle FLUSH inJoe Orton2021-12-031-29/+31
* * modules/filters/mod_deflate.c (deflate_out_filter): CatchJoe Orton2021-10-121-1/+6
* * mod_deflate: refrain from reading buckets of known length, justStefan Eissing2021-08-301-3/+8
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-8/+3
* "?:" is a GNU extension, use standard syntaxGiovanni Bechis2020-02-271-1/+1
* Avoid printing NULL strings in logsGiovanni Bechis2020-02-221-1/+1
* Honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not a...Christophe Jaillet2019-10-111-3/+16
* Use apr_uint64_t instead of uint64_t; Pointed out by ylavicStefan Sperling2018-12-231-7/+7
* Avoid hard-coded "%ld" format strings in mod_deflate's logging statements.Stefan Sperling2018-12-231-10/+16
* mod_brotli, mod_deflate: Restore the separate handling of 304 Not ModifiedEvgeny Kotkov2018-10-091-7/+11
* * modules/filters/mod_deflate.cJoe Orton2018-10-051-3/+1
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-5/+7
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-9/+9
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-9/+9
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-9/+9
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-9/+9
* Constify + save a few bytes in conf poolChristophe Jaillet2015-06-021-7/+7
* mod_deflate:Yann Ylavic2014-08-211-90/+55
* mod_deflate: follow up to r1619444.Yann Ylavic2014-08-211-7/+8
* mod_deflate: follow up to r1619444.Yann Ylavic2014-08-211-1/+1
* leave a hint while scrolling through inflate() callsEric Covener2014-08-211-0/+1
* mod_deflate: follow up to r1619383.Yann Ylavic2014-08-211-28/+37
* A misplaced check for inflation limits prevented limiting relativelyEric Covener2014-08-211-20/+21
* mod_deflate: don't require <limits.h> by using APR_INT32_MAX instead of INT_MAX.Yann Ylavic2014-07-181-8/+6
* Add missing APLOGNO + fix a typo in a commentChristophe Jaillet2014-07-141-5/+5
* *) SECURITY: CVE-2014-0118 (cve.mitre.org)Eric Covener2014-07-141-2/+145
* fix c++/c99 commentEric Covener2014-06-211-1/+1
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-2/+0
* Rollback r1591302, wrong file commited.Yann Ylavic2014-04-301-95/+50
* mod_cache: Don't add cached/revalidated entity headers to a 304 response.Yann Ylavic2014-04-301-50/+95
* mod_deflate: follow up to r1587639.Yann Ylavic2014-04-281-4/+6
* mod_deflate: Don't return gzip-ed data when reading FLUSH bucket in INFLATEYann Ylavic2014-04-151-3/+5
* mod_deflate: Delay INFLATE input filter's self removal until all the bufferedYann Ylavic2014-04-151-3/+5
* mod_deflate: update empty log tags.Yann Ylavic2014-04-111-2/+2
* be explicit, for now the 0 val is the default, but it'sEric Covener2014-04-111-0/+1
* Attempt to make progress on PR39727/PR45023 blocking migrationEric Covener2014-04-111-3/+43
* mod_deflate: when consuming zlibs flags, APR_INCOMPLETE implies no more bytes...Yann Ylavic2014-03-011-2/+2
* mod_deflate: follows up r1572896.Yann Ylavic2014-02-281-2/+4
* mod_deflate:Yann Ylavic2014-02-281-1/+5
* Commit 6 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...Yann Ylavic2014-02-271-1/+26
* Commit 5 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...Yann Ylavic2014-02-271-3/+13
* Commit 4 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...Yann Ylavic2014-02-271-1/+8
* Commit 3 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...Yann Ylavic2014-02-271-40/+54
* Commit 2 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...Yann Ylavic2014-02-271-49/+75
* Commit 1 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...Yann Ylavic2014-02-271-43/+136
* mod_deflate: fix decompression of files larger than 4GB. According to RFC1952,Jan Kaluža2014-02-261-2/+4
* Improve error detection when decompressingRainer Jung2013-07-131-1/+11
* style fix (no code change)Stefan Fritsch2013-07-041-4/+4