minfrin | 21 May 2013 18:10
Picon
Favicon

svn commit: r1484852 - in /httpd/httpd/trunk: CHANGES modules/http/http_filters.c

Author: minfrin
Date: Tue May 21 16:10:02 2013
New Revision: 1484852

URL: http://svn.apache.org/r1484852
Log:
core: Remove apr_brigade_flatten(), buffering and duplicated code
from the HTTP_IN filter, parse chunks in a single pass with zero copy.
Reduce memory usage by 48 bytes per request.

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/modules/http/http_filters.c

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1484852&r1=1484851&r2=1484852&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue May 21 16:10:02 2013
 <at>  <at>  -1,6 +1,10  <at>  <at> 
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0

+  *) core: Remove apr_brigade_flatten(), buffering and duplicated code
+     from the HTTP_IN filter, parse chunks in a single pass with zero copy.
+     Reduce memory usage by 48 bytes per request. [Graham Leggett]
+
   *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
      Gracefully step aside if the body size is zero. [Graham Leggett]

(Continue reading)

minfrin | 21 May 2013 17:16
Picon
Favicon

svn commit: r1484834 - /httpd/httpd/branches/2.4.x/STATUS

Author: minfrin
Date: Tue May 21 15:16:43 2013
New Revision: 1484834

URL: http://svn.apache.org/r1484834
Log:
Propose.

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=1484834&r1=1484833&r2=1484834&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue May 21 15:16:43 2013
 <at>  <at>  -370,6 +370,13  <at>  <at>  PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk works, modulo CHANGES
       +1: jailletc36

+    * mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
+      Gracefully step aside if the body size is zero.
+      trunk patch: http://svn.apache.org/r1484832
+      2.4.x patch: trunk works, modulo CHANGES
+      +1: minfrin
+
+
 A list of further possible backports can be found at:                                                                                                                                   
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.
(Continue reading)

minfrin | 21 May 2013 17:12
Picon
Favicon

svn commit: r1484833 - /httpd/httpd/trunk/docs/log-message-tags/next-number

Author: minfrin
Date: Tue May 21 15:12:31 2013
New Revision: 1484833

URL: http://svn.apache.org/r1484833
Log:
Update log message tags.

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1484833&r1=1484832&r2=1484833&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Tue May 21 15:12:31 2013
 <at>  <at>  -1 +1  <at>  <at> 
-2481
+2483

minfrin | 21 May 2013 17:10
Picon
Favicon

svn commit: r1484832 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_deflate.c

Author: minfrin
Date: Tue May 21 15:10:46 2013
New Revision: 1484832

URL: http://svn.apache.org/r1484832
Log:
mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
Gracefully step aside if the body size is zero.

Modified:
    httpd/httpd/trunk/CHANGES
    httpd/httpd/trunk/modules/filters/mod_deflate.c

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1484832&r1=1484831&r2=1484832&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue May 21 15:10:46 2013
 <at>  <at>  -1,6 +1,9  <at>  <at> 
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0

+  *) mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
+     Gracefully step aside if the body size is zero. [Graham Leggett]
+
   *) 'AuthGroupFile' and 'AuthUserFile' do not accept anymore the optional
      'standard' keyword . It was unused and not documented.
      PR54463 [Tianyin Xu <tixu cs.ucsd.edu> and Christophe Jaillet]

Modified: httpd/httpd/trunk/modules/filters/mod_deflate.c
(Continue reading)

takashi | 21 May 2013 13:40
Picon
Favicon

svn commit: r1484766 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/ docs/manual/mod/ docs/manual/mod/mod_proxy.xml docs/manual/mod/mod_proxy_balancer.xml docs/manual/mod/mod_proxy_fcgi.xml docs/manual/mod/mod_proxy_scgi.xml

Author: takashi
Date: Tue May 21 11:40:29 2013
New Revision: 1484766

URL: http://svn.apache.org/r1484766
Log:
Merge r1421851 from trunk:

Fix use of trailing slashes in proxy
balancer and member URLs and add a little
explanation.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/mod/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_scgi.xml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1421851

Propchange: httpd/httpd/branches/2.4.x/docs/manual/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk/docs/manual:r1421851

Propchange: httpd/httpd/branches/2.4.x/docs/manual/mod/
(Continue reading)

jailletc36 | 21 May 2013 09:15
Picon
Favicon

svn commit: r1484674 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr

Author: jailletc36
Date: Tue May 21 07:15:16 2013
New Revision: 1484674

URL: http://svn.apache.org/r1484674
Log:
Be more consistent in wording.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr?rev=1484674&r1=1484673&r2=1484674&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_config.xml.fr Tue May 21 07:15:16 2013
 <at>  <at>  -279,7 +279,7  <at>  <at>  d'Apache</a></seealso>
 	<module>mod_logio</module>.</td></tr>

     <tr><td><code>%O</code></td>
-        <td>Nombre d'octets envoy&eacute;s, y compris les en-t&ecirc;tes, ne peut
+        <td>Le nombre d'octets envoy&eacute;s, y compris les en-t&ecirc;tes, ne peut
 	&ecirc;tre nul. N&eacute;cessite l'activation de
 	<module>mod_logio</module>.</td></tr>
     </table>

nd | 20 May 2013 22:13
Picon
Favicon

svn commit: r1484578 - in /httpd/httpd/branches/2.2.x/docs/manual: howto/htaccess.html.fr howto/htaccess.xml.meta mod/mod_proxy.html.fr

Author: nd
Date: Mon May 20 20:13:31 2013
New Revision: 1484578

URL: http://svn.apache.org/r1484578
Log:
update transformation

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr
    httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.meta
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.html.fr

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr?rev=1484578&r1=1484577&r2=1484578&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.html.fr Mon May 20 20:13:31 2013
 <at>  <at>  -27,8 +27,6  <at>  <at> 
 <a href="../ko/howto/htaccess.html" hreflang="ko" rel="alternate"
title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../pt-br/howto/htaccess.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
-            anglaise pour les changements récents.</div>

 <p>Les fichiers <code>.htaccess</code> fournissent une méthode pour
 modifier la configuration du serveur au niveau de chaque répertoire.</p>

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/htaccess.xml.meta
(Continue reading)

nd | 20 May 2013 20:25
Picon
Favicon

svn commit: r1484555 - in /httpd/httpd/branches/2.4.x/modules: cache/NWGNUcach_socache cache/cache_socache_common.h cache/mod_cache_socache.c lua/lua_dbd.c lua/lua_dbd.h

Author: nd
Date: Mon May 20 18:25:55 2013
New Revision: 1484555

URL: http://svn.apache.org/r1484555
Log:
eol-style = native

Modified:
    httpd/httpd/branches/2.4.x/modules/cache/NWGNUcach_socache   (props changed)
    httpd/httpd/branches/2.4.x/modules/cache/cache_socache_common.h   (props changed)
    httpd/httpd/branches/2.4.x/modules/cache/mod_cache_socache.c   (props changed)
    httpd/httpd/branches/2.4.x/modules/lua/lua_dbd.c   (props changed)
    httpd/httpd/branches/2.4.x/modules/lua/lua_dbd.h   (props changed)

Propchange: httpd/httpd/branches/2.4.x/modules/cache/NWGNUcach_socache
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/httpd/branches/2.4.x/modules/cache/cache_socache_common.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/httpd/branches/2.4.x/modules/cache/mod_cache_socache.c
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/httpd/branches/2.4.x/modules/lua/lua_dbd.c
------------------------------------------------------------------------------
    svn:eol-style = native
(Continue reading)

nd | 20 May 2013 20:22
Picon
Favicon

svn commit: r1484554 - in /httpd/httpd/trunk/modules: aaa/mod_allowhandlers.c aaa/mod_authz_owner.h arch/unix/mod_systemd.c cache/cache_socache_common.h core/mod_macro.dsp lua/lua_dbd.c lua/lua_dbd.h

Author: nd
Date: Mon May 20 18:22:55 2013
New Revision: 1484554

URL: http://svn.apache.org/r1484554
Log:
eol-style = native

Modified:
    httpd/httpd/trunk/modules/aaa/mod_allowhandlers.c   (props changed)
    httpd/httpd/trunk/modules/aaa/mod_authz_owner.h   (props changed)
    httpd/httpd/trunk/modules/arch/unix/mod_systemd.c   (props changed)
    httpd/httpd/trunk/modules/cache/cache_socache_common.h   (props changed)
    httpd/httpd/trunk/modules/core/mod_macro.dsp   (contents, props changed)
    httpd/httpd/trunk/modules/lua/lua_dbd.c   (props changed)
    httpd/httpd/trunk/modules/lua/lua_dbd.h   (props changed)

Propchange: httpd/httpd/trunk/modules/aaa/mod_allowhandlers.c
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/httpd/trunk/modules/aaa/mod_authz_owner.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/httpd/trunk/modules/arch/unix/mod_systemd.c
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpd/httpd/trunk/modules/cache/cache_socache_common.h
(Continue reading)

nd | 20 May 2013 20:12
Picon
Favicon

svn commit: r1484551 - in /httpd/httpd/branches/2.4.x/docs/manual: ./ howto/ misc/ mod/ platform/ rewrite/

Author: nd
Date: Mon May 20 18:12:10 2013
New Revision: 1484551

URL: http://svn.apache.org/r1484551
Log:
update transformation

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/convenience.map
    httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/howto/htaccess.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/logs.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/logs.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/misc/security_tips.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_debug.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_log_debug.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_macro.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_setenvif.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/platform/windows.html.fr
(Continue reading)

nd | 20 May 2013 20:11
Picon
Favicon

svn commit: r1484550 - in /httpd/httpd/trunk/docs/manual: ./ misc/ mod/

Author: nd
Date: Mon May 20 18:11:07 2013
New Revision: 1484550

URL: http://svn.apache.org/r1484550
Log:
update transformation.

Modified:
    httpd/httpd/trunk/docs/manual/convenience.map
    httpd/httpd/trunk/docs/manual/expr.html.fr
    httpd/httpd/trunk/docs/manual/expr.xml.meta
    httpd/httpd/trunk/docs/manual/logs.html.fr
    httpd/httpd/trunk/docs/manual/logs.xml.meta
    httpd/httpd/trunk/docs/manual/misc/security_tips.html.fr
    httpd/httpd/trunk/docs/manual/misc/security_tips.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_env.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_env.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml.meta
    httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml.meta
    httpd/httpd/trunk/docs/manual/urlmapping.html.fr
    httpd/httpd/trunk/docs/manual/urlmapping.xml.meta

Modified: httpd/httpd/trunk/docs/manual/convenience.map
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/convenience.map?rev=1484550&r1=1484549&r2=1484550&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/convenience.map (original)
+++ httpd/httpd/trunk/docs/manual/convenience.map Mon May 20 18:11:07 2013
(Continue reading)


Gmane