From: William A. Rowe Jr Date: Wed, 22 Aug 2007 23:35:37 +0000 (+0000) Subject: The first few patches can be considered even without any X-Git-Tag: 2.2.6~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4738352af1100c7bdf5ded268a3b81b8e491ba92;p=thirdparty%2Fapache%2Fhttpd.git The first few patches can be considered even without any stderr refactoring. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@568770 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b797b0b34a9..acdd15ae019 100644 --- 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