<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/src/tool_metalink.h, branch bagder/https-proxy-tests</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>tool: do not declare functions with Curl_ prefix</title>
<updated>2020-04-14T06:12:27+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-04-13T21:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=878214df44a41eef49b65039ab0cdfdbf847a5fe'/>
<id>878214df44a41eef49b65039ab0cdfdbf847a5fe</id>
<content type='text'>
To avoid collision risks with private libcurl symbols when linked with
static versions (or just versions not hiding internal symbols).

Reported-by: hydra3333 on github
Fixes #5219
Closes #5234
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid collision risks with private libcurl symbols when linked with
static versions (or just versions not hiding internal symbols).

Reported-by: hydra3333 on github
Fixes #5219
Closes #5234
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: fix memory leaked by parse_metalink()</title>
<updated>2019-09-13T08:09:48+00:00</updated>
<author>
<name>Kamil Dudka</name>
<email>kdudka@redhat.com</email>
</author>
<published>2019-09-11T14:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1ca91bcdb588dc6c25d345f2411fdba314433732'/>
<id>1ca91bcdb588dc6c25d345f2411fdba314433732</id>
<content type='text'>
This commit fixes a regression introduced by curl-7_65_3-5-gb88940850.
Detected by tests 2005, 2008, 2009, 2010, 2011, and 2012 with valgrind
and libmetalink enabled.

Closes #4326
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes a regression introduced by curl-7_65_3-5-gb88940850.
Detected by tests 2005, 2008, 2009, 2010, 2011, and 2012 with valgrind
and libmetalink enabled.

Closes #4326
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: support parallel transfers</title>
<updated>2019-07-20T17:14:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-07-20T17:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b88940850002a3f1c25bc6488b95ad30eb80d696'/>
<id>b88940850002a3f1c25bc6488b95ad30eb80d696</id>
<content type='text'>
This is done by making sure each individual transfer is first added to a
linked list as then they can be performed serially, or at will, in
parallel.

Closes #3804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done by making sure each individual transfer is first added to a
linked list as then they can be performed serially, or at will, in
parallel.

Closes #3804
</pre>
</div>
</content>
</entry>
<entry>
<title>URLs: change all http:// URLs to https://</title>
<updated>2016-02-02T23:19:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-02T23:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4af40b3646d3b09f68e419f7ca866ff395d1f897'/>
<id>4af40b3646d3b09f68e419f7ca866ff395d1f897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_metalink.h: Fixed compilation warning</title>
<updated>2014-03-01T20:16:33+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-03-01T20:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=46b1d0a047faa9afa1de506adb8342f972e0918c'/>
<id>46b1d0a047faa9afa1de506adb8342f972e0918c</id>
<content type='text'>
warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function
</pre>
</div>
</content>
</entry>
<entry>
<title>tool: Moved --stderr to the global config</title>
<updated>2014-03-01T13:03:20+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-03-01T13:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5513bbd5c38e5128dd943c28417da29f2c6f9101'/>
<id>5513bbd5c38e5128dd943c28417da29f2c6f9101</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_cfgable: Renamed Configurable structure to OperationConfig</title>
<updated>2014-02-23T13:09:20+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-02-23T12:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=705a4cb549d7cd798162430512f482ba930226d6'/>
<id>705a4cb549d7cd798162430512f482ba930226d6</id>
<content type='text'>
To allow for the addition of a global config structure and prevent
confusion between the two.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow for the addition of a global config structure and prevent
confusion between the two.
</pre>
</div>
</content>
</entry>
<entry>
<title>tool_metalink: fix compiler warning when built without metalink</title>
<updated>2014-02-09T19:08:13+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-02-09T19:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1861a1de6785fd23c3c0a85df37083dec51f74aa'/>
<id>1861a1de6785fd23c3c0a85df37083dec51f74aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>metalink_cleanup: yet another follow-up fix</title>
<updated>2013-02-15T12:45:28+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-02-15T12:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=154bf3d699bdd5ba8d2649b3f77a21b5b7856818'/>
<id>154bf3d699bdd5ba8d2649b3f77a21b5b7856818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>metalink_cleanup: define it without argument</title>
<updated>2013-02-15T10:19:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-02-15T10:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=8c2c4e21b3a28b5860fdd0dd12e67ce73150ca1a'/>
<id>8c2c4e21b3a28b5860fdd0dd12e67ce73150ca1a</id>
<content type='text'>
Since the function takes no argument, the macro shouldn't take one as
some compilers will error out on that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the function takes no argument, the macro shouldn't take one as
some compilers will error out on that.
</pre>
</div>
</content>
</entry>
</feed>
