]> granicus.if.org Git - apache/history - modules/filters/mod_deflate.c
* Rather use a pool cleanup function than calling deflateEnd before every
[apache] / modules / filters / mod_deflate.c
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...
2002-11-14 Cliff WoolleyFix a memory leak in mod_deflate with dynamic content...
2002-11-10 Justin ErenkrantzAlways emit Vary header if mod_deflate is involved...
2002-08-30 Ian Holsmanactuall fix the bug
2002-08-30 Ian Holsmandeflate's filter removal was reversed for non-html...
2002-08-07 Ian Holsmanmod-deflate now checks to make sure gzip-only-text...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-14 William A. Rowe Jr Clean up a signedness emit
2002-06-14 Justin ErenkrantzModify the deflate input filter so that it should alway...
2002-06-12 William A. Rowe Jr An important observations before some x86'er attacks...
2002-06-06 Jeff Trawickget the prototype for strcasecmp() on AIX
2002-06-05 Justin ErenkrantzOops.
2002-05-30 Cliff WoolleyWhy the stack buffer and the copy? This seems much...
2002-05-30 Jeff Trawickkeep the signed-ness of char buffers consistent with...
2002-05-30 Justin ErenkrantzUnroll the putLong and getLong loops and correct putLon...
2002-05-29 Justin ErenkrantzMake sure that z_RC is not Z_STREAM_END in case we...
2002-05-29 Jeff Trawickget mod_deflate to compile with compilers that care...
2002-05-29 Justin ErenkrantzInput filter support for mod_deflate.
2002-05-29 Justin ErenkrantzAdd a note indicating what it would take to get MTIME...
2002-05-29 Justin ErenkrantzImplement flushing support for mod_deflate.
2002-05-29 Justin ErenkrantzAllow mod_deflate to be more tolerant of multiple conte...
2002-05-20 Ian Holsmancontent with "Content-Encoding" header, content is...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-13 Justin ErenkrantzFix mod_deflate corruption when using multiple input...
2002-05-07 Justin ErenkrantzAdd DeflateBufferSize directive to replace hardcoded...
2002-05-06 Justin ErenkrantzIf we determine that we shouldn't be involved in this...
2002-05-06 Justin ErenkrantzMove mod_deflate from experimental to filters to repres...