]> granicus.if.org Git - apache/history - modules/filters/mod_filter.c
mod_deflate: follow up to r1619383.
[apache] / modules / filters / mod_filter.c
2013-09-02 Eric Covener *) mod_filter: Add "change=no" as a proto-flag to...
2012-10-16 Christophe JailletUse 'ap_strcasestr' instead of a strdup/str_tolower...
2012-09-14 Stefan FritschAdd a few AP_DEBUG_ASSERT()s for the benefit of clang
2012-03-12 Stefan Fritschsome more trace logging for AddOutputFilterByType
2012-02-24 Stefan FritschFix AddOutputFilterByType brown paper bag crash bug
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-10-24 Stefan FritschMake loop more efficient as pointed out by Roy
2011-10-23 Stefan FritschUnbreak AddOutputFilterByType for content types of...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-15 Stefan FritschUn-deprecate AddOutputFilterByType and update docs...
2011-09-15 Stefan FritschImplement AddOutputFilterByType by doing strcmp()s...
2011-09-08 Eric CovenerSet Accept-Rangs: none instead of unsetting the Accept...
2011-07-02 Stefan FritschAdd string valued expressions to ap_expr, do some API...
2011-05-15 Stefan FritschImprovements found by cppcheck:
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-22 Nick KewUse temp_pool not pool for a string that's a temp
2010-07-22 Nick KewSupport multiple names in reimplemented AddOutputFilter...
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-12-27 Nick Kewmod_filter: enable filters to be configured on non...
2008-06-12 Jim Jagielskimore de-tabify
2008-03-31 Nick KewRemove ap_expr_clone from the API (same day it was...
2008-03-31 Nick KewUpdate mod_filter to use ap_expr
2007-11-29 Nick KewSince we don't support chained filters, and can't expec...
2007-11-26 Nick Kewmod_filter: don't segfault on (unsupported) chained...
2007-08-28 Martin KraemerRemove commas -- they are not used in the other directi...
2007-08-28 Martin KraemerFix FilterTrace directive's description
2007-07-26 Nick KewRationalisation suggested by rpluem
2007-07-26 Nick KewFix integer comparisons in mod_filter
2007-07-26 Nick Kewmod_filter: fix merging of ! and =
2006-12-13 Nick KewPR#39420
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-29 Nick KewChop historic notes no longer relevant since 2.2 release.
2006-05-29 Nick KewPR#39672: Check that filter exists before trying to...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-21 Nick KewMove mod_filter and mod_charset_lite from /experimental...