From: Yann Ylavic Date: Tue, 8 Feb 2022 10:49:28 +0000 (+0000) Subject: Propose PCRE2 with Thread Local Storage [skip ci] X-Git-Tag: 2.4.53-rc1-candidate~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4dce2189442e14531c7309452f412d976bd131f;p=thirdparty%2Fapache%2Fhttpd.git Propose PCRE2 with Thread Local Storage [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897855 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fe72d466de6..da13f096b4c 100644 --- a/STATUS +++ b/STATUS @@ -176,6 +176,7 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: impact is significant from using malloc here. ylavic: A follow up backport (based on this one) using thread locals to reuse ap_regex*() contexts: https://github.com/apache/httpd/pull/289 + Proposed for backport below, in place of or after this one. rpluem: +1 on PR 289 as well. @@ -236,6 +237,41 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: svn merge -c 1897182,1897614,1897615,1897619 ^/httpd/httpd/trunk . +1: rpluem, jorton + *) Support PCRE2 with buffers reuse through Thread Local Storage. + trunk patches: + http://svn.apache.org/r1897240 + http://svn.apache.org/r1897241 + http://svn.apache.org/r1897242 + http://svn.apache.org/r1897244 + http://svn.apache.org/r1897248 + http://svn.apache.org/r1897250 + http://svn.apache.org/r1897260 + http://svn.apache.org/r1897261 + http://svn.apache.org/r1897263 + http://svn.apache.org/r1897386 + http://svn.apache.org/r1897459 + http://svn.apache.org/r1897460 + http://svn.apache.org/r1897461 + http://svn.apache.org/r1897462 + http://svn.apache.org/r1897472 + http://svn.apache.org/r1897543 + http://svn.apache.org/r1612934 + http://svn.apache.org/r1612940 + http://svn.apache.org/r1613189 + http://svn.apache.org/r1897651 + http://svn.apache.org/r1897680 + http://svn.apache.org/r1897689 + http://svn.apache.org/r1897691 + http://svn.apache.org/r1897692 + 2.4.x patches: + https://github.com/apache/httpd/pull/289.diff + (PR: https://github.com/apache/httpd/pull/289) + +1: ylavic, rpluem, + ylavic: This backport proposal inludes the PCRE2 backport already accepted, + we can apply this one instead or the original one first and then + this one (I'd have to rebase the github PR first). + ylavic: Can someone test this on Windows too? + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]