- Mar 05, 2018
-
-
Daniel Stenberg authored
-
- Mar 04, 2018
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... so that the CI and more detects compiler warnings/errors properly! Closes #2337
-
- Feb 26, 2018
-
-
Daniel Stenberg authored
Fixes #2342
-
- Feb 23, 2018
-
-
Viktor Szakats authored
Detected using the `codespell` tool. Also contains one URL protocol upgrade. Closes https://github.com/curl/curl/pull/2334
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 22, 2018
-
-
Daniel Stenberg authored
-
Francisco Sedano authored
- Add new option CURLOPT_RESOLVER_START_FUNCTION to set a callback that will be called every time before a new resolve request is started (ie before a host is resolved) with a pointer to backend-specific resolver data. Currently this is only useful for ares. - Add new option CURLOPT_RESOLVER_START_DATA to set a user pointer to pass to the resolver start callback. Closes https://github.com/curl/curl/pull/2311
-
- Feb 21, 2018
-
-
Jay Satiro authored
- In keeping with the naming of our other connect timeout options rename CURLOPT_HAPPY_EYEBALLS_TIMEOUT to CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS. This change adds the _MS suffix since the option expects milliseconds. This is more intuitive for our users since other connect timeout options that expect milliseconds use _MS such as CURLOPT_TIMEOUT_MS, CURLOPT_CONNECTTIMEOUT_MS, CURLOPT_ACCEPTTIMEOUT_MS. The tool option already uses an -ms suffix, --happy-eyeballs-timeout-ms. Follow-up to 2427d94c which added the lib and tool option yesterday. Ref: https://github.com/curl/curl/pull/2260
-
- Feb 20, 2018
-
-
Daniel Stenberg authored
-
Anders Bakken authored
- Add new option CURLOPT_HAPPY_EYEBALLS_TIMEOUT to set libcurl's happy eyeball timeout value. - Add new optval macro CURL_HET_DEFAULT to represent the default happy eyeballs timeout value (currently 200 ms). - Add new tool option --happy-eyeballs-timeout-ms to expose CURLOPT_HAPPY_EYEBALLS_TIMEOUT. The -ms suffix is used because the other -timeout options in the tool expect seconds not milliseconds. Closes https://github.com/curl/curl/pull/2260
-
Daniel Stenberg authored
-
Anders Bakken authored
This enables users to preresolve but still take advantage of happy eyeballs and trying multiple addresses if some are not connecting. Ref: https://github.com/curl/curl/pull/2260
-
-
- Feb 18, 2018
-
-
Daniel Stenberg authored
removed SSLKEYLOGFILE support (fixed) removed "consider SSL patches" (outdated) Closes #2310
-
- Feb 16, 2018
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Reported-by: Erik Johansson Bug: https://github.com/curl/curl/commit/d9392268131c1b8d18dec3fa30e0bded833a5db7#commitcomment-27607495
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Also expanded the CURL_REFUSE_CLEARTEXT section with more ideas.
-
Daniel Stenberg authored
-
- Feb 15, 2018
-
-
Daniel Stenberg authored
This reverts commit de9fac00. Reported-by: Jay Satiro
-
Daniel Stenberg authored
Closes #1603
-
Daniel Stenberg authored
Closes #1254
-
Björn Stenberg authored
Closes #2302
-
- Feb 14, 2018
-
-
Daniel Stenberg authored
Reported-by: Klaus Stein
-
- Feb 13, 2018
-
-
Daniel Stenberg authored
... just to make it more apparent. Even if it repeats some pieces of information.
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
To make more accessible. Merged in some new language from "URLs are dangerous things" as discussed on the mailing list a few days ago: Bug: https://curl.haxx.se/mail/lib-2018-02/0013.html
-
- Feb 12, 2018
-
-
Kamil Dudka authored
Bug: https://bugzilla.redhat.com/1542256 Closes #2306
-
- Jan 30, 2018
-
-
Daniel Stenberg authored
... since commit 993dd565 Reported-by: Martin Dreher Bug: https://github.com/curl/curl/pull/2242#issuecomment-361059228 Closes #2271
-
Daniel Stenberg authored
... with the introduction of CURLOPT_TIMEVALUE_LARGE and CURLINFO_FILETIME_T. Fixes #2238 Closes #2264
-
Daniel Stenberg authored
To verify a proxy's public key. For when using HTTPS proxies. Fixes #2192 Closes #2268
-
- Jan 28, 2018
-
-
Daniel Stenberg authored
Closes #1888
-
Daniel Stenberg authored
Closes #1809
-
- Jan 27, 2018
-
-
Alessandro Ghedini authored
Closes https://github.com/curl/curl/pull/2266
-
- Jan 25, 2018
-
-
Travis Burtrum authored
inadvertently removed in 283babfa Closes #2263
-