<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs, branch bagder/https-cookie-secure</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>INTERNALS: correct some outdated function names</title>
<updated>2019-01-03T14:47:00+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-01-02T20:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d42520f2c8321540454a2f7c1141c99e27bba8f7'/>
<id>d42520f2c8321540454a2f7c1141c99e27bba8f7</id>
<content type='text'>
Closes #3431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3431
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/version.d: mention MultiSSL</title>
<updated>2019-01-03T14:45:18+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-01-02T18:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f2d5e34baea0b6eaf9a4f9a891d02e7bd56f9484'/>
<id>f2d5e34baea0b6eaf9a4f9a891d02e7bd56f9484</id>
<content type='text'>
Reviewed-by: Daniel Gustafsson
Closes #3432
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Daniel Gustafsson
Closes #3432
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Update .gitignore</title>
<updated>2019-01-02T13:32:01+00:00</updated>
<author>
<name>Rikard Falkeborn</name>
<email>rikard.falkeborn@gmail.com</email>
</author>
<published>2018-12-31T22:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=251cabfb4a9968e92a488635a7ac5071b3f260bd'/>
<id>251cabfb4a9968e92a488635a7ac5071b3f260bd</id>
<content type='text'>
Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.

Closes #3427
Reviewed-by: Daniel Gustafsson &lt;daniel@yesql.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.

Closes #3427
Reviewed-by: Daniel Gustafsson &lt;daniel@yesql.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>THANKS: add more missing names</title>
<updated>2019-01-02T12:40:13+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2019-01-02T12:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b3e24e26e1cae96dc88efa7139b3694d58f9139e'/>
<id>b3e24e26e1cae96dc88efa7139b3694d58f9139e</id>
<content type='text'>
Add Adrian Burcea who made the artwork for the curl://up 2018 event
which was held in Stockholm, Sweden.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Adrian Burcea who made the artwork for the curl://up 2018 event
which was held in Stockholm, Sweden.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: mention potential leak in curl_slist_append</title>
<updated>2019-01-02T11:49:49+00:00</updated>
<author>
<name>Daniel Gustafsson</name>
<email>daniel@yesql.se</email>
</author>
<published>2019-01-02T11:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5cc32855740b30d5659beeb7bf9951dcdfa67c62'/>
<id>5cc32855740b30d5659beeb7bf9951dcdfa67c62</id>
<content type='text'>
When a non-empty list is appended to, and used as the returnvalue,
the list pointer can leak in case of an allocation failure in the
curl_slist_append() call. This is correctly handled in curl code
usage but we weren't explicitly pointing it out in the API call
documentation. Fix by extending the RETURNVALUE manpage section
and example code.

Closes #3424
Reported-by: dnivras on github
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a non-empty list is appended to, and used as the returnvalue,
the list pointer can leak in case of an allocation failure in the
curl_slist_append() call. This is correctly handled in curl code
usage but we weren't explicitly pointing it out in the API call
documentation. Fix by extending the RETURNVALUE manpage section
and example code.

Closes #3424
Reported-by: dnivras on github
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>THANKS: dedupe more names</title>
<updated>2019-01-01T16:55:41+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-01-01T16:55:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=01ba09e25a552be8436dc788bac969c0cb046711'/>
<id>01ba09e25a552be8436dc788bac969c0cb046711</id>
<content type='text'>
Researched-by: Tae Wong
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Researched-by: Tae Wong
</pre>
</div>
</content>
</entry>
<entry>
<title>THANKS: added missing names from year &lt;= 2000</title>
<updated>2018-12-31T19:03:49+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-12-31T19:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=47e95c89b7533865775cec3212d36c55db043627'/>
<id>47e95c89b7533865775cec3212d36c55db043627</id>
<content type='text'>
Due to a report of a missing name in THANKS I manually went through an
old CHANGES.0 file and added many previously missing names here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to a report of a missing name in THANKS I manually went through an
old CHANGES.0 file and added many previously missing names here.
</pre>
</div>
</content>
</entry>
<entry>
<title>THANKS: dedupe Guenter Knauf</title>
<updated>2018-12-30T16:59:58+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-12-30T16:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2a8801d7ba5ec91fb2db83d8627587a5e0c0f5a5'/>
<id>2a8801d7ba5ec91fb2db83d8627587a5e0c0f5a5</id>
<content type='text'>
Reported-by: Tae Wong
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Tae Wong
</pre>
</div>
</content>
</entry>
<entry>
<title>THANKS: missing name from the 6.3.1 release!</title>
<updated>2018-12-30T16:57:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-12-30T16:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1a6efadce8e5b507a6378306201470882e5eddd5'/>
<id>1a6efadce8e5b507a6378306201470882e5eddd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hostip: support wildcard hosts</title>
<updated>2018-12-27T13:23:53+00:00</updated>
<author>
<name>Claes Jakobsson</name>
<email>claes.jakobsson@trustly.com</email>
</author>
<published>2018-12-27T13:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d8cae791f47c90f1f1c2b4d052c3e64a3919d92d'/>
<id>d8cae791f47c90f1f1c2b4d052c3e64a3919d92d</id>
<content type='text'>
This adds support for wildcard hosts in CURLOPT_RESOLVE. These are
try-last so any non-wildcard entry is resolved first. If specified,
any host not matched by another CURLOPT_RESOLVE config will use this
as fallback.

Example send a.com to 10.0.0.1 and everything else to 10.0.0.2:
  curl --resolve *:443:10.0.0.2 --resolve a.com:443:10.0.0.1 \
       https://a.com https://b.com

This is probably quite similar to using:
  --connect-to a.com:443:10.0.0.1:443 --connect-to :443:10.0.0.2:443

Closes #3406
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for wildcard hosts in CURLOPT_RESOLVE. These are
try-last so any non-wildcard entry is resolved first. If specified,
any host not matched by another CURLOPT_RESOLVE config will use this
as fallback.

Example send a.com to 10.0.0.1 and everything else to 10.0.0.2:
  curl --resolve *:443:10.0.0.2 --resolve a.com:443:10.0.0.1 \
       https://a.com https://b.com

This is probably quite similar to using:
  --connect-to a.com:443:10.0.0.1:443 --connect-to :443:10.0.0.2:443

Closes #3406
Reviewed-by: Daniel Stenberg &lt;daniel@haxx.se&gt;
</pre>
</div>
</content>
</entry>
</feed>
