0b7735c4 | 06-Mar-2020 |
Daniel Stenberg |
transfer: set correct copyright year range |
6f17df7a | 05-Mar-2020 |
Daniel Stenberg |
urldata: remove the 'stream_was_rewound' connectdata struct member ... as it is never set anywhere. Follow-up to 2f44e94ef Closes #5046 |
8aa04e9a | 05-Mar-2020 |
Daniel Stenberg |
Revert "pause: force-drain the transfer on unpause" This reverts commit fa0216b294af4c7113a9040ca65eefc7fc18ac1c (from #5000) Clearly that didn't solve the problem correctly.
Revert "pause: force-drain the transfer on unpause" This reverts commit fa0216b294af4c7113a9040ca65eefc7fc18ac1c (from #5000) Clearly that didn't solve the problem correctly. Reported-by: Christopher Reid Reopens #4966 Fixes #5044
show more ...
|
32a28dc2 | 05-Mar-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced and bumped curlver.h |
a52a1a05 | 05-Mar-2020 |
Daniel Stenberg |
MANUAL: update a dict-using command line The 'web1913' database is now invalid, use 'gcide' instead. |
beea6f8b | 05-Mar-2020 |
Daniel Stenberg |
KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOS Closes #3841 |
52d302ed | 04-Mar-2020 |
Daniel Stenberg |
polarssl: remove more references and mentions Assisted-by: Jay Satiro Follow-up to 6357a19ff29dac04 Closes #5036 |
30f73600 | 04-Mar-2020 |
Marc Hoersken |
tests: wrap ignored test failures in braces |
3c1b9145 | 04-Mar-2020 |
Marc Hoersken |
tests: align some Windows sleep defines with each other |
9aaca090 | 04-Mar-2020 |
Marc Hoersken |
tests: try to make sleeping portable by avoiding select select does not support just waiting on Windows: https://perldoc.perl.org/perlport.html#select Reviewed-By: Daniel Stenbe
tests: try to make sleeping portable by avoiding select select does not support just waiting on Windows: https://perldoc.perl.org/perlport.html#select Reviewed-By: Daniel Stenberg Closes #5035
show more ...
|
1eecb0e0 | 03-Mar-2020 |
Daniel Stenberg |
runtests.1: rephrase how to specify what tests to run Also mention the new tilde-prefixed way to ignore test results. Reviewed-By: Marc Hoersken Closes #5033 |
691b71be | 03-Mar-2020 |
Daniel Stenberg |
cirrus-ci: disable the FreeBSD 13 builds FreeBSD 13.0 is apparently close to a year away from a stable release and has proven to cause intermittent builds failures recently. Ass
cirrus-ci: disable the FreeBSD 13 builds FreeBSD 13.0 is apparently close to a year away from a stable release and has proven to cause intermittent builds failures recently. Assisted-by: Dan Fandrich Assisted-by: Fedor Korotkov Fixes #5028 Closes #5029
show more ...
|
b8d13668 | 29-Feb-2020 |
Daniel Stenberg |
RELEASE-NOTES: 7.69.0 |
b44f18f1 | 29-Feb-2020 |
Daniel Stenberg |
THANKS: from 7.69.0 Now sorted case insensitive |
e7c144f1 | 03-Mar-2020 |
Marc Hoersken |
ci/tests: fix escaping of testnames and disable proxy for CI APIs Follow up to ada581f and c0d8b96 Closes #5031 |
e4b4ccbc | 03-Mar-2020 |
Jay Satiro |
cmake: Show HTTPS-proxy in the features output - Show HTTPS-proxy in the features output for those backends that support it: OpenSSL, GnuTLS and NSS. Prior to this change HTTP
cmake: Show HTTPS-proxy in the features output - Show HTTPS-proxy in the features output for those backends that support it: OpenSSL, GnuTLS and NSS. Prior to this change HTTPS-proxy was missing from the cmake features output even if curl was built with it. Only cmake output was affected. Both the library and tool correctly reported the feature. Bug: https://curl.haxx.se/mail/lib-2020-03/0008.html Reported-by: David Lopes Closes https://github.com/curl/curl/pull/5025
show more ...
|
119ea453 | 02-Mar-2020 |
Marc Hoersken |
ci/tests: Make it possible to still run but ignore failing tests This enables the development of a solution for the failing tests by running them on CI while ignoring their result for th
ci/tests: Make it possible to still run but ignore failing tests This enables the development of a solution for the failing tests by running them on CI while ignoring their result for the overall status. Closes #4994
show more ...
|
86ceb9b0 | 03-Mar-2020 |
Marc Hoersken |
README.md: add Azure DevOps Pipelines build status badge |
3feb60d2 | 03-Mar-2020 |
Marc Hoersken |
ci/tests: Move CI test result creation above environment setup This avoids using our test servers as proxy to the AppVeyor API. Closes #5022 |
c0d8b96f | 03-Mar-2020 |
Marc Hoersken |
ci/tests: Send test results to AppVeyor for status overview Closes #5021 |
b572e0be | 03-Mar-2020 |
Daniel Stenberg |
Revert "sha256: Added SecureTransport implementation" This reverts commit 4feb38deed33fed14ff7c370a6a9153c661dbb9c (from #4956) That commit broke test 1610 on macos builds without T
Revert "sha256: Added SecureTransport implementation" This reverts commit 4feb38deed33fed14ff7c370a6a9153c661dbb9c (from #4956) That commit broke test 1610 on macos builds without TLS. Closes #5027
show more ...
|
c537b005 | 03-Mar-2020 |
Daniel Stenberg |
dist: include tests/azure.pm in the tarball Bug: https://github.com/curl/curl/commit/ada581f2cc32f48c1629b729707ac19208435b27#commitcomment-37601589 Reported-by: Marcel Raad |
18901c7b | 02-Mar-2020 |
Steve Holme |
configure.ac: Disable metalink if mbedTLS is specified Follow up to cdcc9df1 and #5006. Even though I mentioned mbedTLS as being one of the backends that metalink needs to be disabled fo
configure.ac: Disable metalink if mbedTLS is specified Follow up to cdcc9df1 and #5006. Even though I mentioned mbedTLS as being one of the backends that metalink needs to be disabled for, I seem to have included it in the list of allowed SSL/TLS backends in comnfigure.ac :( Closes #5013
show more ...
|
e6322feb | 25-Feb-2020 |
Steve Holme |
sha256: Tidy up following recent changes Reviewed-by: Daniel Stenberg Closes #4956 |
f22a5c35 | 20-Feb-2020 |
Steve Holme |
sha256: Added WinCrypt implementation |