summaryrefslogtreecommitdiff
path: root/modules/filters/sed1.c
Commit message (Expand)AuthorAgeFilesLines
* limit mod_sed memory useEric Covener2022-06-011-44/+114
* mod_sed: use size_t to allow for larger buffer sizes and unsigned arithmetics.Yann Ylavic2022-03-071-32/+47
* Use 'memcpy' instead of 'strcpy' when the size of the string has already been...Christophe Jaillet2016-06-201-2/+2
* Style onlyChristophe Jaillet2016-06-201-35/+40
* Fix 'x' command processing in mod_sed.Christophe Jaillet2016-06-201-0/+1
* * modules/filters/sed1.c: Mark private globals as static const.Joe Orton2012-04-171-3/+4
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-10/+10
* * Reduce memory consumption when processing very long lines by at leastRuediger Pluem2009-10-191-0/+6
* Fix r729438 to commit the right version of the patch, dammit!Nick Kew2008-12-251-45/+100
* * Replace control characters in output strings with more pleasant strings.Ruediger Pluem2008-09-111-2/+2
* Commit mod_sed: enable filtering of HTTP Requests and Responses through sedNick Kew2008-09-021-0/+957