From: Jim Jagielski Date: Wed, 9 Jan 2008 18:46:49 +0000 (+0000) Subject: Promote X-Git-Tag: 2.2.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74aaf30fe8bfcc715360927378949dc526ce2e59;p=thirdparty%2Fapache%2Fhttpd.git Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@610508 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f8e642f201b..0daacf28184 100644 --- a/STATUS +++ b/STATUS @@ -80,6 +80,24 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * core: Various memory, code cleanup and edge case optimizations for + ap_http_filter (HTTP_INPUT) filter + Trunk version of patch: + http://svn.apache.org/viewvc?rev=609541&view=rev + http://svn.apache.org/viewvc?rev=609544&view=rev + http://svn.apache.org/viewvc?rev=609549&view=rev + http://svn.apache.org/viewvc?rev=609550&view=rev + http://svn.apache.org/viewvc?rev=609552&view=rev + http://svn.apache.org/viewvc?rev=609609&view=rev + http://svn.apache.org/viewvc?rev=610061&view=rev + http://svn.apache.org/viewvc?rev=610111&view=rev + Backport version for 2.2.x of patch: + http://people.apache.org/~rpluem/patches/chunk_optimization.diff + +1: rpluem + +1: niq, but please add r610240 as agreed on-list. Corresponding + 2.2.x patch at http://people.apache.org/~niq/chunk_optimization.diff + +1: jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -131,24 +149,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, - * core: Various memory, code cleanup and edge case optimizations for - ap_http_filter (HTTP_INPUT) filter - Trunk version of patch: - http://svn.apache.org/viewvc?rev=609541&view=rev - http://svn.apache.org/viewvc?rev=609544&view=rev - http://svn.apache.org/viewvc?rev=609549&view=rev - http://svn.apache.org/viewvc?rev=609550&view=rev - http://svn.apache.org/viewvc?rev=609552&view=rev - http://svn.apache.org/viewvc?rev=609609&view=rev - http://svn.apache.org/viewvc?rev=610061&view=rev - http://svn.apache.org/viewvc?rev=610111&view=rev - Backport version for 2.2.x of patch: - http://people.apache.org/~rpluem/patches/chunk_optimization.diff - +1: rpluem - +1: niq, but please add r610240 as agreed on-list. Corresponding - 2.2.x patch at http://people.apache.org/~niq/chunk_optimization.diff - +1: jim - PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when