summaryrefslogtreecommitdiffstats
path: root/modules/filters/mod_brotli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "?:" is a GNU extension, use standard syntaxGiovanni Bechis2020-02-271-1/+1
* Avoid printing NULL strings in logsGiovanni Bechis2020-02-261-1/+1
* Honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not a...Christophe Jaillet2019-10-111-1/+14
* mod_brotli, mod_deflate: Restore the separate handling of 304 Not ModifiedEvgeny Kotkov2018-10-091-3/+5
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-2/+3
* APR-ize uint typesJim Jagielski2017-12-151-6/+6
* mod_brotli: Comment on the default choice (0) for BROTLI_PARAM_LGBLOCK.Evgeny Kotkov2017-04-101-0/+4
* mod_brotli: Fix a minor typo in the description of BrotliAlterETagEvgeny Kotkov2017-04-101-1/+1
* Save a few bytes and a few cycles.Christophe Jaillet2017-01-211-2/+2
* mod_brotli: Explicitly cast 'const uint8_t *' to 'const char *' when usingEvgeny Kotkov2016-11-281-2/+2
* mod_brotli: Handle new 'no-brotli' internal environment variable thatEvgeny Kotkov2016-09-271-2/+4
* mod_brotli: Allow compression ratio logging with new BrotliFilterNoteEvgeny Kotkov2016-09-271-0/+64
* mod_brotli: Add initial implementation.Evgeny Kotkov2016-09-211-0/+522