]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add suexec backport, fix whitespace
authorRoy T. Fielding <fielding@apache.org>
Tue, 13 May 2008 02:32:23 +0000 (02:32 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 13 May 2008 02:32:23 +0000 (02:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655713 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 47942e9288355b5659c6eb24b38eb3b97d7f6422..ee9dc2c65f512b269036b488751804fdfe436f5c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -188,7 +188,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    jim: Latest rev of patch should address stated concerns :)
    rpluem: Ok, convinced.
 
 * mod_proxy:  In the case that we fail to read the response line
+ * mod_proxy:  In the case that we fail to read the response line
    from the backend and if we are a reverse proxy request, shutdown
    the connection WITHOUT ANY response to trigger a retry by the client
    if allowed (as for idempotent requests).
@@ -198,35 +198,35 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        Trunk version works
    +1: rpluem
 
 * ab: Sync to current trunk in order to include:
-    Add siege-like behaviour to ApacheBench; output the results, as they
-    have accrued so far, when the user interrupts with ctrl-c. As the
-    signal handler is non-reentrant, we don't need volatiles, and the
-    operations all look signal-safe.  Update the base version.
-    Set the LastChangedRevision svn property, as ab.c has $Rev $ embedded.
-    Add -r option to continue after socket receive errors.
-    The apr_port_t type is unsigned, but ab was using a signed format
-    code in its reports. PR 42070.
-    Correct behavior of HTTP request headers sent by ab in presence of
-    -H command-line overrides. PR: 31268, 26554
-    Explain that POST data should be sent as the correct MIME type. 
-    Do not try to read non existing response bodies of HEAD requests. PR: 34275
-    Use a 64 bit unsigned int instead of a signed long to count the
-    bytes transferred to avoid integer overflows. PR: 44346
-    Overhaul ab.c stats collection and reporting to avoid integer
-    truncation and time divisions within the test loop, retain
-    native time resolution until output, remove unused data,
-    avoid structure copies, consistently round milliseconds, and
-    generally avoid losing accuracy of calculation due to type casts.
-    Incidentally fixes output bug on gnuplot (seconds were being
-    output as microseconds).  PR: 44878, 44931.
-    Don't stop sending a request if EAGAIN is returned, which will only
-    happen if both the write and subsequent wait are returning EAGAIN,
-    and count posted bytes correctly when the initial write of a request
-    is not complete.  PR 10038, 38861, 39679
-    Improve client performance by clearing connection pool instead
-    of destroying it. PR 40054
-    Trunk version of patch:
+ * ab: Sync to current trunk in order to include:
+   Add siege-like behaviour to ApacheBench; output the results, as they
+   have accrued so far, when the user interrupts with ctrl-c. As the
+   signal handler is non-reentrant, we don't need volatiles, and the
+   operations all look signal-safe.  Update the base version.
+   Set the LastChangedRevision svn property, as ab.c has $Rev $ embedded.
+   Add -r option to continue after socket receive errors.
+   The apr_port_t type is unsigned, but ab was using a signed format
+   code in its reports. PR 42070.
+   Correct behavior of HTTP request headers sent by ab in presence of
+   -H command-line overrides. PR: 31268, 26554
+   Explain that POST data should be sent as the correct MIME type. 
+   Do not try to read non existing response bodies of HEAD requests. PR: 34275
+   Use a 64 bit unsigned int instead of a signed long to count the
+   bytes transferred to avoid integer overflows. PR: 44346
+   Overhaul ab.c stats collection and reporting to avoid integer
+   truncation and time divisions within the test loop, retain
+   native time resolution until output, remove unused data,
+   avoid structure copies, consistently round milliseconds, and
+   generally avoid losing accuracy of calculation due to type casts.
+   Incidentally fixes output bug on gnuplot (seconds were being
+   output as microseconds).  PR: 44878, 44931.
+   Don't stop sending a request if EAGAIN is returned, which will only
+   happen if both the write and subsequent wait are returning EAGAIN,
+   and count posted bytes correctly when the initial write of a request
+   is not complete.  PR 10038, 38861, 39679
+   Improve client performance by clearing connection pool instead
+   of destroying it. PR 40054
+   Trunk version of patch:
        http://svn.apache.org/viewvc?view=rev&revision=390511
        http://svn.apache.org/viewvc?view=rev&revision=390519
        http://svn.apache.org/viewvc?view=rev&revision=516175
@@ -238,9 +238,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=655214
        http://svn.apache.org/viewvc?view=rev&revision=655637
        http://svn.apache.org/viewvc?view=rev&revision=655654
-   Backport version for 2.2.x of patch:
+  Backport version for 2.2.x of patch:
        http://people.apache.org/~fielding/p/ab-sync.txt
-   +1: fielding
+  +1: fielding
+
+ * suexec: When group is given as a numeric gid, validate it by looking up
+   the actual group name such that the name can be used in log entries.
+   PR 7862 [<y-koga apache.or.jp>, Leif W <warp-9.9 usa.net>]
+   Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=655711
+   Backport version for 2.2.x of patch:
+       Trunk version works
+  +1: fielding
 
 
 PATCHES/ISSUES THAT ARE STALLED