index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
/
mod_deflate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_deflate: remove filter after seeing EOS
Joe Orton
2023-12-20
1
-0
/
+4
*
* modules/filters/mod_deflate.c (deflate_in_filter): Handle FLUSH in
Joe Orton
2021-12-03
1
-29
/
+31
*
* modules/filters/mod_deflate.c (deflate_out_filter): Catch
Joe Orton
2021-10-12
1
-1
/
+6
*
* mod_deflate: refrain from reading buckets of known length, just
Stefan Eissing
2021-08-30
1
-3
/
+8
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...
Stefan Eissing
2021-03-09
1
-8
/
+3
*
"?:" 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-22
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
-3
/
+16
*
Use apr_uint64_t instead of uint64_t; Pointed out by ylavic
Stefan Sperling
2018-12-23
1
-7
/
+7
*
Avoid hard-coded "%ld" format strings in mod_deflate's logging statements.
Stefan Sperling
2018-12-23
1
-10
/
+16
*
mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified
Evgeny Kotkov
2018-10-09
1
-7
/
+11
*
* modules/filters/mod_deflate.c
Joe Orton
2018-10-05
1
-3
/
+1
*
http: Enforce consistently no response body with both 204 and 304 statuses.
Yann Ylavic
2018-07-30
1
-5
/
+7
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-9
/
+9
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-9
/
+9
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-9
/
+9
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-9
/
+9
*
Constify + save a few bytes in conf pool
Christophe Jaillet
2015-06-02
1
-7
/
+7
*
mod_deflate:
Yann Ylavic
2014-08-21
1
-90
/
+55
*
mod_deflate: follow up to r1619444.
Yann Ylavic
2014-08-21
1
-7
/
+8
*
mod_deflate: follow up to r1619444.
Yann Ylavic
2014-08-21
1
-1
/
+1
*
leave a hint while scrolling through inflate() calls
Eric Covener
2014-08-21
1
-0
/
+1
*
mod_deflate: follow up to r1619383.
Yann Ylavic
2014-08-21
1
-28
/
+37
*
A misplaced check for inflation limits prevented limiting relatively
Eric Covener
2014-08-21
1
-20
/
+21
*
mod_deflate: don't require <limits.h> by using APR_INT32_MAX instead of INT_MAX.
Yann Ylavic
2014-07-18
1
-8
/
+6
*
Add missing APLOGNO + fix a typo in a comment
Christophe Jaillet
2014-07-14
1
-5
/
+5
*
*) SECURITY: CVE-2014-0118 (cve.mitre.org)
Eric Covener
2014-07-14
1
-2
/
+145
*
fix c++/c99 comment
Eric Covener
2014-06-21
1
-1
/
+1
*
Strip useless apr_brigade_cleanup() calls.
Yann Ylavic
2014-06-10
1
-2
/
+0
*
Rollback r1591302, wrong file commited.
Yann Ylavic
2014-04-30
1
-95
/
+50
*
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
Yann Ylavic
2014-04-30
1
-50
/
+95
*
mod_deflate: follow up to r1587639.
Yann Ylavic
2014-04-28
1
-4
/
+6
*
mod_deflate: Don't return gzip-ed data when reading FLUSH bucket in INFLATE
Yann Ylavic
2014-04-15
1
-3
/
+5
*
mod_deflate: Delay INFLATE input filter's self removal until all the buffered
Yann Ylavic
2014-04-15
1
-3
/
+5
*
mod_deflate: update empty log tags.
Yann Ylavic
2014-04-11
1
-2
/
+2
*
be explicit, for now the 0 val is the default, but it's
Eric Covener
2014-04-11
1
-0
/
+1
*
Attempt to make progress on PR39727/PR45023 blocking migration
Eric Covener
2014-04-11
1
-3
/
+43
*
mod_deflate: when consuming zlibs flags, APR_INCOMPLETE implies no more bytes...
Yann Ylavic
2014-03-01
1
-2
/
+2
*
mod_deflate: follows up r1572896.
Yann Ylavic
2014-02-28
1
-2
/
+4
*
mod_deflate:
Yann Ylavic
2014-02-28
1
-1
/
+5
*
Commit 6 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...
Yann Ylavic
2014-02-27
1
-1
/
+26
*
Commit 5 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...
Yann Ylavic
2014-02-27
1
-3
/
+13
*
Commit 4 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...
Yann Ylavic
2014-02-27
1
-1
/
+8
*
Commit 3 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...
Yann Ylavic
2014-02-27
1
-40
/
+54
*
Commit 2 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...
Yann Ylavic
2014-02-27
1
-49
/
+75
*
Commit 1 on 6 to fix reentrance (incomplete Zlib header or validation bytes) ...
Yann Ylavic
2014-02-27
1
-43
/
+136
*
mod_deflate: fix decompression of files larger than 4GB. According to RFC1952,
Jan Kaluža
2014-02-26
1
-2
/
+4
*
Improve error detection when decompressing
Rainer Jung
2013-07-13
1
-1
/
+11
*
style fix (no code change)
Stefan Fritsch
2013-07-04
1
-4
/
+4
[next]