You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/07/29 20:00:24 UTC

svn commit: r1366882 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Sun Jul 29 18:00:23 2012
New Revision: 1366882

URL: http://svn.apache.org/viewvc?rev=1366882&view=rev
Log:
Add some backport proposals. Most of them pretty
small and easy to review.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1366882&r1=1366881&r2=1366882&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Jul 29 18:00:23 2012
@@ -145,6 +145,52 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: rjung
      rjung: ben: you applied it to trunk, care to vote?
 
+   * configure: Add message about how to enable crypto support in APR.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1324760
+     2.4.x patch: Trunk patch applies.
+     +1: rjung
+     rjung: igalic: you applied it to trunk, care to vote?
+
+   * proxy: Treat EAGAIN as an error for a blocking read from the input filter
+     stack.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1242798
+     2.4.x patch: Trunk patch applies.
+     +1: rjung
+     rjung: jorton: you applied it to trunk, care to vote?
+
+   * authz: pass the provider name to parse_require_line as pool userdata
+     This allows a single C function to implement several authz providers.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1351016
+     2.4.x patch: Trunk patch applies.
+     +1: rjung
+     rjung: sf: you applied it to trunk, care to vote?
+
+   * event: Simplify handling of MaxConnectionsPerChild.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1361766
+     2.4.x patch: Trunk patch applies.
+     +1: rjung
+     rjung: sf: you applied it to trunk, care to vote?
+
+   * event: Keep track of the number of clogged, lingering, and suspended connections.
+     Don't count connections in lingering close state when calculating
+     how many additional connections may be accepted
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1361773 and
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1361778
+     2.4.x patch: Trunk patch applies.
+     +1: rjung
+     rjung: sf: you applied it to trunk, care to vote?
+
+   * proxy_ajp: Use short lived pool to avoid memory leaks.
+     Remove the comment about binding upstream and downstream connections. It
+     seems to be obsolete since r104604, r104605, r105108.
+     Also avoid allocating memory if we are not handling the connection.
+     PR 52275, submitted by Naohiro Ooiwa <naohiro ooiwa miraclelinux com>,
+     Stefan Fritsch.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1334343
+     2.4.x patch: Trunk patch applies.
+     +1: rjung
+     rjung: sf: you applied it to trunk, care to vote?
+
 
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt