<?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://blog.gmane.org/gmane.comp.web.curl.cvs">
    <title>gmane.comp.web.curl.cvs</title>
    <link>http://blog.gmane.org/gmane.comp.web.curl.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://comments.gmane.org/gmane.comp.web.curl.cvs/16022"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16021"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16020"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16019"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16018"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16017"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16016"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16015"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16014"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16013"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16012"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16011"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16010"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16009"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16008"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16007"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16006"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16005"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16004"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.curl.cvs/16003"/>
      </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://comments.gmane.org/gmane.comp.web.curl.cvs/16022">
    <title>[bagder/curl] 520833: ossl_recv: SSL_read() returning 0 is an error too</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16022</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 520833cbe1601feed1c6473bd28c4c894e7ee63e
      https://github.com/bagder/curl/commit/520833cbe1601feed1c6473bd28c4c894e7ee63e
  Author: Mike Giancola &amp;lt;mikegiancola&amp;lt; at &amp;gt;gmail.com&amp;gt;
  Date:   2013-05-22 (Wed, 22 May 2013)

  Changed paths:
    M lib/ssluse.c

  Log Message:
  -----------
  ossl_recv: SSL_read() returning 0 is an error too

SSL_read can return 0 for "not successful", according to the open SSL
documentation: http://www.openssl.org/docs/ssl/SSL_read.html



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-22T21:43:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16021">
    <title>[bagder/curl] e58d9c: ossl_send: SSL_write() returning 0 is an error too</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16021</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: e58d9c87f783334b01310260e0cf5220c338c58c
      https://github.com/bagder/curl/commit/e58d9c87f783334b01310260e0cf5220c338c58c
  Author: Mike Giancola &amp;lt;mikegiancola&amp;lt; at &amp;gt;gmail.com&amp;gt;
  Date:   2013-05-22 (Wed, 22 May 2013)

  Changed paths:
    M lib/ssluse.c

  Log Message:
  -----------
  ossl_send: SSL_write() returning 0 is an error too

We found that in specific cases if the connection is abruptly closed,
the underlying socket is listed in a close_wait state. We continue to
call the curl_multi_perform, curl_mutli_fdset etc. None of these APIs
report the socket closed / connection finished.  Since we have cases
where the multi connection is only used once, this can pose a problem
for us. I've read that if another connection was to come in, curl would
see the socket as bad and attempt to close it at that time -
unfortunately, this does not work for us.

I found that in specific situations, if SSL_write returns 0, curl did
not recognize&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-22T21:15:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16020">
    <title>[bagder/curl] 84f799: KNOWN_BUGS: curl -OJC- fails to resume</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16020</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 84f799147431a15d1efc86654950408120adad22
      https://github.com/bagder/curl/commit/84f799147431a15d1efc86654950408120adad22
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-21 (Tue, 21 May 2013)

  Changed paths:
    M docs/KNOWN_BUGS

  Log Message:
  -----------
  KNOWN_BUGS: curl -OJC- fails to resume

Bug: http://curl.haxx.se/bug/view.cgi?id=1169



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-21T21:59:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16019">
    <title>[bagder/curl] 85b9dc: Curl_cookie_add: handle IPv6 hosts</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16019</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 85b9dc80232d1d7d48ee4dea6db5a2263ee68efd
      https://github.com/bagder/curl/commit/85b9dc80232d1d7d48ee4dea6db5a2263ee68efd
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-21 (Tue, 21 May 2013)

  Changed paths:
    M lib/cookie.c

  Log Message:
  -----------
  Curl_cookie_add: handle IPv6 hosts

1 - don't skip host names with a colon in them in an attempt to bail out
on HTTP headers in the cookie file parser. It was only a shortcut anyway
and trying to parse a file with HTTP headers will still be handled, only
slightly slower.

2 - don't skip domain names based on number of dots. The original
netscape cookie spec had this oddity mentioned and while our code
decreased the check to only check for two, the existing cookie spec has
no such dot counting required.

Bug: http://curl.haxx.se/bug/view.cgi?id=1221
Reported-by: Stefan Neis



_______________________________________________
curl-commits mailing list
curl-comm&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-21T21:35:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16018">
    <title>[bagder/curl] 7d4d48: curl_easy_setopt.3: expand the PROGRESSFUNCTION se...</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16018</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 7d4d4892d8cddd14ab48db9991db893035a7a938
      https://github.com/bagder/curl/commit/7d4d4892d8cddd14ab48db9991db893035a7a938
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M docs/libcurl/curl_easy_setopt.3

  Log Message:
  -----------
  curl_easy_setopt.3: expand the PROGRESSFUNCTION section

Explain the callback and its arguments better and with more descriptive
text.



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-20T08:51:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16017">
    <title>[bagder/curl] fc4759: tests: add test1394 file to the tarball</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16017</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: fc4759af9d9cbc7635af0da68c28672a4bbf35ff
      https://github.com/bagder/curl/commit/fc4759af9d9cbc7635af0da68c28672a4bbf35ff
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-19 (Sun, 19 May 2013)

  Changed paths:
    M tests/data/Makefile.am

  Log Message:
  -----------
  tests: add test1394 file to the tarball



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-19T10:45:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16016">
    <title>[bagder/curl] ee84c4: tarball: include the xmlstream example</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16016</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: ee84c47655e8bed035b5e9a85eb11f1f0b5df5e2
      https://github.com/bagder/curl/commit/ee84c47655e8bed035b5e9a85eb11f1f0b5df5e2
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-19 (Sun, 19 May 2013)

  Changed paths:
    M docs/examples/Makefile.inc

  Log Message:
  -----------
  tarball: include the xmlstream example



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-19T09:22:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16015">
    <title>[bagder/curl] ce3217: xmlstream: XML stream parsing example source code</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16015</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: ce32176db749b40691c7fb08a1cb2ff184b4794e
      https://github.com/bagder/curl/commit/ce32176db749b40691c7fb08a1cb2ff184b4794e
  Author: David Strauss &amp;lt;david&amp;lt; at &amp;gt;davidstrauss.net&amp;gt;
  Date:   2013-05-19 (Sun, 19 May 2013)

  Changed paths:
    M docs/examples/.gitignore
    M docs/examples/README
    A docs/examples/xmlstream.c

  Log Message:
  -----------
  xmlstream: XML stream parsing example source code

Add an XML stream parsing example using Expat. Add missing ignore for
the binary from an unrelated example.



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-19T09:20:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16014">
    <title>[bagder/curl] 04f52e: cookies: only consider full path matches</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16014</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 04f52e9b4db01bcbf672c9c69303a4e4ad0d0fb9
      https://github.com/bagder/curl/commit/04f52e9b4db01bcbf672c9c69303a4e4ad0d0fb9
  Author: YAMADA Yasuharu &amp;lt;yasuharu.yamada&amp;lt; at &amp;gt;access-company.com&amp;gt;
  Date:   2013-05-18 (Sat, 18 May 2013)

  Changed paths:
    M lib/cookie.c
    M tests/data/Makefile.am
    A tests/data/test1228
    M tests/data/test46
    M tests/data/test8

  Log Message:
  -----------
  cookies: only consider full path matches

I found a bug which cURL sends cookies to the path not to aim at.
For example:
- cURL sends a request to http://example.fake/hoge/
- server returns cookie which with path=/hoge;
  the point is there is NOT the '/' end of path string.
- cURL sends a request to http://example.fake/hogege/ with the cookie.

The reason for this old "feature" is because that behavior is what is
described in the original netscape cookie spec:
http://curl.haxx.se/rfc/cookie_spec.html

The current cookie spec (RFC6265) cl&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-18T20:55:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16013">
    <title>[bagder/curl] 100a33: axtls: prevent memleaks on SSL handshake failures</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16013</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 100a33f7ff8bd7dec1fe4b50bed57626a86c6b87
      https://github.com/bagder/curl/commit/100a33f7ff8bd7dec1fe4b50bed57626a86c6b87
  Author: Eric Hu &amp;lt;EHu&amp;lt; at &amp;gt;directv.com&amp;gt;
  Date:   2013-05-16 (Thu, 16 May 2013)

  Changed paths:
    M lib/axtls.c

  Log Message:
  -----------
  axtls: prevent memleaks on SSL handshake failures



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-16T18:28:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16012">
    <title>[bagder/curl] 7ed25c: Revert "WIN32 MemoryTracking: track wcsdup() _wcsd...</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16012</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 7ed25ccf0d1e5b8c7fd3bd90f0375a06011cd394
      https://github.com/bagder/curl/commit/7ed25ccf0d1e5b8c7fd3bd90f0375a06011cd394
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M lib/curl_memory.h
    M lib/curl_setup.h
    M lib/easy.c
    M lib/memdebug.c
    M lib/memdebug.h
    M tests/memanalyze.pl
    M tests/server/getpart.c

  Log Message:
  -----------
  Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"

This reverts commit 8ec2cb5544b86306b702484ea785b6b9596562ab.

We don't have any code anywhere in libcurl (or the curl tool) that use
wcsdup so there's no such memory use to track. It seems to cause mild
problems with the Borland compiler though that we may avoid by reverting
this change again.

Bug: http://curl.haxx.se/mail/lib-2013-05/0070.html



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.hax&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-12T13:12:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16011">
    <title>[bagder/curl] 01eede: RELEASE-NOTES: synced with ae26ee3489588f0</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16011</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 01eede2662f8f4552324b828d8dd6335ee4e2d44
      https://github.com/bagder/curl/commit/01eede2662f8f4552324b828d8dd6335ee4e2d44
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M RELEASE-NOTES

  Log Message:
  -----------
  RELEASE-NOTES: synced with ae26ee3489588f0



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-12T12:36:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16010">
    <title>[bagder/curl] ae26ee: Updated zlib version in build files.</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16010</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: ae26ee3489588f07a882a1f3fed18652a22ded90
      https://github.com/bagder/curl/commit/ae26ee3489588f07a882a1f3fed18652a22ded90
  Author: Guenter Knauf &amp;lt;lists&amp;lt; at &amp;gt;gknw.net&amp;gt;
  Date:   2013-05-11 (Sat, 11 May 2013)

  Changed paths:
    M docs/INSTALL
    M docs/examples/Makefile.m32
    M docs/examples/Makefile.netware
    M lib/Makefile.Watcom
    M lib/Makefile.b32
    M lib/Makefile.m32
    M lib/Makefile.netware
    M lib/Makefile.vc6
    M lib/Makefile.vxworks
    M src/Makefile.Watcom
    M src/Makefile.b32
    M src/Makefile.m32
    M src/Makefile.netware
    M src/Makefile.vc6

  Log Message:
  -----------
  Updated zlib version in build files.



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-11T15:08:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16009">
    <title>[bagder/curl] 992bee: OS X framework: fix invalid symbolic link</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16009</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 992bee504dce7605ebe424dcecf167e9cffeaee7
      https://github.com/bagder/curl/commit/992bee504dce7605ebe424dcecf167e9cffeaee7
  Author: Renaud Guillard &amp;lt;dev&amp;lt; at &amp;gt;nore.fr&amp;gt;
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
    M MacOSX-Framework

  Log Message:
  -----------
  OS X framework: fix invalid symbolic link



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-09T19:52:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16008">
    <title>[bagder/curl] 01a2ab: nss: give PR_INTERVAL_NO_WAIT instead of -1 to PR_...</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16008</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 01a2abedd7e3a2075de70979003302313570c58c
      https://github.com/bagder/curl/commit/01a2abedd7e3a2075de70979003302313570c58c
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
    M lib/nss.c

  Log Message:
  -----------
  nss: give PR_INTERVAL_NO_WAIT instead of -1 to PR_Recv/PR_Send

Reported by: David Strauss
Bug: http://curl.haxx.se/mail/lib-2013-05/0088.html



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-09T09:33:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16007">
    <title>[bagder/curl] a45e3f: libtest: gitignore more binary files</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16007</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: a45e3f93e4e8e19786bc33839c95b8220ee487e8
      https://github.com/bagder/curl/commit/a45e3f93e4e8e19786bc33839c95b8220ee487e8
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-08 (Wed, 08 May 2013)

  Changed paths:
    M tests/libtest/.gitignore

  Log Message:
  -----------
  libtest: gitignore more binary files



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-08T12:36:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16006">
    <title>[bagder/curl] bdb396: servercert: allow empty subject</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16006</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: bdb396ef2af421a50e69e9ef47cfa891fc937fcc
      https://github.com/bagder/curl/commit/bdb396ef2af421a50e69e9ef47cfa891fc937fcc
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M lib/ssluse.c

  Log Message:
  -----------
  servercert: allow empty subject

Bug: http://curl.haxx.se/bug/view.cgi?id=1220
Patch by: John Gardiner Myers



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-07T21:02:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16005">
    <title>[bagder/curl] 51b0f0: runtests.pl: support nonewline="yes" in client/std...</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16005</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 51b0f09b5e2286d4e59996da5d8d8713535882d8
      https://github.com/bagder/curl/commit/51b0f09b5e2286d4e59996da5d8d8713535882d8
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M tests/FILEFORMAT
    M tests/runtests.pl

  Log Message:
  -----------
  runtests.pl: support nonewline="yes" in client/stdin sections


  Commit: 6add1901a1e756d2e47c6b300c03fa7ba47fabdd
      https://github.com/bagder/curl/commit/6add1901a1e756d2e47c6b300c03fa7ba47fabdd
  Author: Steve Holme &amp;lt;steve_holme&amp;lt; at &amp;gt;hotmail.com&amp;gt;
  Date:   2013-05-07 (Tue, 07 May 2013)

  Changed paths:
    M tests/data/Makefile.am
    A tests/data/test910
    A tests/data/test911

  Log Message:
  -----------
  tests: Added new SMTP tests to verify commit 99b40451836d


Compare: https://github.com/bagder/curl/compare/8dac7be43851...6add1901a1e7
_______________________________________________
curl-commits mailing list
curl-commit&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-07T20:53:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16004">
    <title>[bagder/curl] 8dac7b: build: fixed unit1394 for debug and metlink builds</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16004</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 8dac7be438512a8725d3c71e9139bdfdcac1ed8c
      https://github.com/bagder/curl/commit/8dac7be438512a8725d3c71e9139bdfdcac1ed8c
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M src/Makefile.am
    M tests/unit/Makefile.inc

  Log Message:
  -----------
  build: fixed unit1394 for debug and metlink builds



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-06T21:57:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16003">
    <title>[bagder/curl] 865d41: curl -E: allow to escape ':' in cert nickname</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16003</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 865d4138a08daff460f116c2494adb9c889f5304
      https://github.com/bagder/curl/commit/865d4138a08daff460f116c2494adb9c889f5304
  Author: Jared Jennings &amp;lt;jjenning&amp;lt; at &amp;gt;fastmail.fm&amp;gt;
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M RELEASE-NOTES
    M src/tool_getparam.c

  Log Message:
  -----------
  curl -E: allow to escape ':' in cert nickname


  Commit: 42e01cff9af12441eb60694af9c0c86817e8f7e0
      https://github.com/bagder/curl/commit/42e01cff9af12441eb60694af9c0c86817e8f7e0
  Author: Kamil Dudka &amp;lt;kdudka&amp;lt; at &amp;gt;redhat.com&amp;gt;
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M docs/curl.1

  Log Message:
  -----------
  curl.1: document escape sequences recognized by -E


  Commit: a15b2b6c6204766ef391c1831fb4506635bab0a6
      https://github.com/bagder/curl/commit/a15b2b6c6204766ef391c1831fb4506635bab0a6
  Author: Kamil Dudka &amp;lt;kdudka&amp;lt; at &amp;gt;redhat.com&amp;gt;
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M src/t&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-06T13:07:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.curl.cvs/16002">
    <title>[bagder/curl] 358742: curl_schannel.c: Fixed invalid memory access durin...</title>
    <link>http://comments.gmane.org/gmane.comp.web.curl.cvs/16002</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 35874298e420aa53fde28982d86d5051aa92279a
      https://github.com/bagder/curl/commit/35874298e420aa53fde28982d86d5051aa92279a
  Author: Marc Hoersken &amp;lt;info&amp;lt; at &amp;gt;marc-hoersken.de&amp;gt;
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M lib/curl_schannel.c
    M lib/urldata.h

  Log Message:
  -----------
  curl_schannel.c: Fixed invalid memory access during SSL shutdown



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits
&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2013-05-05T15:57:48</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.curl.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.web.curl.cvs</link>
  </textinput>
</rdf:RDF>
