<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib, 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>DOH: add test case 1650 and 2100</title>
<updated>2018-09-06T07:17:25+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-06-19T14:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f2b1a1897537d1915ac2f840b13a8991018755c4'/>
<id>f2b1a1897537d1915ac2f840b13a8991018755c4</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>x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert</title>
<updated>2018-09-06T06:27:15+00:00</updated>
<author>
<name>Han Han</name>
<email>hhan@thousandeyes.com</email>
</author>
<published>2018-08-20T22:10:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0029aabc5620563a840ea13b313f29ea2a9b395e'/>
<id>0029aabc5620563a840ea13b313f29ea2a9b395e</id>
<content type='text'>
CURLE_PEER_FAILED_VERIFICATION makes more sense because Curl_parseX509
does not allocate memory internally as its first argument is a pointer
to the certificate structure. The same error code is also returned by
Curl_verifyhost when its call to Curl_parseX509 fails so the change
makes error handling more consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CURLE_PEER_FAILED_VERIFICATION makes more sense because Curl_parseX509
does not allocate memory internally as its first argument is a pointer
to the certificate structure. The same error code is also returned by
Curl_verifyhost when its call to Curl_parseX509 fails so the change
makes error handling more consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer</title>
<updated>2018-09-06T06:27:15+00:00</updated>
<author>
<name>Han Han</name>
<email>hhan@thousandeyes.com</email>
</author>
<published>2018-08-16T19:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=59dc83379a239d20ed04e66b650b232ed1f780aa'/>
<id>59dc83379a239d20ed04e66b650b232ed1f780aa</id>
<content type='text'>
Failure to extract the issuer name from the server certificate should
return a more specific error code like on other TLS backends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Failure to extract the issuer name from the server certificate should
return a more specific error code like on other TLS backends.
</pre>
</div>
</content>
</entry>
<entry>
<title>schannel: unified error code handling</title>
<updated>2018-09-06T06:27:15+00:00</updated>
<author>
<name>Han Han</name>
<email>hhan@thousandeyes.com</email>
</author>
<published>2018-08-16T02:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5a3efb1dba509b269953ff684f61e682fec14bf5'/>
<id>5a3efb1dba509b269953ff684f61e682fec14bf5</id>
<content type='text'>
Closes #2901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2901
</pre>
</div>
</content>
</entry>
<entry>
<title>darwinssl: more specific and unified error codes</title>
<updated>2018-09-06T06:27:15+00:00</updated>
<author>
<name>Han Han</name>
<email>hhan@thousandeyes.com</email>
</author>
<published>2018-08-14T23:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=84a23a0997dc3f1e062bd809fbe47e202fb0a193'/>
<id>84a23a0997dc3f1e062bd809fbe47e202fb0a193</id>
<content type='text'>
Closes #2901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2901
</pre>
</div>
</content>
</entry>
</feed>
