summaryrefslogtreecommitdiff
path: root/modules/filters/mod_sed.c
Commit message (Expand)AuthorAgeFilesLines
* limit mod_sed memory useEric Covener2022-06-011-1/+4
* * Improve the logic flowRuediger Pluem2022-03-081-11/+19
* mod_sed: use size_t to allow for larger buffer sizes and unsigned arithmetics.Yann Ylavic2022-03-071-5/+5
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-2/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+1
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-091-1/+1
* s/the the/the/gRich Bowen2015-07-091-1/+1
* mod_sed: Reuse ctx->bb in sed_response_filter() and be safe with itsYann Ylavic2014-06-111-14/+11
* mod_sed:Yann Ylavic2014-06-111-27/+18
* Add some more log message tagsStefan Fritsch2011-12-041-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-8/+8
* Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()sStefan Fritsch2011-05-211-4/+2
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-2/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Correctly handle the case where apr_brigade_partition() returns APR_INCOMPLETEStefan Fritsch2010-03-171-5/+7
* fix this error:Jeff Trawick2010-03-031-1/+1
* core, mod_deflate, mod_sed: Reduce memory usage by reusing bucketStefan Fritsch2009-10-041-8/+8
* Fix r729438 to commit the right version of the patch, dammit!Nick Kew2008-12-251-18/+36
* Use transient buckets to optimise mod_sed throughputNick Kew2008-12-251-32/+114
* testing indicates a large buffsize (~8k) is better...Jim Jagielski2008-11-231-1/+1
* Commit mod_sed: enable filtering of HTTP Requests and Responses through sedNick Kew2008-09-021-0/+437