d753cfc1 | 01-Mar-2020 |
Marc Hoersken |
ci/tests: Fix typo in previous commit 597cf2 |
597cf2f1 | 01-Mar-2020 |
Marc Hoersken |
ci/tests: Make sure that the AZURE_ACCESS_TOKEN is available For security reasons the access token is not available to PR builds. Therefore we should not try to use the DevOps API with a
ci/tests: Make sure that the AZURE_ACCESS_TOKEN is available For security reasons the access token is not available to PR builds. Therefore we should not try to use the DevOps API with an empty token.
show more ...
|
d6e3273b | 29-Feb-2020 |
Daniel Stenberg |
build: remove all HAVE_OPENSSL_ENGINE_H defines ... as there's nothing in the code that actually uses the define! The last reference was removed in 38203f158. Closes #5007 |
fc9312f7 | 24-Feb-2020 |
Rolf Eike Beer |
CMake: clean up and improve build procedures - remove check for unsupported old CMake versions - do not link to c-ares library twice - modernize custom Find modules
CMake: clean up and improve build procedures - remove check for unsupported old CMake versions - do not link to c-ares library twice - modernize custom Find modules - FindLibSSH2: - pass version to FPHSA to show it in the output - use LIBSSH2_VERSION define to extract the version number in one shot. This variable exists in the header for 10 years. - remove unneeded code - FindNGHTTP2.cmake: - drop needless FPHSA argument - mark found variables as advanced - FindNSS.cmake: - show version number - FindCARES.cmake: - drop default paths - use FPHSA instead of checking things by hand - remove needless explict variable dereference - simplify count_true() - allow all policies up to version 3.16 to be set to NEW - do not rerun check for -Wstrict-aliasing=3 every time In contrast to every other compiler flag this has a = in it, which CMake can't have in a variable name. - only read the interesting strings from curlver.h Reviewed-by: Peter Wu Closes https://github.com/curl/curl/pull/4975
show more ...
|
711f022c | 29-Feb-2020 |
Jay Satiro |
runtests: fix output to command log - Record only the command of the most recently ran test in the command log. This is a follow-up to 02988b7 from several weeks ago which fix
runtests: fix output to command log - Record only the command of the most recently ran test in the command log. This is a follow-up to 02988b7 from several weeks ago which fixed writing to the command log, however it saved all commands for all tests instead of just the most recently ran test as we would now expect. Fixes https://github.com/curl/curl/commit/02988b7#commitcomment-37546876 Closes https://github.com/curl/curl/pull/5001
show more ...
|
a2ad2787 | 29-Feb-2020 |
Steve Holme |
polarssl: Additional removal Follow up to 6357a19f. Reviewed-by: Daniel Stenberg Closes #5004 |
5b46790f | 29-Feb-2020 |
Jonathan Cardoso Machado |
docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always Reviewed-by: Steve Holme Closes #5005 |
1d421de9 | 25-Feb-2020 |
Steve Holme |
md5: Added implementation for mbedTLS Reviewed-by: Jay Satiro Closes #4980 |
5aea558d | 25-Feb-2020 |
Steve Holme |
md5: Use pointer notation for array parameters in GnuTLS implementation |
f0ec0e90 | 26-Feb-2020 |
Steve Holme |
md4: Use non-deprecated functions in mbedTLS >= 2.7.0 Closes #4983 |
ada581f2 | 22-Feb-2020 |
Marc Hoersken |
ci/tests: Send test results to Azure DevOps for reporting |
fa0216b2 | 28-Feb-2020 |
Daniel Stenberg |
pause: force-drain the transfer on unpause ... since the socket might not actually be readable anymore when for example the data is already buffered in the TLS layer. Fixes #496
pause: force-drain the transfer on unpause ... since the socket might not actually be readable anymore when for example the data is already buffered in the TLS layer. Fixes #4966 Reported-by: Anders Berg Closes #5000
show more ...
|
0e06c163 | 28-Feb-2020 |
Daniel Stenberg |
TODO: curl --proxycommand Suggested-by: Kristian Mide Closes #4941 |
aeb29230 | 28-Feb-2020 |
Daniel Stenberg |
smtp: overwriting 'from' leaks memory Detected by Coverity. CID 1418139. Also, make sure to return error if the new 'from' allocation fails. Closes #4997 |
ea1b2eb9 | 28-Feb-2020 |
Daniel Stenberg |
CIfuzz: switch off 'dry_run' mode Follow-up from #4960: now make it fail if it detects problems. Closes #4998 |
513b5387 | 28-Feb-2020 |
Marc Hoersken |
ci/tests: Increase timeouts of Windows builds due to new tests Recently added tests increased their runtime above the limit of 60min. |
1f114be6 | 27-Feb-2020 |
Marc Hoersken |
ci/tests: align Azure Pipeline job names with each other |
f093dcc3 | 22-Feb-2020 |
Marc Hoersken |
ci/tests: Add Windows builds via Azure Pipelines using Docker |
8c7c4a62 | 29-Jan-2020 |
Marc Hoersken |
tests: fix Python 3 compatibility of smbserver.py |
02988b70 | 11-Feb-2020 |
Daniel Stenberg |
runtests: restore the command log The log file with all command lines for the invoked command lines is now called logs/commands.log Fixes #4911 Closes #4989 |
81ade13c | 27-Feb-2020 |
Daniel Stenberg |
smtp: fix memory leak on exit path Detected by Coverity. CID 1418139. "leaked_storage: Variable 'from' going out of scope leaks the storage it points to" Closes #4990 |
9d589310 | 27-Feb-2020 |
Steve Holme |
gtls: Fixed compilation when using GnuTLS < 3.5.0 Reverts the functionality from 41fcb4f when compiling with GnuTLS older than 3.5.0. Reviewed-by: Daniel Stenberg Closes #49
gtls: Fixed compilation when using GnuTLS < 3.5.0 Reverts the functionality from 41fcb4f when compiling with GnuTLS older than 3.5.0. Reviewed-by: Daniel Stenberg Closes #4984
show more ...
|
7c3c5492 | 27-Feb-2020 |
Steve Holme |
RELEASE-NOTES: Corrected the link to issue #4892 |
1d1e9e8a | 27-Feb-2020 |
Daniel Stenberg |
Curl_is_ASCII_name: handle a NULL argument Make the function tolerate a NULL pointer input to avoid dereferencing that pointer. Follow-up to efce3ea5a85126d Detected by OSS-
Curl_is_ASCII_name: handle a NULL argument Make the function tolerate a NULL pointer input to avoid dereferencing that pointer. Follow-up to efce3ea5a85126d Detected by OSS-Fuzz Reviewed-By: Steve Holme Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20907 Fixes #4985 Closes #4986
show more ...
|
9faa0d2b | 27-Feb-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |