index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
/
mod_brotli.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
"?:" is a GNU extension, use standard syntax
Giovanni Bechis
2020-02-27
1
-1
/
+1
*
Avoid printing NULL strings in logs
Giovanni Bechis
2020-02-26
1
-1
/
+1
*
Honor "Accept-Encoding: foo;q=0" as per RFC 7231; which means 'foo' is "not a...
Christophe Jaillet
2019-10-11
1
-1
/
+14
*
mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
Evgeny Kotkov
2018-10-09
1
-3
/
+5
*
http: Enforce consistently no response body with both 204 and 304 statuses.
Yann Ylavic
2018-07-30
1
-2
/
+3
*
APR-ize uint types
Jim Jagielski
2017-12-15
1
-6
/
+6
*
mod_brotli: Comment on the default choice (0) for BROTLI_PARAM_LGBLOCK.
Evgeny Kotkov
2017-04-10
1
-0
/
+4
*
mod_brotli: Fix a minor typo in the description of BrotliAlterETag
Evgeny Kotkov
2017-04-10
1
-1
/
+1
*
Save a few bytes and a few cycles.
Christophe Jaillet
2017-01-21
1
-2
/
+2
*
mod_brotli: Explicitly cast 'const uint8_t *' to 'const char *' when using
Evgeny Kotkov
2016-11-28
1
-2
/
+2
*
mod_brotli: Handle new 'no-brotli' internal environment variable that
Evgeny Kotkov
2016-09-27
1
-2
/
+4
*
mod_brotli: Allow compression ratio logging with new BrotliFilterNote
Evgeny Kotkov
2016-09-27
1
-0
/
+64
*
mod_brotli: Add initial implementation.
Evgeny Kotkov
2016-09-21
1
-0
/
+522