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 3691E17C88 for ; Sat, 16 May 2015 08:38:03 +0000 (UTC) Received: (qmail 22801 invoked by uid 500); 16 May 2015 08:38:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 22733 invoked by uid 500); 16 May 2015 08:38:03 -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 22724 invoked by uid 99); 16 May 2015 08:38:02 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 08:38:02 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id D805BAC0043 for ; Sat, 16 May 2015 08:38:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1679705 - /httpd/httpd/branches/2.2.x/STATUS Date: Sat, 16 May 2015 08:38:02 -0000 To: cvs@httpd.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150516083802.D805BAC0043@hades.apache.org> Author: ylavic Date: Sat May 16 08:38:02 2015 New Revision: 1679705 URL: http://svn.apache.org/r1679705 Log: Re-propose r1675533. Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1679705&r1=1679704&r2=1679705&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Sat May 16 08:38:02 2015 @@ -121,15 +121,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_log_config: Add new format flag for requestion duration in milliseconds trunk patch: http://svn.apache.org/r1675533 - 2.2.x patch: https://people.apache.org/~breser/httpd/2.2.x/patches/httpd-2.2.x-req_duration_milliseconds.patch (modulo CHANGES) - +1: breser, druggeri - -1: ylavic: Does not compile in 2.2.x... get_request_end_time() is missing. - We could either backport r979120 + r1467765 first (quite big), or - the get_request_end_time() part only. - ylavic: +1 with the below patch (simply adding get_request_end_time() and related): - https://people.apache.org/~ylavic/httpd-2.2.x-req_duration_milliseconds-v4.patch - Or with this simpler patch using apr_time_now() instead (as other duration functions): - https://people.apache.org/~ylavic/httpd-2.2.x-req_duration_milliseconds-v1.patch + 2.2.x patch: https://people.apache.org/~ylavic/httpd-2.2.x-req_duration_milliseconds-v1.patch + (modulo CHANGES) + +1: ylavic + ylavic: first accepted merge reverted in r1679205, due to missing get_request_end_time() in 2.2.x. + v1 now s/get_request_end_time(r)/apr_time_now()/ + breser and druggeri votes discarded. * mpm_winnt service.c: Accept utf-8 service names/descriptions for i18n. trunk patches: http://svn.apache.org/r1611165