1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-07 20:02:05 +03:00

5 Commits

Author SHA1 Message Date
Brian Pane
987b84f020 Performance optimization: use a temp buffer on the stack instead
of a malloc'ed buffer in regexec() in cases where the required
buffer size is small.

This will help us avoid a malloc/free pair when executing mod_rewrite
rules that use $1/$2/etc to reference sequences in the matched pattern.

Note: I've also submitted this change as a patch for PCRE, but because
the next PCRE release isn't planned until later this year I'm
committing it to the httpd-2.0 copy of PCRE in the meantime.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94069 13f79535-47bb-0310-9956-ffa450edef68
2002-03-21 04:17:11 +00:00
Brian Pane
a3b01fe787 PCRE 3.9 merge
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94043 13f79535-47bb-0310-9956-ffa450edef68
2002-03-20 06:22:57 +00:00
William A. Rowe Jr
54071db177 This broken bit causes a segfault after locking pconf as read-only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91181 13f79535-47bb-0310-9956-ffa450edef68
2001-09-28 17:15:12 +00:00
William A. Rowe Jr
b010bb5262 Yet another warning down (pps... I choose to cast rc since i is being
doubled... I expect the mismatched types were deliberate.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86529 13f79535-47bb-0310-9956-ffa450edef68
2000-10-11 07:42:44 +00:00
Ryan Bloom
807e5aed4d Initial revision
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85154 13f79535-47bb-0310-9956-ffa450edef68
2000-05-05 23:28:20 +00:00