Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB7CEC93A for ; Mon, 29 Jul 2013 10:33:14 +0000 (UTC) Received: (qmail 4452 invoked by uid 500); 29 Jul 2013 10:33:10 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 4401 invoked by uid 500); 29 Jul 2013 10:33:02 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 4394 invoked by uid 99); 29 Jul 2013 10:33:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jul 2013 10:33:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jul 2013 10:33:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 836BD2388900; Mon, 29 Jul 2013 10:32:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1507998 - /httpd/httpd/branches/2.4.x/STATUS Date: Mon, 29 Jul 2013 10:32:40 -0000 To: cvs@httpd.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130729103240.836BD2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Mon Jul 29 10:32:40 2013 New Revision: 1507998 URL: http://svn.apache.org/r1507998 Log: Comment. 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=1507998&r1=1507997&r2=1507998&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/STATUS (original) +++ httpd/httpd/branches/2.4.x/STATUS Mon Jul 29 10:32:40 2013 @@ -186,12 +186,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~gsmith/httpd/diffs/pr55235-2.4bp.diff +1: gsmith, trawick - * mod_log_io: new format-specifier %C (combined) which is the sum of received + * mod_logio: new format-specifier %C (combined) which is the sum of received and sent byte counts. PR54015 [Martijn T. , Christophe JAILLET] trunk: http://svn.apache.org/r1484910 2.4.x patch: trunk patch works +1: jailletc36 + rjung: doesn't that conflict with mod_log_config cookie logging (also "C")? + Maybe we can use "S" for "sum"? + Please also update the part of mod_logio.c where it lists the format + characters in a comment (%...I and %...O but no %...C yet). * mod_ldap: Fix an unlikely potential memory leak. PR54936 [Zhenbo Xu ]