<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs">
    <title>gmane.comp.apache.cvs</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37159"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37178"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37177"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37176"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37175"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37174"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37173"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37172"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37171"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37170"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37169"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37168"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37167"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37166"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37165"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37164"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37163"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37162"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37161"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.cvs/37160"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37159">
    <title>svn commit: r1494196 - /httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37159</link>
    <description>&lt;pre&gt;Author: fuankg
Date: Tue Jun 18 16:51:17 2013
New Revision: 1494196

URL: http://svn.apache.org/r1494196
Log:
Fix for stupid CodeWarrior compiler.

Modified:
    httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c?rev=1494196&amp;amp;r1=1494195&amp;amp;r2=1494196&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c Tue Jun 18 16:51:17 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -118,15 +118,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int proxy_wstunnel_pump(ws_baton_
 static void proxy_wstunnel_callback(void *b) { 
     int status;
     ws_baton_t *baton = (ws_baton_t*)b;
+    apr_socket_t *sockets[3] = {NULL, NULL, NULL};
     apr_thread_mutex_lock(baton-&amp;gt;r-&amp;gt;invoke_mtx);
     apr_pool_clear(baton-&amp;gt;subpool);
     status = proxy_wstunnel_pump(baton, apr_time_from_sec(5));
+    socket&lt;/pre&gt;</description>
    <dc:creator>fuankg&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-18T16:51:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37178">
    <title>svn commit: r1494619 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37178</link>
    <description>&lt;pre&gt;Author: minfrin
Date: Wed Jun 19 13:41:34 2013
New Revision: 1494619

URL: http://svn.apache.org/r1494619
Log:
Add a 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=1494619&amp;amp;r1=1494618&amp;amp;r2=1494619&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 13:41:34 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -212,6 +212,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 AIUI, especially cache_total starts to go wrong if the cache
                 gets larger than 4GB (UINT_MAX). Maybe set the limit at
                 MIN(APR_SIZE_MAX,UINT_MAX) until this is fixed?
+      minfrin: Surely we should just fix these unsigned ints? Not sure what value
+               there would be in trying to bake in an arbitrary limit in the mean
+               time when we can just fix the underlying &lt;/pre&gt;</description>
    <dc:creator>minfrin&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T13:41:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37177">
    <title>svn commit: r1494597 - in /httpd/httpd/branches/2.4.x: ./ STATUS modules/cache/mod_cache_socache.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37177</link>
    <description>&lt;pre&gt;Author: rjung
Date: Wed Jun 19 12:55:56 2013
New Revision: 1494597

URL: http://svn.apache.org/r1494597
Log:
mod_cache_socache: Fix warning "variable 'rv' may
be used uninitialized in this function"
(which is correct here).

Backport of r1494536 form trunk.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/STATUS
    httpd/httpd/branches/2.4.x/modules/cache/mod_cache_socache.c

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1494597&amp;amp;r1=1494596&amp;amp;r2=1494597&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 12:55:56 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -90,12 +90,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start al&lt;/pre&gt;</description>
    <dc:creator>rjung&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T12:55:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37176">
    <title>svn commit: r1494570 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37176</link>
    <description>&lt;pre&gt;Author: fuankg
Date: Wed Jun 19 11:53:23 2013
New Revision: 1494570

URL: http://svn.apache.org/r1494570
Log:
Vote, promote.

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=1494570&amp;amp;r1=1494569&amp;amp;r2=1494570&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 11:53:23 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -90,6 +90,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_cache_socache: Fix warning "variable 'rv' may be used uninitialized
+      in this function" (which is correct here).
+      trunk patch: http://svn.apache.org/r1494536
+      2.4.x patch: trunk patch works
+      +1: rjung, minfrin, fuankg
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the lis&lt;/pre&gt;</description>
    <dc:creator>fuankg&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T11:53:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37175">
    <title>svn commit: r1494569 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37175</link>
    <description>&lt;pre&gt;Author: fuankg
Date: Wed Jun 19 11:52:25 2013
New Revision: 1494569

URL: http://svn.apache.org/r1494569
Log:
Applied.

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=1494569&amp;amp;r1=1494568&amp;amp;r2=1494569&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 11:52:25 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -90,13 +90,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-    * passwd_common.[c|h]: sync with trunk to silent compiler warnings.
-      trunk patch: http://svn.apache.org/r1481677
-                   http://svn.apache.org/r1494317
-                   http://svn.apache.org/r1488496
-      2.4.x patch: http://people.apache.org/~fuankg/diffs/2.4.x-passwd_common.diff
-      +1: fuankg, gsmith, minfrin
- 
 
 PATCHES P&lt;/pre&gt;</description>
    <dc:creator>fuankg&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T11:52:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37174">
    <title>svn commit: r1494568 - in /httpd/httpd/branches/2.4.x/support: passwd_common.c passwd_common.h</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37174</link>
    <description>&lt;pre&gt;Author: fuankg
Date: Wed Jun 19 11:51:57 2013
New Revision: 1494568

URL: http://svn.apache.org/r1494568
Log:
sync with trunk to silent compiler warnings.
Backport of r1481677, r1494317, r1488496.
Reviewed by: fuankg, gsmith, minfrin

Modified:
    httpd/httpd/branches/2.4.x/support/passwd_common.c
    httpd/httpd/branches/2.4.x/support/passwd_common.h

Modified: httpd/httpd/branches/2.4.x/support/passwd_common.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/support/passwd_common.c?rev=1494568&amp;amp;r1=1494567&amp;amp;r2=1494568&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/support/passwd_common.c (original)
+++ httpd/httpd/branches/2.4.x/support/passwd_common.c Wed Jun 19 11:51:57 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,8 +24,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 #include "apr_md5.h"
 #include "apr_sha1.h"
-#include &amp;lt;time.h&amp;gt;
 
+#if APR_HAVE_TIME_H
+#include &amp;lt;time.h&amp;gt;
+#endif
 #if APR_HAVE_CRYPT_H
 #include &amp;lt;crypt.h&amp;gt;
 #endif
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -38,10 +40,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #if APR_HAVE_UNISTD_H
 #include &amp;lt;unistd.h&amp;gt;
 #e&lt;/pre&gt;</description>
    <dc:creator>fuankg&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T11:51:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37173">
    <title>svn commit: r1494565 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37173</link>
    <description>&lt;pre&gt;Author: minfrin
Date: Wed Jun 19 11:42:06 2013
New Revision: 1494565

URL: http://svn.apache.org/r1494565
Log:
Promote.

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=1494565&amp;amp;r1=1494564&amp;amp;r2=1494565&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 11:42:06 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -89,6 +89,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; RELEASE SHOWSTOPPERS:
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
+
+    * passwd_common.[c|h]: sync with trunk to silent compiler warnings.
+      trunk patch: http://svn.apache.org/r1481677
+                   http://svn.apache.org/r1494317
+                   http://svn.apache.org/r1488496
+      2.4.x patch: http://people.apache.org/~fuankg/diffs/2.4.x-passwd_common.diff
+      +1: fuankg, gsmith, minfrin
  
 
 PATCHE&lt;/pre&gt;</description>
    <dc:creator>minfrin&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T11:42:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37172">
    <title>svn commit: r1494563 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37172</link>
    <description>&lt;pre&gt;Author: minfrin
Date: Wed Jun 19 11:39:49 2013
New Revision: 1494563

URL: http://svn.apache.org/r1494563
Log:
Vote.

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=1494563&amp;amp;r1=1494562&amp;amp;r2=1494563&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 11:39:49 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -218,7 +218,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                    http://svn.apache.org/r1494317
                    http://svn.apache.org/r1488496
       2.4.x patch: http://people.apache.org/~fuankg/diffs/2.4.x-passwd_common.diff
-      +1: fuankg, gsmith
+      +1: fuankg, gsmith, minfrin
 
     * mod_cache_socache: Fix warning "variable 'rv' may be used uninitialized
       in this function" (which is correct here).



&lt;/pre&gt;</description>
    <dc:creator>minfrin&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T11:39:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37171">
    <title>svn commit: r1494554 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37171</link>
    <description>&lt;pre&gt;Author: minfrin
Date: Wed Jun 19 11:31:09 2013
New Revision: 1494554

URL: http://svn.apache.org/r1494554
Log:
Vote.

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=1494554&amp;amp;r1=1494553&amp;amp;r2=1494554&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 11:31:09 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -224,7 +224,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       in this function" (which is correct here).
       trunk patch: http://svn.apache.org/r1494536
       2.4.x patch: trunk patch works
-      +1: rjung
+      +1: rjung, minfrin
 
 
 A list of further possible backports can be found at:                                                                                                                                   



&lt;/pre&gt;</description>
    <dc:creator>minfrin&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T11:31:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37170">
    <title>svn commit: r1494549 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/http/http_filters.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37170</link>
    <description>&lt;pre&gt;Author: minfrin
Date: Wed Jun 19 11:19:50 2013
New Revision: 1494549

URL: http://svn.apache.org/r1494549
Log:
Update the log message number.

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/http/http_filters.c

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=1494549&amp;amp;r1=1494548&amp;amp;r2=1494549&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Wed Jun 19 11:19:50 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1 +1 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-2484
+2485

Modified: httpd/httpd/trunk/modules/http/http_filters.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_filters.c?rev=1494549&amp;amp;r1=1494548&amp;amp;r2=1494549&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/http_filters.c (original)&lt;/pre&gt;</description>
    <dc:creator>minfrin&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T11:19:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37169">
    <title>svn commit: r1494538 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37169</link>
    <description>&lt;pre&gt;Author: rjung
Date: Wed Jun 19 10:29:37 2013
New Revision: 1494538

URL: http://svn.apache.org/r1494538
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=1494538&amp;amp;r1=1494537&amp;amp;r2=1494538&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 10:29:37 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -95,7 +95,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
 
-
   * mod_auth_basic: Add a generic mechanism to fake basic authentication
     using the ap_expr parser. This allows the administrator to construct
     their own username and password for basic authentication based on their
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -221,6 +220,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://people.apache.org/~fuankg/diffs/2.4.x-passwd_common.diff
       +1: f&lt;/pre&gt;</description>
    <dc:creator>rjung&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T10:29:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37168">
    <title>svn commit: r1494536 - /httpd/httpd/trunk/modules/cache/mod_cache_socache.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37168</link>
    <description>&lt;pre&gt;Author: rjung
Date: Wed Jun 19 10:21:46 2013
New Revision: 1494536

URL: http://svn.apache.org/r1494536
Log:
Fix "variable 'rv' may be used uninitialized
in this function" warning.

Modified:
    httpd/httpd/trunk/modules/cache/mod_cache_socache.c

Modified: httpd/httpd/trunk/modules/cache/mod_cache_socache.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_cache_socache.c?rev=1494536&amp;amp;r1=1494535&amp;amp;r2=1494536&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/mod_cache_socache.c (original)
+++ httpd/httpd/trunk/modules/cache/mod_cache_socache.c Wed Jun 19 10:21:46 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1421,7 +1421,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int socache_post_config(apr_pool_
                 &amp;amp;conf-&amp;gt;provider-&amp;gt;socache_instance, conf-&amp;gt;provider-&amp;gt;args, ptmp,
                 pconf);
         if (errmsg) {
-            ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, plog,
+            ap_log_perror(APLOG_MARK, APLOG_CRIT, 0, plog,
                     APLOGNO(02392) "%s", e&lt;/pre&gt;</description>
    <dc:creator>rjung&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T10:21:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37167">
    <title>svn commit: r1494532 - /httpd/httpd/trunk/modules/aaa/mod_auth_digest.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37167</link>
    <description>&lt;pre&gt;Author: rjung
Date: Wed Jun 19 10:16:35 2013
New Revision: 1494532

URL: http://svn.apache.org/r1494532
Log:
Fix "unused variable" warning.

Modified:
    httpd/httpd/trunk/modules/aaa/mod_auth_digest.c

Modified: httpd/httpd/trunk/modules/aaa/mod_auth_digest.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_digest.c?rev=1494532&amp;amp;r1=1494531&amp;amp;r2=1494532&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/modules/aaa/mod_auth_digest.c (original)
+++ httpd/httpd/trunk/modules/aaa/mod_auth_digest.c Wed Jun 19 10:16:35 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -445,9 +445,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void *create_digest_dir_config(ap
 static const char *set_realm(cmd_parms *cmd, void *config, const char *realm)
 {
     digest_config_rec *conf = (digest_config_rec *) config;
+#ifdef AP_DEBUG
     int i;
 
-#ifdef AP_DEBUG
     /* check that we got random numbers */
     for (i = 0; i &amp;lt; SECRET_LEN; i++) {
         if (secret[i] != 0)



&lt;/pre&gt;</description>
    <dc:creator>rjung&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T10:16:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37166">
    <title>svn commit: r1494531 - /httpd/httpd/trunk/server/mpm/eventopt/eventopt.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37166</link>
    <description>&lt;pre&gt;Author: rjung
Date: Wed Jun 19 10:16:03 2013
New Revision: 1494531

URL: http://svn.apache.org/r1494531
Log:
Fix "unused variable" warning.

Modified:
    httpd/httpd/trunk/server/mpm/eventopt/eventopt.c

Modified: httpd/httpd/trunk/server/mpm/eventopt/eventopt.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/eventopt/eventopt.c?rev=1494531&amp;amp;r1=1494530&amp;amp;r2=1494531&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/eventopt/eventopt.c (original)
+++ httpd/httpd/trunk/server/mpm/eventopt/eventopt.c Wed Jun 19 10:16:03 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -833,7 +833,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int process_pollop(pollset_op_t *
  */
 static int start_lingering_close(event_conn_state_t *cs, ap_equeue_t *eq)
 {
-    apr_status_t rv;
     int ret = 1;
 
     apr_socket_t *csd = ap_get_conn_socket(cs-&amp;gt;c);
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -849,7 +848,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int start_lingering_close(event_c
 
 #ifdef AP_DEBUG
     {
-        rv = apr_socket_timeout_set(csd, 0);
+        apr_status_t rv = apr_socket_ti&lt;/pre&gt;</description>
    <dc:creator>rjung&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T10:16:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37165">
    <title>svn commit: r1494524 - /httpd/test/framework/trunk/t/modules/info.t</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37165</link>
    <description>&lt;pre&gt;Author: rjung
Date: Wed Jun 19 09:38:00 2013
New Revision: 1494524

URL: http://svn.apache.org/r1494524
Log:
Fix mod_info test in combination with eventopt mpm.

Modified:
    httpd/test/framework/trunk/t/modules/info.t

Modified: httpd/test/framework/trunk/t/modules/info.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/info.t?rev=1494524&amp;amp;r1=1494523&amp;amp;r2=1494524&amp;amp;view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/info.t (original)
+++ httpd/test/framework/trunk/t/modules/info.t Wed Jun 19 09:38:00 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -31,7 +31,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; foreach (split /\n/, $info) {
 
 foreach (sort keys %$mods) {
     ($mods-&amp;gt;{$_} &amp;amp;&amp;amp; !$config-&amp;gt;should_skip_module($_)) or next;
-    if ($_ =~ /^mod_mpm_(event|prefork|worker)\.c$/) {
+    if ($_ =~ /^mod_mpm_(eventopt|event|prefork|worker)\.c$/) {
         push(&amp;lt; at &amp;gt;expected,"$1.c");
     } elsif ($_ eq 'mod_mpm_simple.c') {
         push(&amp;lt; at &amp;gt;expected,'simple_api.c');



&lt;/pre&gt;</description>
    <dc:creator>rjung&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T09:38:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37164">
    <title>svn commit: r1494469 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37164</link>
    <description>&lt;pre&gt;Author: gsmith
Date: Wed Jun 19 06:31:51 2013
New Revision: 1494469

URL: http://svn.apache.org/r1494469
Log:
vote

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=1494469&amp;amp;r1=1494468&amp;amp;r2=1494469&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 06:31:51 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -219,7 +219,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                    http://svn.apache.org/r1494317
                    http://svn.apache.org/r1488496
       2.4.x patch: http://people.apache.org/~fuankg/diffs/2.4.x-passwd_common.diff
-      +1: fuankg
+      +1: fuankg, gsmith
 
 
 A list of further possible backports can be found at:                                                                                                                                   



&lt;/pre&gt;</description>
    <dc:creator>gsmith&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T06:31:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37163">
    <title>svn commit: r1494407 - /httpd/httpd/trunk/server/skiplist.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37163</link>
    <description>&lt;pre&gt;Author: jim
Date: Wed Jun 19 01:00:46 2013
New Revision: 1494407

URL: http://svn.apache.org/r1494407
Log:
use a simple allocation list to enable re-use of
"freed" chunks. If not using pools, we assume malloc/free
is sane.

Modified:
    httpd/httpd/trunk/server/skiplist.c

Modified: httpd/httpd/trunk/server/skiplist.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/skiplist.c?rev=1494407&amp;amp;r1=1494406&amp;amp;r2=1494407&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/server/skiplist.c (original)
+++ httpd/httpd/trunk/server/skiplist.c Wed Jun 19 01:00:46 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -37,6 +37,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; struct ap_skiplist {
     ap_skiplistnode *topend;
     ap_skiplistnode *bottomend;
     ap_skiplist *index;
+    apr_array_header_t *memlist;
     apr_pool_t *pool;
 };
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -51,7 +52,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; struct ap_skiplistnode {
     ap_skiplist *sl;
 };
 
-
 #ifndef MIN
 #define MIN(a,b) ((a&amp;lt;b)?(a):(b))
 #endif
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -68,10 +68,56 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int get_b_rand(void)
     return ((randseq &amp;amp; (1 &lt;/pre&gt;</description>
    <dc:creator>jim&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T01:00:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37162">
    <title>svn commit: r1494402 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37162</link>
    <description>&lt;pre&gt;Author: fuankg
Date: Wed Jun 19 00:34:36 2013
New Revision: 1494402

URL: http://svn.apache.org/r1494402
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=1494402&amp;amp;r1=1494401&amp;amp;r2=1494402&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 19 00:34:36 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -214,6 +214,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 gets larger than 4GB (UINT_MAX). Maybe set the limit at
                 MIN(APR_SIZE_MAX,UINT_MAX) until this is fixed?
 
+    * passwd_common.[c|h]: sync with trunk to silent compiler warnings.
+      trunk patch: http://svn.apache.org/r1481677
+                   http://svn.apache.org/r1494317
+                   http://svn.apache.org/r1488496
+      2.4.x patch: http://people.apache.org/~fuankg/diffs/2.4.x-passwd_common.&lt;/pre&gt;</description>
    <dc:creator>fuankg&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-19T00:34:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37161">
    <title>svn commit: r1494317 - /httpd/httpd/trunk/support/passwd_common.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37161</link>
    <description>&lt;pre&gt;Author: fuankg
Date: Tue Jun 18 21:30:53 2013
New Revision: 1494317

URL: http://svn.apache.org/r1494317
Log:
Make MSVC compilers happy.

Modified:
    httpd/httpd/trunk/support/passwd_common.c

Modified: httpd/httpd/trunk/support/passwd_common.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/passwd_common.c?rev=1494317&amp;amp;r1=1494316&amp;amp;r2=1494317&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/support/passwd_common.c (original)
+++ httpd/httpd/trunk/support/passwd_common.c Tue Jun 18 21:30:53 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -44,6 +44,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #include &amp;lt;io.h&amp;gt;
 #endif
 
+#ifdef _MSC_VER
+#define write _write
+#endif
+
 apr_file_t *errfile;
 
 int abort_on_oom(int rc)



&lt;/pre&gt;</description>
    <dc:creator>fuankg&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-18T21:30:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37160">
    <title>svn commit: r1494277 - /httpd/httpd/branches/2.4.x/STATUS</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37160</link>
    <description>&lt;pre&gt;Author: sf
Date: Tue Jun 18 20:03:41 2013
New Revision: 1494277

URL: http://svn.apache.org/r1494277
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=1494277&amp;amp;r1=1494276&amp;amp;r2=1494277&amp;amp;view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jun 18 20:03:41 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -207,6 +207,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                    http://svn.apache.org/r1493925
       2.4.x patch: trunk patch works modulo CHANGES
       +1: minfrin, jim
+      sf notes: I think a number of variables need to be changed from int to
+                apr_size_t, including subcache_size, subcache_data_offset,
+                subcache_data_size, total, cache_total. 
+                AIUI, especially cache_total starts to go wrong if the cache
+                gets larger tha&lt;/pre&gt;</description>
    <dc:creator>sf&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-18T20:03:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.cvs/37159">
    <title>svn commit: r1494196 - /httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.cvs/37159</link>
    <description>&lt;pre&gt;Author: fuankg
Date: Tue Jun 18 16:51:17 2013
New Revision: 1494196

URL: http://svn.apache.org/r1494196
Log:
Fix for stupid CodeWarrior compiler.

Modified:
    httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c?rev=1494196&amp;amp;r1=1494195&amp;amp;r2=1494196&amp;amp;view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy_wstunnel.c Tue Jun 18 16:51:17 2013
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -118,15 +118,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int proxy_wstunnel_pump(ws_baton_
 static void proxy_wstunnel_callback(void *b) { 
     int status;
     ws_baton_t *baton = (ws_baton_t*)b;
+    apr_socket_t *sockets[3] = {NULL, NULL, NULL};
     apr_thread_mutex_lock(baton-&amp;gt;r-&amp;gt;invoke_mtx);
     apr_pool_clear(baton-&amp;gt;subpool);
     status = proxy_wstunnel_pump(baton, apr_time_from_sec(5));
+    socket&lt;/pre&gt;</description>
    <dc:creator>fuankg&lt; at &gt;apache.org</dc:creator>
    <dc:date>2013-06-18T16:51:18</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.cvs</link>
  </textinput>
</rdf:RDF>
