summaryrefslogtreecommitdiff
path: root/modules/filters/mod_substitute.c
Commit message (Expand)AuthorAgeFilesLines
* * Use apr_size_t instead of int to avoid an overflowRuediger Pluem2022-04-271-1/+1
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.Yann Ylavic2020-02-161-2/+4
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* don't use DOTALL from mod_substitute which leaves \n at the end of the line.Eric Covener2020-02-121-1/+1
* mod_substitute: allow opt-in to expressions in substitution valueEric Covener2017-12-311-11/+71
* mod_substitute: add runtime traces. PR 61132.Yann Ylavic2017-11-231-0/+33
* mod_substitute: use local/native LF for splittingEric Covener2017-04-141-1/+1
* mod_substitute: cleanup properly on EOS.Yann Ylavic2015-10-061-0/+1
* mod_substitute: follow up r1688339.Yann Ylavic2015-08-211-5/+5
* mod_substitute: revert r1697002.Yann Ylavic2015-08-211-4/+4
* mod_substitute: follow up r1684900.Yann Ylavic2015-08-211-4/+4
* Net -8 LoC, my usual specialty.William A. Rowe Jr2015-06-301-10/+2
* Increase legibility of the max_line_length behavior, and adjust forWilliam A. Rowe Jr2015-06-301-3/+4
* Optimize in all cases that the members are all explicitly initialized.William A. Rowe Jr2015-06-301-2/+2
* Very difficult to read, and therefore was wrong.William A. Rowe Jr2015-06-301-3/+10
* mod_substitute: follow up to r1687680.Yann Ylavic2015-06-291-4/+3
* mod_substitute: follow up to r1687539.Yann Ylavic2015-06-261-5/+4
* mod_substitute: follow up r1684900.Yann Ylavic2015-06-251-2/+25
* mod_substitute: Fix configuraton merge order.Nick Kew2015-06-111-2/+2
* mod_substitute: No real functional change, but:Rainer Jung2014-10-151-3/+7
* mod_substitute: Restrict configuration in .htaccess toRainer Jung2014-10-021-2/+2
* mod_substitute: Make maximum line length configurable.Rainer Jung2014-10-021-13/+65
* mod_substitute: Fix memory limitation in case ofRainer Jung2014-09-281-1/+3
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* Fix up some length limit calculationStefan Fritsch2011-11-081-2/+6
* Add some comments and another line length checkStefan Fritsch2011-11-081-14/+42
* Also do length check if the last line is not LF terminatedStefan Fritsch2011-11-071-0/+7
* re-add apr_pool_clear accidentally removed in r1197405Stefan Fritsch2011-11-051-0/+1
* To prevent overboarding memory usage, limit line length to 1MBStefan Fritsch2011-11-041-19/+58
* Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.Stefan Fritsch2011-10-271-5/+5
* Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and withStefan Fritsch2011-10-251-1/+2
* Make mod_substitute more efficient:Stefan Fritsch2011-09-261-68/+41
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-3/+3
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* * Fix a memory leak by freeing the memory consumed by the bucket.Ruediger Pluem2009-03-241-1/+1
* * APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT inRuediger Pluem2009-03-171-2/+0
* * Fix potential segfault if flags remains NULL.Ruediger Pluem2008-09-101-13/+15
* * Allow empty substitute patterns (to remove data from the stream), butRuediger Pluem2008-09-101-3/+7
* In the case where we have only 1 pattern, then weJim Jagielski2008-02-181-4/+12
* Change default of mod_substitute to flattening...Jim Jagielski2008-02-141-2/+4
* * s/MAX_BUCKETS/AP_MAX_BUCKETS/ to avoid namespace conflicts as pointed outRuediger Pluem2007-12-081-2/+2
* * Optimize memory behaviour of mod_substitute byRuediger Pluem2007-12-081-81/+124
* move mod_substitute from exp to filtersJim Jagielski2007-11-271-0/+541