]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The first few patches can be considered even without any
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 22 Aug 2007 23:35:37 +0000 (23:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 22 Aug 2007 23:35:37 +0000 (23:35 +0000)
stderr refactoring.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@568770 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b797b0b34a9ace21cdb316b04b5b9d29997c19a1..acdd15ae0195e7d71dbad5b234dc1708f84284c0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -297,6 +297,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewvc?view=rev&revision=565671
       +1: niq
  
+    * mpm_winnt: Prevent the parent-child pipe from leaking into other
+      spawned processes, and ensure we have a /Device/null handle for
+      stdout when running as-a-service.  [William Rowe]
+        http://svn.apache.org/viewvc?view=rev&revision=568446
+        +1: wrowe
+
+    * log core: fix the new piped logger case where we couldn't connect 
+      the replacement stderr logger's stderr to the NULL stdout stream.  
+      Continue in this case, since the previous alternative of no error 
+      logging at all (/dev/null) is far worse. [William Rowe]
+        http://svn.apache.org/viewvc?view=rev&revision=566326
+      disambiguate an error message to diagnose future error reports
+        http://svn.apache.org/viewvc?view=rev&revision=568322
+        +1: wrowe
+
+    * main core: Emit errors during the initial apr_app_initialize()
+      or apr_pool_create() (when apr-based error reporting is not ready).
+        http://svn.apache.org/viewvc?view=rev&revision=568762
+        +1: wrowe
+
 
 
 PATCHES/ISSUES THAT ARE STALLED