<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/libcurl, branch bagder/configure-dis-https-proxy</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>setopt: return CURLE_BAD_FUNCTION_ARGUMENT on bad argument</title>
<updated>2020-09-22T07:04:13+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-21T21:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a8e08a87dff8aeb91472c7064b8d19ca5c8ba318'/>
<id>a8e08a87dff8aeb91472c7064b8d19ca5c8ba318</id>
<content type='text'>
Fixed two return code mixups. CURLE_UNKNOWN_OPTION is saved for when the
option is, yeah, not known. Clarified this in the setopt man page too.

Closes #5993
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed two return code mixups. CURLE_UNKNOWN_OPTION is saved for when the
option is, yeah, not known. Clarified this in the setopt man page too.

Closes #5993
</pre>
</div>
</content>
</entry>
<entry>
<title>man pages: switch to https://example.com URLs</title>
<updated>2020-09-17T14:28:18+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-16T21:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=83cc96670811cd0e6cccbf78d2b21bbeb2e4ea45'/>
<id>83cc96670811cd0e6cccbf78d2b21bbeb2e4ea45</id>
<content type='text'>
Since HTTPS is "the new normal", this update changes a lot of man page
examples to use https://example.com instead of the previous "http://..."

Closes #5969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since HTTPS is "the new normal", this update changes a lot of man page
examples to use https://example.com instead of the previous "http://..."

Closes #5969
</pre>
</div>
</content>
</entry>
<entry>
<title>curl_mime_headers.3: fix the example's use of curl_slist_append</title>
<updated>2020-09-08T20:51:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-08T15:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=36f60494aea504b269e740af49135c967813e5b1'/>
<id>36f60494aea504b269e740af49135c967813e5b1</id>
<content type='text'>
Reported-by: sofaboss on github
Fixes #5942
Closes #5943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: sofaboss on github
Fixes #5942
Closes #5943
</pre>
</div>
</content>
</entry>
<entry>
<title>tls: add CURLOPT_SSL_EC_CURVES and --curves</title>
<updated>2020-08-30T15:24:04+00:00</updated>
<author>
<name>Michael Baentsch</name>
<email>57787676+baentsch@users.noreply.github.com</email>
</author>
<published>2020-08-29T12:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ede125b7b7ca8fc5a1fe3d7c1aee6bff2ea0bf24'/>
<id>ede125b7b7ca8fc5a1fe3d7c1aee6bff2ea0bf24</id>
<content type='text'>
Closes #5892
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5892
</pre>
</div>
</content>
</entry>
<entry>
<title>TLS: fix SRP detection by using the proper #ifdefs</title>
<updated>2020-08-28T12:13:05+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-27T10:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=68a51324740945f1da9758bc1d26bbe4835bd847'/>
<id>68a51324740945f1da9758bc1d26bbe4835bd847</id>
<content type='text'>
USE_TLS_SRP will be true if *any* selected TLS backend can use SRP

HAVE_OPENSSL_SRP is defined when OpenSSL can use it

HAVE_GNUTLS_SRP is defined when GnuTLS can use it

Clarify in the curl_verison_info docs that CURL_VERSION_TLSAUTH_SRP is
set if at least one of the supported backends offers SRP.

Reported-by: Stefan Strogin
Fixes #5865
Closes #5870
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
USE_TLS_SRP will be true if *any* selected TLS backend can use SRP

HAVE_OPENSSL_SRP is defined when OpenSSL can use it

HAVE_GNUTLS_SRP is defined when GnuTLS can use it

Clarify in the curl_verison_info docs that CURL_VERSION_TLSAUTH_SRP is
set if at least one of the supported backends offers SRP.

Reported-by: Stefan Strogin
Fixes #5865
Closes #5870
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: non-existing macros in man pages</title>
<updated>2020-08-27T21:07:53+00:00</updated>
<author>
<name>Alessandro Ghedini</name>
<email>alessandro@ghedini.me</email>
</author>
<published>2020-08-24T08:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0ac310a825c5333cd1586ad0cab55f3d6bef3ecc'/>
<id>0ac310a825c5333cd1586ad0cab55f3d6bef3ecc</id>
<content type='text'>
As reported by man(1) when invoked as:

  man --warnings -E UTF-8 -l -Tutf8 -Z &lt;file&gt; &gt;/dev/null

Closes #5846
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As reported by man(1) when invoked as:

  man --warnings -E UTF-8 -l -Tutf8 -Z &lt;file&gt; &gt;/dev/null

Closes #5846
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/libcurl: update "Added in" version for curl_easy_option*</title>
<updated>2020-08-27T14:13:41+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-27T14:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0da301a082ada33215f41ba54735e310e05a9075'/>
<id>0da301a082ada33215f41ba54735e310e05a9075</id>
<content type='text'>
Follow-up to 6ebe63fac23f38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to 6ebe63fac23f38
</pre>
</div>
</content>
</entry>
<entry>
<title>options: API for meta-data about easy options</title>
<updated>2020-08-27T12:17:36+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-26T06:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6ebe63fac23f38df911edc348e8ccc72280f9434'/>
<id>6ebe63fac23f38df911edc348e8ccc72280f9434</id>
<content type='text'>
 const struct curl_easyoption *curl_easy_option_by_name(const char *name);

 const struct curl_easyoption *curl_easy_option_by_id (CURLoption id);

 const struct curl_easyoption *
 curl_easy_option_next(const struct curl_easyoption *prev);

The purpose is to provide detailed enough information to allow for
example libcurl bindings to get option information at run-time about
what easy options that exist and what arguments they expect.

Assisted-by: Jeroen Ooms
Closes #5365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 const struct curl_easyoption *curl_easy_option_by_name(const char *name);

 const struct curl_easyoption *curl_easy_option_by_id (CURLoption id);

 const struct curl_easyoption *
 curl_easy_option_next(const struct curl_easyoption *prev);

The purpose is to provide detailed enough information to allow for
example libcurl bindings to get option information at run-time about
what easy options that exist and what arguments they expect.

Assisted-by: Jeroen Ooms
Closes #5365
</pre>
</div>
</content>
</entry>
<entry>
<title>sftp: add the option CURLKHSTAT_FINE_REPLACE</title>
<updated>2020-08-24T15:26:08+00:00</updated>
<author>
<name>Michael Musset</name>
<email>mickamusset@gmail.com</email>
</author>
<published>2020-07-15T14:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ebc6c54c74fc65abf1385f7206caf766847f4302'/>
<id>ebc6c54c74fc65abf1385f7206caf766847f4302</id>
<content type='text'>
Replace the old fingerprint of the host with a new.

Closes #5685
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the old fingerprint of the host with a new.

Closes #5685
</pre>
</div>
</content>
</entry>
<entry>
<title>sftp: add new quote commands 'atime' and 'mtime'</title>
<updated>2020-08-24T07:01:56+00:00</updated>
<author>
<name>COFFEETALES</name>
<email>coffeetales.net@gmail.com</email>
</author>
<published>2020-08-13T23:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=fab51852751598a9eccde6615d62194ab6840adc'/>
<id>fab51852751598a9eccde6615d62194ab6840adc</id>
<content type='text'>
Closes #5810
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5810
</pre>
</div>
</content>
</entry>
</feed>
