From: Joe Orton Date: Wed, 18 May 2005 08:20:53 +0000 (+0000) Subject: More piped logger fixes. X-Git-Tag: 2.0.55~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4648a23b25d6395615557ec5f2a3fa344342ca4;p=thirdparty%2Fapache%2Fhttpd.git More piped logger fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@170722 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4697e927534..f994dca0d27 100644 --- a/STATUS +++ b/STATUS @@ -108,6 +108,16 @@ PATCHES TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs?rev=170281&view=rev +1: trawick, jorton + *) Fix fd leak in piped logging code, fix error handling, and remove + dead errno handling. + http://svn.apache.org/viewcvs?rev=170441&view=rev + http://svn.apache.org/viewcvs?rev=170537&view=rev + http://svn.apache.org/viewcvs?rev=170719&view=rev + all-in-one patch incremental to the PR 26467 fix: + http://people.apache.org/~jorton/ap_pipedlog2.diff + +1: jorton + [yes, I will write a CHANGES entry too] + *) several changes to improve logging of connection-oriented errors, including ap_log_cerror() API (needs minor bump in addition to changes below) http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291