e6ac3ba6 | 14-Feb-2019 |
Daniel Stenberg |
KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10 Closes #2905 |
917b1bb1 | 14-Feb-2019 |
Daniel Stenberg |
KNOWN_BUGS: Deflate error after all content was received Closes #2719 |
28177def | 13-Feb-2019 |
Daniel Stenberg |
gssapi: fix deprecated header warnings Heimdal includes on FreeBSD spewed out lots of them. Less so now. Closes #3566 |
d957b61d | 14-Feb-2019 |
Daniel Stenberg |
TODO: Upgrade to websockets Closes #3523 |
885eea10 | 14-Feb-2019 |
Daniel Stenberg |
TODO: cmake test suite improvements Closes #3109 |
e916025f | 13-Feb-2019 |
Patrick Monnerat |
curl: "Dereference of null pointer" Rephrase to satisfy scan-build. |
71786c05 | 13-Feb-2019 |
Marcel Raad |
unit1307: require FTP support This test doesn't link without FTP support after fc7ab4835b5fd09d0a6f57000633bb6bb6edfda1, which made Curl_fnmatch unavailable without FTP support.
unit1307: require FTP support This test doesn't link without FTP support after fc7ab4835b5fd09d0a6f57000633bb6bb6edfda1, which made Curl_fnmatch unavailable without FTP support. Closes https://github.com/curl/curl/pull/3565
show more ...
|
a7c228ab | 13-Feb-2019 |
Daniel Stenberg |
TODO: TFO support on Windows Nobody works on this now. Closes #3378 |
bb2444b7 | 12-Feb-2019 |
Daniel Stenberg |
multi: Dereference of null pointer Mostly a false positive, but this makes the code easier to read anyway. Detected by scan-build. Closes #3563 |
59e043c5 | 12-Feb-2019 |
Daniel Stenberg |
urlglob: Argument with 'nonnull' attribute passed null Detected by scan-build. |
06480704 | 13-Feb-2019 |
Jay Satiro |
schannel: restore some debug output but only for debug builds Follow-up to 84c10dc from earlier today which wrapped a lot of the noisy debug output in DEBUGF but omitted a few lines.
schannel: restore some debug output but only for debug builds Follow-up to 84c10dc from earlier today which wrapped a lot of the noisy debug output in DEBUGF but omitted a few lines. Ref: https://github.com/curl/curl/commit/84c10dc#r32292900
show more ...
|
db239c07 | 12-Feb-2019 |
Jay Satiro |
examples/crawler: Fix the Accept-Encoding setting - Pass an empty string to CURLOPT_ACCEPT_ENCODING to use the default supported encodings. Prior to this change the specific e
examples/crawler: Fix the Accept-Encoding setting - Pass an empty string to CURLOPT_ACCEPT_ENCODING to use the default supported encodings. Prior to this change the specific encodings of gzip and deflate were set but there's no guarantee they'd be supported by the user's libcurl.
show more ...
|
179927c1 | 12-Feb-2019 |
Daniel Stenberg |
mime: put the boundary buffer into the curl_mime struct ... instead of allocating it separately and point to it. It is fixed-size and always used for each part. Closes #3561 |
84c10dc1 | 11-Feb-2019 |
Daniel Stenberg |
schannel: be quiet Convert numerous infof() calls into debug-build only messages since they are annoyingly verbose for regular applications. Removed a few. Bug: https://curl.hax
schannel: be quiet Convert numerous infof() calls into debug-build only messages since they are annoyingly verbose for regular applications. Removed a few. Bug: https://curl.haxx.se/mail/lib-2019-02/0027.html Reported-by: Volker Schmid Closes #3552
show more ...
|
aa1f1d48 | 12-Feb-2019 |
Romain Geissler |
Curl_resolv: fix a gcc -Werror=maybe-uninitialized warning Closes #3562 |
61496154 | 11-Feb-2019 |
Daniel Stenberg |
http2: multi_connchanged() moved from multi.c, only used for h2 Closes #3557 |
4854b344 | 12-Feb-2019 |
Daniel Stenberg |
curl: "Function call argument is an uninitialized value" Follow-up to cac0e4a6ad14b42471eb Detected by scan-build Closes #3560 |
a6d134e1 | 11-Feb-2019 |
Daniel Stenberg |
pretransfer: don't strlen() POSTFIELDS set for GET requests ... since that data won't be used in the request anyway. Fixes #3548 Reported-by: Renaud Allard Close #3549 |
aabc7ae5 | 11-Feb-2019 |
Daniel Stenberg |
multi: remove verbose "Expire in" ... messages Reported-by: James Brown Bug: https://curl.haxx.se/mail/archive-2019-02/0013.html Closes #3558 |
aabe0a73 | 11-Feb-2019 |
Daniel Stenberg |
mbedtls: make it build even if MBEDTLS_VERSION_C isn't set Reported-by: MAntoniak on github Fixes #3553 Closes #3556 |
5c31aebf | 12-Feb-2019 |
Daniel Gustafsson |
non-ascii.c: fix typos in comments Fix two occurrences of s/convers/converts/ spotted while reading code. |
fc7ab483 | 07-Feb-2019 |
Daniel Stenberg |
fnmatch: disable if FTP is disabled Closes #3551 |
afda140e | 07-Feb-2019 |
Daniel Stenberg |
curl_path: only enabled for SSH builds |
35a8fd28 | 08-Feb-2019 |
Frank Gevaerts |
tests: add stderr comparison to the test suite The code is more or less copied from the stdout comparison code, maybe some better reuse is possible. test 1457 is adjusted to mak
tests: add stderr comparison to the test suite The code is more or less copied from the stdout comparison code, maybe some better reuse is possible. test 1457 is adjusted to make the output actually match (by using --silent) test 506 used <stderr> without actually needing it, so that <stderr> block is removed Closes #3536
show more ...
|
cac0e4a6 | 11-Feb-2019 |
Patrick Monnerat |
cli tool: do not use mime.h private structures. Option -F generates an intermediate representation of the mime structure that is used later to create the libcurl mime structure and gener
cli tool: do not use mime.h private structures. Option -F generates an intermediate representation of the mime structure that is used later to create the libcurl mime structure and generate the --libcurl statements. Reported-by: Daniel Stenberg Fixes #3532 Closes #3546
show more ...
|