]> granicus.if.org Git - apache/history - modules/filters/mod_substitute.c
Merge r1601624 from trunk:
[apache] / modules / filters / mod_substitute.c
2016-03-10 Yann YlavicMerge r1601624 from trunk:
2015-10-06 Jim JagielskiMerge r1684900, r1687539, r1687680, r1688331, r1688339...
2014-10-28 Rainer JungMerge r1631983 from trunk:
2014-10-27 Jim JagielskiMerge r1628924 from trunk:
2014-10-27 Jim JagielskiMerge r1628919, r1628950 from trunk:
2014-10-27 Jim JagielskiMerge r1628104, r1628918 from trunk:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
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