<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs, branch URL-API</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>URL-API</title>
<updated>2018-09-06T09:03:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-08-05T09:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=bac70d074f448ebd610f8f15eeb5585515532fa1'/>
<id>bac70d074f448ebd610f8f15eeb5585515532fa1</id>
<content type='text'>
See header file and man pages for API. All documented API details work
and are tested in the 1560 test case.

Closes #2842
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See header file and man pages for API. All documented API details work
and are tested in the 1560 test case.

Closes #2842
</pre>
</div>
</content>
</entry>
<entry>
<title>imap: change from "FETCH" to "UID FETCH"</title>
<updated>2018-09-06T08:57:48+00:00</updated>
<author>
<name>Nicklas Avén</name>
<email>nicklas.aven@jordogskog.no</email>
</author>
<published>2018-07-31T11:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6987fcef657710f800b05dd79ff744087b15c73d'/>
<id>6987fcef657710f800b05dd79ff744087b15c73d</id>
<content type='text'>
... and add "MAILINDEX".

As described in #2789, this is a suggested solution.  Changing UID=xx to
actually get mail with UID xx and add "MAILINDEX" to get a mail with a
special index in the mail box (old behavior).  So MAILINDEX=1 gives the
first non deleted mail in the mail box.

Fixes #2789
Closes #2815
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and add "MAILINDEX".

As described in #2789, this is a suggested solution.  Changing UID=xx to
actually get mail with UID xx and add "MAILINDEX" to get a mail with a
special index in the mail box (old behavior).  So MAILINDEX=1 gives the
first non deleted mail in the mail box.

Fixes #2789
Closes #2815
</pre>
</div>
</content>
</entry>
<entry>
<title>CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size</title>
<updated>2018-09-06T08:53:39+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-08-18T14:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2825f46d950ca9b0e269ed8dc6a97c5238a17c30'/>
<id>2825f46d950ca9b0e269ed8dc6a97c5238a17c30</id>
<content type='text'>
This is step 3 of #2888.

Fixes #2888
Closes #2896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is step 3 of #2888.

Fixes #2888
Closes #2896
</pre>
</div>
</content>
</entry>
<entry>
<title>curl: --doh-url added</title>
<updated>2018-09-06T07:17:25+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-06T07:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5ffbb63e4271b7df05f0bfc31d0696745f028e76'/>
<id>5ffbb63e4271b7df05f0bfc31d0696745f028e76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setopt: add CURLOPT_DOH_URL</title>
<updated>2018-09-06T07:17:17+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-06T07:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=abff183387ae7e4a0bb7cbdd653ff64aeb1840a7'/>
<id>abff183387ae7e4a0bb7cbdd653ff64aeb1840a7</id>
<content type='text'>
Closes #2668
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2668
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code</title>
<updated>2018-09-06T06:27:15+00:00</updated>
<author>
<name>Han Han</name>
<email>hhan@thousandeyes.com</email>
</author>
<published>2018-08-22T18:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=3f3b26d6feb0667714902e836af608094235fca2'/>
<id>3f3b26d6feb0667714902e836af608094235fca2</id>
<content type='text'>
Long live CURLE_PEER_FAILED_VERIFICATION
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Long live CURLE_PEER_FAILED_VERIFICATION
</pre>
</div>
</content>
</entry>
<entry>
<title>CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated</title>
<updated>2018-09-06T06:24:54+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-04T22:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7c5837e79280e6abb3ae143dfc49bca5e74cdd11'/>
<id>7c5837e79280e6abb3ae143dfc49bca5e74cdd11</id>
<content type='text'>
Disable the CURLOPT_DNS_USE_GLOBAL_CACHE option and mark it for
deprecation and complete removal in six months.

Bug: https://curl.haxx.se/mail/lib-2018-09/0010.html
Closes #2942
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable the CURLOPT_DNS_USE_GLOBAL_CACHE option and mark it for
deprecation and complete removal in six months.

Bug: https://curl.haxx.se/mail/lib-2018-09/0010.html
Closes #2942
</pre>
</div>
</content>
</entry>
<entry>
<title>url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled</title>
<updated>2018-09-05T12:36:19+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-05T12:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=25fd1057c9c86e32d43fce147e80f47f6b385c84'/>
<id>25fd1057c9c86e32d43fce147e80f47f6b385c84</id>
<content type='text'>
Closes #2709
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2709
</pre>
</div>
</content>
</entry>
<entry>
<title>multiplex: enable by default</title>
<updated>2018-09-05T12:35:57+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-05T12:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d7c4213bd0cfd16054fa75a887d3e1a9a796cb53'/>
<id>d7c4213bd0cfd16054fa75a887d3e1a9a796cb53</id>
<content type='text'>
Starting 7.62.0, multiplexing is enabled by default in multi handles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting 7.62.0, multiplexing is enabled by default in multi handles.
</pre>
</div>
</content>
</entry>
<entry>
<title>pipelining: deprecated</title>
<updated>2018-09-05T09:34:03+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-05T09:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f7208df7d9d5cd5e15e2d89237e828f32b63f135'/>
<id>f7208df7d9d5cd5e15e2d89237e828f32b63f135</id>
<content type='text'>
Transparently. The related curl_multi_setopt() options all still returns
OK when pipelining is selected.

To re-enable the support, the single line change in lib/multi.c needs to
be reverted.

See docs/DEPRECATE.md

Closes #2705
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Transparently. The related curl_multi_setopt() options all still returns
OK when pipelining is selected.

To re-enable the support, the single line change in lib/multi.c needs to
be reverted.

See docs/DEPRECATE.md

Closes #2705
</pre>
</div>
</content>
</entry>
</feed>
