]> granicus.if.org Git - apache/history - modules/filters/mod_deflate.c
Add lots of unique tags to error log messages
[apache] / modules / filters / mod_deflate.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-10-23 Stefan FritschLog reason for not deflating at level trace1
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-16 Stefan FritschAdd comment that the check for empty brigade at the...
2011-09-13 Stefan FritschFix 'Content-Encoding: gzip' missing if the first briga...
2011-08-01 Stefan FritschFix endless loop if first bucket is metadata
2011-07-13 Stefan FritschDon't try to compress requests with a zero sized body.
2011-05-15 Justin ErenkrantzFix memory leak in mod_deflate.c when SetOutputFilter...
2011-05-14 Stefan FritschLog messages at the various points where mod_deflate...
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2010-08-06 Philip M. GolluccizRC is never used before its overwritten below the...
2010-06-26 Stefan FritschStop compressing if we are doing a HEAD request and...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-01 Nick KewKill off edge case in mod_deflate where data may be...
2010-02-15 Stefan FritschCorrectly handle the case where apr_brigade_partition...
2010-02-14 Stefan FritschIn case zlib initialization fails, make sure we do...
2009-10-04 Stefan Fritschcore, mod_deflate, mod_sed: Reduce memory usage by...
2009-02-12 Roy T. FieldingAdjust content metadata on deflate/inflate response...
2009-02-12 Roy T. FieldingReimplement deflate_check_etag() so that it isn't such...
2009-02-07 Ruediger Pluem* Only drop the last char (the '"') and not the last...
2009-02-02 Lars Eilebrechtmod_deflate: Fix creation of invalid Etag headers....
2008-12-15 Ruediger Pluem* Fix r->content_encoding for inflate_in and inflate_ou...
2008-12-15 Ruediger Pluem* Fix r->content_encoding in deflate_out_filter if...
2007-12-28 Nick KewPR 39727: Fixup ETag handling in mod deflate (updated...
2007-10-02 Nick Kewmod_deflate: Don't leave a strong ETag in place while...
2007-09-29 Nick Kewmod_deflate: initialise inflate-out filter correctly...
2007-08-08 Nick KewCorrecting defects in r563317: fix to PR 42993
2007-08-06 Nick KewCheck all sources of Content-Encoding in inflate_out...
2007-08-06 Ruediger Pluem* Also unset Content-MD5 in the deflate_out_filter
2007-08-06 Ruediger Pluem* We already unset Content-Length in the inflate_out_fi...
2007-08-06 Nick KewDon't try to compress/decompress where there's a Conten...
2007-08-06 Nick Kewmod_deflate - discussion on dev@
2007-08-03 Nick KewGeneralise the content encoding detection and protocol:
2007-07-30 Nick KewBe liberal in what we accept. Where it matters.
2007-07-30 Nick KewBe liberal and correct in what we accept
2007-07-29 Nick KewUpdate r560689 following rpluem's analysis thereof.
2007-07-29 Nick KewFix protocol handling in mod_deflate input filter
2007-07-13 Greg Amesdon't need the definitions for error buckets any more
2007-07-13 Greg Ames* generalize from error buckets to metadata buckets
2007-07-06 Greg Ameswith LimitRequestBody xxx and the deflate output filter...
2006-11-18 Nick KewHousekeeping: keep track of size even in the edge-case...
2006-11-16 Ruediger Pluem* Fix some comments. No functional change.
2006-11-16 Ruediger Pluem* Also log the presence of garbage data at the end...
2006-11-16 Ruediger Pluem* Actually append new data to the validation buffer...
2006-11-15 Ruediger Pluem* Ensure that we do not perform our final operations...
2006-11-15 Ruediger Pluem* Ensure that we do not try to inflate validation data...
2006-07-29 Ruediger Pluem* Rework inflate out filter and give it a similar workf...
2006-07-29 Ruediger Pluem* some optimizations taken from the inflate out filter
2006-07-29 Ruediger Pluem* We can ignore Z_BUF_ERROR in flush_libz_buffer because:
2006-07-29 Ruediger Pluem* Use a define for the number of validation bytes ...
2006-07-29 Ruediger Pluem* Add parameter crc to flush_libz_buffer in order to...
2006-07-24 Ruediger Pluem* Rather use a pool cleanup function than calling defla...
2006-07-24 Ruediger Pluem* Initialize zRC to avoid a compiler warning.
2006-07-23 Ruediger Pluem* This shortcut is too short. It is not up to the filte...
2006-07-20 Ruediger Pluem* In preparation of the changes of the inflate out...
2006-07-17 Ruediger Pluem* Remove ourselves from the filter chain if we failed...
2006-07-17 Ruediger Pluem* Fix potential memory leaks in deflate_out_filter...
2006-07-17 Ruediger Pluem* Fix wrong FLUSH bucket handling in deflate_out_filter...
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-21 Nick KewPR#39854
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-18 Colm MacCarthaighCorrectly handle internal redirects, by testing only...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-04-18 Paul Querna- mod_deflate currently only does C-E, and not T-E...
2005-04-17 Paul Quernamod_deflate should be merging the Vary header, not...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-02 Joe Orton* modules/filters/mod_deflate.c (deflate_out_filter...
2004-10-12 Joe Orton* modules/filters/mod_deflate.c: Remove use of zutil...
2004-10-11 Paul QuernaUse the ap_is_initial_req() function to test for a...
2004-07-23 Nick KewTidy up handling of empty brigades (Joe Orton);
2004-07-18 Nick KewTidy up: get rid of dubious cast (nd) and initialise...
2004-07-17 Nick KewFix previous patch to deal correctly with multiple...
2004-07-17 Nick KewFix headers in deflate_out_filter for the case of an...
2004-07-04 André Malostyle
2004-07-03 André Malothat's not really an error condition, so make the messa...
2004-06-25 Nick KewUpdate inflate_out_filter to support gzip compression...
2004-06-11 Allan K. EdwardsDon't deflate responses with zero length e.g. proxied...
2004-06-01 Joe Orton* modules/filters/mod_deflate.c (deflate_out_filter...
2004-05-29 Justin ErenkrantzFix bug in mod_deflate that unconditionally sent deflat...
2004-04-21 André Malocontent-encoding needs to be unset.
2004-04-17 André Maloremove unused variables
2004-04-16 Ian Holsmanmod_deflate:
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-06 Ian Holsmanremove email address in the hopes ppl stop emailing...
2004-01-01 André Maloupdate license to 2004.
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-08-19 André Malohere applies the same. Don't skip the \0 delimiter...
2003-08-19 André MaloDoh. If Accept-Encoding contains no gzip token, we...
2003-08-12 Stas Bekman Fix bug in mod_deflate, which was passing calling...
2003-07-22 Justin ErenkrantzDon't attempt to hold all of the response until we...
2003-05-16 André MaloCheck also for r->content_encoding (now we should have...
2003-03-11 Ian Holsmanreflect backport of mod_deflate.c r1.31
2003-03-08 André MaloCheck also err_headers_out for an already set Content...
2003-03-05 Ian Holsmannew directive 'compressionlevel'
2003-02-17 Justin ErenkrantzFix potential memory leaks in mod_deflate on malformed...
2003-02-03 André Malofinished that boring job:
2003-01-02 André Malobreak down macro code and avoid mixed case.
2003-01-01 André MaloThe patch allows the user to log the accurate filter...
next