]> granicus.if.org Git - apache/history - modules/filters/mod_substitute.c
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
[apache] / modules / filters / mod_substitute.c
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-08 Stefan FritschFix up some length limit calculation
2011-11-08 Stefan FritschAdd some comments and another line length check
2011-11-07 Stefan FritschAlso do length check if the last line is not LF terminated
2011-11-05 Stefan Fritschre-add apr_pool_clear accidentally removed in r1197405
2011-11-04 Stefan FritschTo prevent overboarding memory usage, limit line length...
2011-10-27 Stefan FritschImprove handling of maxlen = APR_SIZE_MAX, noticed...
2011-10-25 Stefan FritschLimit ap_pregsub() to 64K, add ap_pregsub_ex() for...
2011-09-26 Stefan FritschMake mod_substitute more efficient:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-03-24 Ruediger Pluem* Fix a memory leak by freeing the memory consumed...
2009-03-17 Ruediger Pluem* APR_BUCKET_NEXT is wrong here as we are already a...
2008-09-10 Ruediger Pluem* Fix potential segfault if flags remains NULL.
2008-09-10 Ruediger Pluem* Allow empty substitute patterns (to remove data from...
2008-02-18 Jim JagielskiIn the case where we have only 1 pattern, then we
2008-02-14 Jim JagielskiChange default of mod_substitute to flattening...
2007-12-08 Ruediger Pluem* s/MAX_BUCKETS/AP_MAX_BUCKETS/ to avoid namespace...
2007-12-08 Ruediger Pluem* Optimize memory behaviour of mod_substitute by
2007-11-27 Jim Jagielskimove mod_substitute from exp to filters