]> granicus.if.org Git - apache/history - modules/filters/mod_substitute.c
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
[apache] / modules / filters / mod_substitute.c
2015-10-06 Yann Ylavicmod_substitute: cleanup properly on EOS.
2015-08-21 Yann Ylavicmod_substitute: follow up r1688339.
2015-08-21 Yann Ylavicmod_substitute: revert r1697002.
2015-08-21 Yann Ylavicmod_substitute: follow up r1684900.
2015-06-30 William A. Rowe JrNet -8 LoC, my usual specialty.
2015-06-30 William A. Rowe JrIncrease legibility of the max_line_length behavior...
2015-06-30 William A. Rowe JrOptimize in all cases that the members are all explicit...
2015-06-30 William A. Rowe JrVery difficult to read, and therefore was wrong.
2015-06-29 Yann Ylavicmod_substitute: follow up to r1687680.
2015-06-26 Yann Ylavicmod_substitute: follow up to r1687539.
2015-06-25 Yann Ylavicmod_substitute: follow up r1684900.
2015-06-11 Nick Kewmod_substitute: Fix configuraton merge order.
2014-10-15 Rainer Jungmod_substitute: No real functional change, but:
2014-10-02 Rainer Jungmod_substitute: Restrict configuration in .htaccess to
2014-10-02 Rainer Jungmod_substitute: Make maximum line length configurable.
2014-09-28 Rainer Jungmod_substitute: Fix memory limitation in case of
2014-06-10 Yann YlavicStrip useless apr_brigade_cleanup() calls.
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