- May 12, 2019
-
-
Marcel Raad authored
Codacy/CppCheck warns about this. Consistently use parentheses as we already do in some places to silence the warning. Closes https://github.com/curl/curl/pull/3866
-
Marcel Raad authored
I broke it in d1b5cf83 and 97de97da. Reported-by: Viktor Szakats Ref: https://github.com/curl/curl/commit/97de97daefc2ed084c91eff34af2426f2e55e134#commitcomment-33499044 Closes https://github.com/curl/curl/pull/3868
-
- May 11, 2019
-
-
Steve Holme authored
Missed in f0bdd72c. Closes #3867
-
Steve Holme authored
Closes #3861
-
Steve Holme authored
-
Daniel Stenberg authored
-
Marcel Raad authored
I missed these in commit d1b5cf83.
-
Daniel Stenberg authored
Due to limitations in Curl_resolver_wait_resolv(), it doesn't work for DOH resolves. This fix disables DOH for those. Limitation added to KNOWN_BUGS. Fixes #3850 Closes #3857
-
Jay Satiro authored
.. because we allow snprintf use in docs/examples. Closes https://github.com/curl/curl/pull/3862
-
- May 10, 2019
-
-
Steve Holme authored
...and misalignment of these comments. From a78c61a4. Closes #3860
-
Jay Satiro authored
This reverts commit b0972bc8. - No longer show verbose output for the conncache closure handle. The offending commit was added so that the conncache closure handle would inherit verbose mode from the user's easy handle. (Note there is no way for the user to set options for the closure handle which is why that was necessary.) Other debug settings such as the debug function were not also inherited since we determined that could lead to crashes if the user's per-handle private data was used on an unexpected handle. The reporter here says he has a debug function to capture the verbose output, and does not expect or want any output to stderr; however because the conncache closure handle does not inherit the debug function the verbose output for that handle does go to stderr. There are other plausible scenarios as well such as the user redirects stderr on their handle, which is also not inherited since it could lead to crashes when used on an unexpected handle. Short of allowing the user to set options for the conncache closure handle I don't think there's much we can safely do except no longer inherit the verbose setting. Bug: https://curl.haxx.se/mail/lib-2019-05/0021.html Reported-by: Kristoffer Gleditsch Ref: https://github.com/curl/curl/pull/3598 Ref: https://github.com/curl/curl/pull/3618 Closes https://github.com/curl/curl/pull/3856
-
- May 09, 2019
-
-
Steve Holme authored
From 6012fa5a. Closes #3858
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Closes #3839
-
Kamil Dudka authored
Fixes #3726 Closes #3849
-
Kamil Dudka authored
Fixes #3726 Closes #3849
-
Steve Holme authored
There is need to use @ on every command once echo has been turned off. Closes #3854
-
Jay Satiro authored
- Do not switch to HTTP/2 for an HTTP proxy that is not tunnelling to the destination host. We already do something similar for HTTPS proxies by not sending h2. [1] Prior to this change setting CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE would incorrectly use HTTP/2 to talk to the proxy, which is not something we support (yet?). Also it's debatable whether or not that setting should apply to HTTP/2 proxies. [1]: https://github.com/curl/curl/commit/17c5d05 Bug: https://github.com/curl/curl/issues/3570 Bug: https://github.com/curl/curl/issues/3832 Closes https://github.com/curl/curl/pull/3853
-
- May 08, 2019
-
-
Marcel Raad authored
Closes https://github.com/curl/curl/pull/3842
-
Ricky Leverence authored
Older versions of OpenSSL report FIPS availabilty via an OPENSSL_FIPS define. It uses this define to determine whether to publish -fips at the end of the version displayed. Applications that utilize the version reported by OpenSSL will see a mismatch if they compare it to what curl reports, as curl is not modifying the version in the same way. This change simply adds a check to see if OPENSSL_FIPS is defined, and will alter the reported version to match what OpenSSL itself provides. This only appears to be applicable in versions of OpenSSL <1.1.1 Closes #3771
-
- May 07, 2019
-
-
Frank Gevaerts authored
Currently you can do things like --cert <(cat ./cert.crt) with (at least) the openssl backend, but that doesn't work for nss because is_file rejects fifos. I don't actually know if this is sufficient, nss might do things internally (like seeking back) that make this not work, so actual testing is needed. Closes #3807
-
- May 06, 2019
-
-
Daniel Gustafsson authored
-
Daniel Stenberg authored
Closes #3846
-
- May 05, 2019
-
-
Steve Holme authored
-
Steve Holme authored
Closes #3838
-
Daniel Stenberg authored
The zoneid can be used with IPv6 numerical addresses. Updated test 1560 to verify. Closes #3834
-
Taiyu Len authored
Closes #3837
-
- May 04, 2019
-
-
Daniel Stenberg authored
-
- May 03, 2019
-
-
Daniel Stenberg authored
Reported-by: Ricardo Gomes Bug: #3537 Closes #3836
-
Daniel Stenberg authored
The time field in the curl_fileinfo struct will always be zero. No code was ever implemented to actually convert the date string to a time_t. Fixes #3829 Closes #3835
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(and make the code style comply) Fixes #3833
-
Daniel Stenberg authored
... to make the host name "usable". Store the scope id and put it back when extracting a URL out of it. Also makes curl_url_set() syntax check CURLUPART_HOST. Fixes #3817 Closes #3822
-
- May 02, 2019
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... for functions related to pipelining. Those functions were removed in 2f44e94e. Closes #3828
-
- May 01, 2019
-
-
Yiming Jing authored
... due to SHA-1 signatures in test certs
-
Yiming Jing authored
Closes #3823 Closes #3776
-
Daniel Stenberg authored
- better log output - make sure multiplex is enabled for it to be used
-
Daniel Stenberg authored
As soon as a TLS backend gets ALPN conformation about the specific HTTP version it can now set the multiplex situation for the "bundle" and trigger moving potentially queued up transfers to the CONNECT state.
-