]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose PCRE2 with Thread Local Storage [skip ci]
authorYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 10:49:28 +0000 (10:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 10:49:28 +0000 (10:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897855 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index fe72d466de64852d11be638db8296664a6ffe45b..da13f096b4c4a84d6804c5b6ca479086bb5cb08d 100644 (file)
--- 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 ]