<?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.web.curl.cvs">
    <title>gmane.comp.web.curl.cvs</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.comp.web.curl.cvs/14865"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14864"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14863"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14862"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14861"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14860"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14859"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14858"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14857"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14856"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14855"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14854"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14853"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14852"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14851"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14850"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14849"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14848"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14847"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14846"/>
      </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.web.curl.cvs/14865">
    <title>[bagder/curl] 6cc066: Fixed compile error with GNUTLS+NETTLE</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14865</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 6cc066a2c57e39306e7be538826fd4e17a8fa102
      https://github.com/bagder/curl/commit/6cc066a2c57e39306e7be538826fd4e17a8fa102
  Author: Tatsuhiro Tsujikawa &amp;lt;tatsuhiro.t&amp;lt; at &amp;gt;gmail.com&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M lib/curl_md5.h
    M lib/curl_ntlm_core.c
    M lib/md5.c

  Log Message:
  -----------
  Fixed compile error with GNUTLS+NETTLE

In nettle/md5.h, md5_init and md5_update are defined as macros to
nettle_md5_init and nettle_md5_update respectively.  This causes
error when using MD5_params.md5_init and md5_update.  This patch
renames these members as md5_init_func and md5_update_func to
avoid name conflict. For completeness, MD5_params.md5_final was
also renamed as md5_final_func.

The changes in curl_ntlm_core.c is conversion error and fixed by
casting to proper type.



_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://cool.haxx.se/cgi&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2012-05-22T14:40:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14864">
    <title>[bagder/curl] 0fd7fa: TODO-RELEASE: mention the pending biggies for 7.27...</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14864</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 0fd7fa7daf39e902e9f09d1133e01658e75312cc
      https://github.com/bagder/curl/commit/0fd7fa7daf39e902e9f09d1133e01658e75312cc
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M TODO-RELEASE

  Log Message:
  -----------
  TODO-RELEASE: mention the pending biggies for 7.27.0



_______________________________________________
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>2012-05-22T09:56:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14863">
    <title>[bagder/curl] 9258b8: winbuild: fix IPv6 enabled build</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14863</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 9258b84673aa2cb773b1b888389d9af32d6192ef
      https://github.com/bagder/curl/commit/9258b84673aa2cb773b1b888389d9af32d6192ef
  Author: Jan Ehrhardt &amp;lt;phpdev&amp;lt; at &amp;gt;ehrhardt.nl&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M winbuild/MakefileBuild.vc

  Log Message:
  -----------
  winbuild: fix IPv6 enabled build

The existing check was wrong so IPv6 support would never be enabled



_______________________________________________
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>2012-05-22T09:12:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14862">
    <title>[bagder/curl] fdf251: 7.26.0: will be the next release version</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14862</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: fdf2517bd906e058c45c1f9290bb54326e5f7266
      https://github.com/bagder/curl/commit/fdf2517bd906e058c45c1f9290bb54326e5f7266
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M include/curl/curlver.h

  Log Message:
  -----------
  7.26.0: will be the next release version



_______________________________________________
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>2012-05-22T08:57:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14861">
    <title>[bagder/curl] cc3675: RELEASE-NOTES: synced with 8ae1e657e82a</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14861</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: cc36756aa26e60f9db9134df205a9099f41a0340
      https://github.com/bagder/curl/commit/cc36756aa26e60f9db9134df205a9099f41a0340
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M RELEASE-NOTES

  Log Message:
  -----------
  RELEASE-NOTES: synced with 8ae1e657e82a

And mention that this will become 7.26.0



_______________________________________________
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>2012-05-22T08:55:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14860">
    <title>[bagder/curl] 1c58f2: Updated dependency libary versions.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14860</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 1c58f291ccc40e5b9719d9ab13fceb3300c55404
      https://github.com/bagder/curl/commit/1c58f291ccc40e5b9719d9ab13fceb3300c55404
  Author: Guenter Knauf &amp;lt;lists&amp;lt; at &amp;gt;gknw.net&amp;gt;
  Date:   2012-05-21 (Mon, 21 May 2012)

  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 dependency libary versions.



_______________________________________________
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>2012-05-22T02:16:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14859">
    <title>[bagder/curl] 8ae1e6: curl-config.1: fix curl-config usage in example</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14859</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 8ae1e657e82a9d004da0eefeaa7097d5696ec22d
      https://github.com/bagder/curl/commit/8ae1e657e82a9d004da0eefeaa7097d5696ec22d
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-20 (Sun, 20 May 2012)

  Changed paths:
    M docs/curl-config.1

  Log Message:
  -----------
  curl-config.1: fix curl-config usage in example

The curl-config command must be used twice in the single command line to
work properly in some environments.

Bug: http://curl.haxx.se/bug/view.cgi?id=3528241
Reported by: Julian Taylor



_______________________________________________
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>2012-05-20T13:40:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14858">
    <title>[bagder/curl] 7ba07c: smtp: Fixed non-escaping of dot character at begin...</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14858</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 7ba07c80a16cd4ce711b5ac62d3632ae4145e9a9
      https://github.com/bagder/curl/commit/7ba07c80a16cd4ce711b5ac62d3632ae4145e9a9
  Author: Steve Holme &amp;lt;steve_holme&amp;lt; at &amp;gt;hotmail.com&amp;gt;
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M lib/smtp.c
    M lib/smtp.h

  Log Message:
  -----------
  smtp: Fixed non-escaping of dot character at beginning of line

A dot character at the beginning of a line would not be escaped to a
double dot as required by RFC-2821, instead it would be deleted by the
mail server. Please see section 4.5.2 of the RFC for more information.

Note: This fix also simplifies the detection of repeated CRLF.CRLF
combinations, such as CRLF.CRLF.CRLF, a little rather than having to
advance the eob counter to 2.



_______________________________________________
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>2012-05-17T10:32:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14857">
    <title>[bagder/curl] fec096: FAQ: updated 1.10 How many are using curl?</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14857</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: fec096f153a3df6eba3ca7ef13505c5552f7c5c5
      https://github.com/bagder/curl/commit/fec096f153a3df6eba3ca7ef13505c5552f7c5c5
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M docs/FAQ

  Log Message:
  -----------
  FAQ: updated 1.10 How many are using curl?

Now linking to http://daniel.haxx.se/blog/2012/05/16/300m-users/



_______________________________________________
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>2012-05-16T21:18:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14856">
    <title>[bagder/curl] 499ffe: disable-versioned-symbols: removed superfluous 'fi...</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14856</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 499ffe2f8c9e825d653b0386c7a1ba8b21824d81
      https://github.com/bagder/curl/commit/499ffe2f8c9e825d653b0386c7a1ba8b21824d81
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-14 (Mon, 14 May 2012)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  disable-versioned-symbols: removed superfluous 'fi'

The commit e315927a1a left this in



_______________________________________________
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>2012-05-14T20:24:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14855">
    <title>[bagder/curl] cf41ee: MakefileBuild.vc: use the correct IDN variable</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14855</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: cf41ee3ac97383b2ffb3dfbc25a296529840ced3
      https://github.com/bagder/curl/commit/cf41ee3ac97383b2ffb3dfbc25a296529840ced3
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-14 (Mon, 14 May 2012)

  Changed paths:
    M winbuild/MakefileBuild.vc

  Log Message:
  -----------
  MakefileBuild.vc: use the correct IDN variable

The variable that control IDN enablement is called USE_IDN within these
Makefiles



_______________________________________________
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>2012-05-14T09:41:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14854">
    <title>[bagder/curl] e31592: autoconf: improve handling of versioned symbols</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14854</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: e315927a1ac34c286a22d8a54794ba15de82c589
      https://github.com/bagder/curl/commit/e315927a1ac34c286a22d8a54794ba15de82c589
  Author: Pierre Chapuis &amp;lt;catwell&amp;lt; at &amp;gt;archlinux.us&amp;gt;
  Date:   2012-05-12 (Sat, 12 May 2012)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  autoconf: improve handling of versioned symbols

It checks whether versioned symbols should be enabled before checking
whether it is possible (i.e. the linker supports --version-script) or
not. This avoids a useless warning when building cURL on a platform that
does not use GNU ld.

Moreover, it fixes broken indentation of this chunk of code.



_______________________________________________
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>2012-05-12T21:46:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14853">
    <title>[bagder/curl] 03c1bc: curl.1: clarify -x usage</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14853</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 03c1bcf4bda7a493ea8020070cecdd5f0ed37c65
      https://github.com/bagder/curl/commit/03c1bcf4bda7a493ea8020070cecdd5f0ed37c65
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-12 (Sat, 12 May 2012)

  Changed paths:
    M docs/curl.1

  Log Message:
  -----------
  curl.1: clarify -x usage

1 - fix the syntax in the .IP line

2 - Provided user names and passwords are URL decoded by libcurl

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



_______________________________________________
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>2012-05-12T21:36:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14852">
    <title>[bagder/curl] 92f841: NTLM: is supported in GnuTLS builds too</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14852</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 92f841aef772d90b96cfc804636ee0ab1eb039f8
      https://github.com/bagder/curl/commit/92f841aef772d90b96cfc804636ee0ab1eb039f8
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-12 (Sat, 12 May 2012)

  Changed paths:
    M docs/libcurl/curl_easy_setopt.3

  Log Message:
  -----------
  NTLM: is supported in GnuTLS builds too

... since commit 9a4c887c4a7 introduced in libcurl 7.19.4



_______________________________________________
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>2012-05-12T21:16:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14851">
    <title>[bagder/curl] e7257d: my_useragent: shorten user-agent</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14851</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: e7257dcf2eac075126999fed380f4015022c17b2
      https://github.com/bagder/curl/commit/e7257dcf2eac075126999fed380f4015022c17b2
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-12 (Sat, 12 May 2012)

  Changed paths:
    M src/tool_operhlp.c

  Log Message:
  -----------
  my_useragent: shorten user-agent

The built-in user-agent will now only say curl/[version] and nothing
else in an attempt to decrease overhead in HTTP requests.


  Commit: 9fafa68533410f8acf1fb381a165bd8e0cd90451
      https://github.com/bagder/curl/commit/9fafa68533410f8acf1fb381a165bd8e0cd90451
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-12 (Sat, 12 May 2012)

  Changed paths:
    M docs/TODO

  Log Message:
  -----------
  TODO: happy eyeballs is now RFC6555


Compare: https://github.com/bagder/curl/compare/3ebcfdd...9fafa68
_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://c&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2012-05-12T13:09:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14850">
    <title>[bagder/curl] 3ebcfd: CURLOPT_HEADERFUNCTION: works for non-HTTP protoco...</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14850</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 3ebcfdda36afeec0119c7f4f3fd8a37c5f9b37eb
      https://github.com/bagder/curl/commit/3ebcfdda36afeec0119c7f4f3fd8a37c5f9b37eb
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-05-06 (Sun, 06 May 2012)

  Changed paths:
    M docs/libcurl/curl_easy_setopt.3

  Log Message:
  -----------
  CURLOPT_HEADERFUNCTION: works for non-HTTP protocols too



_______________________________________________
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>2012-05-06T22:14:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14849">
    <title>[bagder/curl] 77bac2: Add note about default timeout in CURLOPT_TIMEOUT</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14849</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 77bac2658736d1c323c38986c7741bc8ae68ca5b
      https://github.com/bagder/curl/commit/77bac2658736d1c323c38986c7741bc8ae68ca5b
  Author: Claes Jakobsson &amp;lt;claes&amp;lt; at &amp;gt;surfar.nu&amp;gt;
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M docs/libcurl/curl_easy_setopt.3

  Log Message:
  -----------
  Add note about default timeout in CURLOPT_TIMEOUT



_______________________________________________
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>2012-05-03T14:23:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14848">
    <title>[bagder/curl] d67738: MD5: OOM fix</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14848</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: d6773834f2c8e4453cfa0b38a6dd780f53575e95
      https://github.com/bagder/curl/commit/d6773834f2c8e4453cfa0b38a6dd780f53575e95
  Author: Gokhan Sengun &amp;lt;gokhansengun&amp;lt; at &amp;gt;gmail.com&amp;gt;
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M lib/smtp.c

  Log Message:
  -----------
  MD5: OOM fix

check whether md5 initialization succeeded before updating digest of
buffers onto it



_______________________________________________
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>2012-05-02T20:59:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14847">
    <title>[bagder/curl] 6f9984: REALEASE-NOTES: synced with 64f48e884e3c1</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14847</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 6f998400d93c5c72bfdf2181f7319ffe91f12ce6
      https://github.com/bagder/curl/commit/6f998400d93c5c72bfdf2181f7319ffe91f12ce6
  Author: Daniel Stenberg &amp;lt;daniel&amp;lt; at &amp;gt;haxx.se&amp;gt;
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M RELEASE-NOTES

  Log Message:
  -----------
  REALEASE-NOTES: synced with 64f48e884e3c1



_______________________________________________
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>2012-04-29T21:11:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14846">
    <title>[bagder/curl] e146a5: add a manual page for mk-ca-bundle</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14846</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: e146a5f132c01a556d9963c949321dc22c649433
      https://github.com/bagder/curl/commit/e146a5f132c01a556d9963c949321dc22c649433
  Author: Jan Schaumann &amp;lt;jschauma&amp;lt; at &amp;gt;netmeister.org&amp;gt;
  Date:   2012-04-27 (Fri, 27 Apr 2012)

  Changed paths:
    A docs/mk-ca-bundle.1

  Log Message:
  -----------
  add a manual page for mk-ca-bundle


  Commit: 64f48e884e3c1b0f939ac651d32531ce77da09bf
      https://github.com/bagder/curl/commit/64f48e884e3c1b0f939ac651d32531ce77da09bf
  Author: Jan Schaumann &amp;lt;jschauma&amp;lt; at &amp;gt;netmeister.org&amp;gt;
  Date:   2012-04-27 (Fri, 27 Apr 2012)

  Changed paths:
    M docs/Makefile.am
    M packages/AIX/RPM/curl.spec.in
    M packages/EPM/curl.list.in
    M packages/Linux/RPM/curl-ssl.spec.in

  Log Message:
  -----------
  add newly created manual page


Compare: https://github.com/bagder/curl/compare/1beda0c...64f48e8
_______________________________________________
curl-commits mailing list
curl-commits&amp;lt; at &amp;gt;cool.haxx.se
http://c&lt;/pre&gt;</description>
    <dc:creator>GitHub</dc:creator>
    <dc:date>2012-04-27T18:27:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.web.curl.cvs/14845">
    <title>[bagder/curl] 1beda0: Updated dependency lib versions.</title>
    <link>http://permalink.gmane.org/gmane.comp.web.curl.cvs/14845</link>
    <description>&lt;pre&gt;  Branch: refs/heads/master
  Home:   https://github.com/bagder/curl
  Commit: 1beda0cbb76358559b23fe59a8fd2fabaf7b6340
      https://github.com/bagder/curl/commit/1beda0cbb76358559b23fe59a8fd2fabaf7b6340
  Author: Guenter Knauf &amp;lt;lists&amp;lt; at &amp;gt;gknw.net&amp;gt;
  Date:   2012-04-26 (Thu, 26 Apr 2012)

  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 dependency lib versions.



_______________________________________________
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>2012-04-26T12:42:26</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>

