23a17e03 | 21-Jan-2020 |
Daniel Stenberg |
copyright: fix year ranges follow-up from dea17b519d (one of these days I'll learn to check before I push) |
dea17b51 | 21-Jan-2020 |
nao |
http: move "oauth_bearer" from connectdata to Curl_easy Fixes the bug where oauth_bearer gets deallocated when we re-use a connection. Closes #4824 |
1774dbd7 | 21-Jan-2020 |
Emil Engler |
curl: Let -D merge headers in one file again Closes #4762 Fixes #4753 |
81e1b1ec | 21-Jan-2020 |
Daniel Stenberg |
data.d: remove "Multiple files can also be specified" It is superfluous and could even be misleading. Bug: https://curl.haxx.se/mail/archive-2020-01/0016.html Reported-by: Mike
data.d: remove "Multiple files can also be specified" It is superfluous and could even be misleading. Bug: https://curl.haxx.se/mail/archive-2020-01/0016.html Reported-by: Mike Norton Closes #4832
show more ...
|
295ea5f6 | 14-Jan-2020 |
Marcel Raad |
CMake: support specifying the target Windows version Previously, it was only possible to set it to Windows Vista or XP by setting the option `ENABLE_INET_PTON` to `ON` resp. `OFF`. U
CMake: support specifying the target Windows version Previously, it was only possible to set it to Windows Vista or XP by setting the option `ENABLE_INET_PTON` to `ON` resp. `OFF`. Use a new cache variable `CURL_TARGET_WINDOWS_VERSION` to be able to explicitly set the target Windows version. `ENABLE_INET_PTON` is ignored in this case. Ref: https://github.com/curl/curl/pull/1639#issuecomment-313039352 Ref: https://github.com/curl/curl/pull/4607#issuecomment-557541456 Closes https://github.com/curl/curl/pull/4815
show more ...
|
ff807c16 | 20-Jan-2020 |
Daniel Stenberg |
http.h: Copyright year out of date, should be 2020 Follow-up to 7ff9222ced8c |
7ff9222c | 14-Jan-2020 |
加藤郁之 |
HTTP: increase EXPECT_100_THRESHOLD to 1Mb Mentioned: https://curl.haxx.se/mail/lib-2020-01/0050.html Closes #4814 |
c275aa99 | 17-Jan-2020 |
Daniel Stenberg |
ROADMAP: thread-safe `curl_global_init()` I'd like to see this happen. |
a7ded055 | 17-Jan-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
59c1caf7 | 16-Jan-2020 |
Daniel Stenberg |
wolfssl: use the wc-prefixed symbol alternatives The symbols without wc_ prefix are not always provided. Ref: https://github.com/wolfSSL/wolfssl/issues/2744 Closes #4827 |
6357a19f | 16-Jan-2020 |
Daniel Stenberg |
polarssl: removed As detailed in DEPRECATE.md, the polarssl support is now removed after having been disabled for 6 months and nobody has missed it. The threadlock files used by
polarssl: removed As detailed in DEPRECATE.md, the polarssl support is now removed after having been disabled for 6 months and nobody has missed it. The threadlock files used by mbedtls are renamed to an 'mbedtls' prefix instead of the former 'polarssl' and the common functions that previously were shared between mbedtls and polarssl and contained the name 'polarssl' have now all been renamed to instead say 'mbedtls'. Closes #4825
show more ...
|
6f69edf9 | 15-Jan-2020 |
Marcel Raad |
libssh2: fix variable type This led to a conversion warning on 64-bit MinGW, which has 32-bit `long` but 64-bit `size_t`. Closes https://github.com/curl/curl/pull/4823 |
c2feed05 | 14-Jan-2020 |
Daniel Stenberg |
curl:progressbarinit: ignore column width from terminals < 20 To avoid division by zero - or other issues. Reported-by: Daniel Marjamäki Closes #4818 |
68403cdb | 15-Jan-2020 |
Daniel Stenberg |
wolfssh: set the password correctly for PASSWORD auth |
820775a2 | 15-Jan-2020 |
Daniel Stenberg |
wolfssh: remove fprintf() calls (and uses of __func__) |
be578eea | 11-Jan-2020 |
Marcel Raad |
CMake: use check_symbol_exists also for inet_pton It doesn't make much sense to only check if the function can be linked when it's not declared in any header and that is treated as an er
CMake: use check_symbol_exists also for inet_pton It doesn't make much sense to only check if the function can be linked when it's not declared in any header and that is treated as an error. With the correct target Windows version set, the function is declared in ws2tcpip.h and the comment above the modified block is invalid. Also, move the definition of `_WIN32_WINNT` up to before all symbol availability checks so that we don't have to care which ones must be done after it. Tested with Visual Studio 2019 and current MinGW-w64. Closes https://github.com/curl/curl/pull/4808
show more ...
|
16da8bcd | 13-Jan-2020 |
Jay Satiro |
schannel_verify: Fix alt names manual verify for UNICODE builds Follow-up to 29e40a6 from two days ago, which added that feature for Windows 7 and earlier. The bug only occurred in same.
schannel_verify: Fix alt names manual verify for UNICODE builds Follow-up to 29e40a6 from two days ago, which added that feature for Windows 7 and earlier. The bug only occurred in same. Ref: https://github.com/curl/curl/pull/4761
show more ...
|
9d1a0922 | 10-Jan-2020 |
Daniel Stenberg |
HTTP-COOKIES.md: describe the cookie file format ... and refer to that file from from CURLOPT_COOKIEFILE.3 and CURLOPT_COOKIELIST.3 Assisted-by: Jay Satiro Reported-by: bsam
HTTP-COOKIES.md: describe the cookie file format ... and refer to that file from from CURLOPT_COOKIEFILE.3 and CURLOPT_COOKIELIST.3 Assisted-by: Jay Satiro Reported-by: bsammon on github Fixes #4805 Closes #4806
show more ...
|
4ccf7622 | 09-Jan-2020 |
Tobias Hieta |
CMake: Add support for CMAKE_LTO option. This enables Link Time Optimization. LTO is a proven technique for optimizing across compilation units. Closes #4799 |
f128c00a | 13-Jan-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
96075328 | 05-Jan-2020 |
Daniel Stenberg |
ConnectionExists: respect the max_concurrent_streams limits A regression made the code use 'multiplexed' as a boolean instead of the counter it is intended to be. This made curl try to "
ConnectionExists: respect the max_concurrent_streams limits A regression made the code use 'multiplexed' as a boolean instead of the counter it is intended to be. This made curl try to "over-populate" connections with new streams. This regression came with 41fcdf71a1, shipped in curl 7.65.0. Also, respect the CURLMOPT_MAX_CONCURRENT_STREAMS value in the same check. Reported-by: Kunal Ekawde Fixes #4779 Closes #4784
show more ...
|
4431ed24 | 13-Jan-2020 |
Daniel Stenberg |
curl: make #0 not output the full URL It was not intended nor documented! Added test 1176 to verify. Reported-by: vshmuk on hackerone Closes #4812 |
6773c7ca | 05-Jan-2020 |
Daniel Stenberg |
wolfSSH: new SSH backend Adds support for SFTP (not SCP) using WolfSSH. Closes #4231 |
ad0aa27a | 11-Jan-2020 |
Daniel Stenberg |
curl: remove 'config' field from OutStruct As it was just unnecessary duplicated information already stored in the 'per_transfer' struct and that's around mostly anyway. The dup
curl: remove 'config' field from OutStruct As it was just unnecessary duplicated information already stored in the 'per_transfer' struct and that's around mostly anyway. The duplicated pointer caused problems when the code flow was aborted before the dupe was filled in and could cause a NULL pointer access. Reported-by: Brian Carpenter Fixes #4807 Closes #4810
show more ...
|
29babeaf | 12-Jan-2020 |
Daniel Stenberg |
misc: Copyright year out of date, should be 2020 Follow-up to recent commits [skip ci] |