summaryrefslogtreecommitdiff
path: root/modules/filters/mod_sed.c
Commit message (Expand)AuthorAgeFilesLines
* 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