5eda54c0 | 16-Dec-2019 |
Daniel Stenberg |
azure: the macos cmake doesn't need to install cmake Error: cmake 3.15.5 is already installed To upgrade to 3.16.1, run `brew upgrade cmake`. Closes #4723 |
b0a9e3c2 | 15-Dec-2019 |
Jay Satiro |
winbuild: Document CURL_STATICLIB requirement for static libcurl A static libcurl (ie winbuild mode=static) requires that the user define CURL_STATICLIB when using it in their applicatio
winbuild: Document CURL_STATICLIB requirement for static libcurl A static libcurl (ie winbuild mode=static) requires that the user define CURL_STATICLIB when using it in their application. This is already covered in the FAQ and INSTALL.md, but is a pretty important point so now it's noted in the BUILD.WINDOWS.txt as well. Assisted-by: Michael Vittiglio Closes https://github.com/curl/curl/pull/4721
show more ...
|
1d2d3feb | 13-Dec-2019 |
Santino Keupp |
libssh2: add support for ECDSA and ed25519 knownhost keys ... if a new enough libssh2 version is present. Source: https://curl.haxx.se/mail/archive-2019-12/0023.html Co-Authored
libssh2: add support for ECDSA and ed25519 knownhost keys ... if a new enough libssh2 version is present. Source: https://curl.haxx.se/mail/archive-2019-12/0023.html Co-Authored-by: Daniel Stenberg Closes #4714
show more ...
|
38797e88 | 15-Dec-2019 |
Daniel Stenberg |
lib1591: free memory properly on OOM, in the trailers callback Detected by torture tests. Closes #4720 |
571f2c81 | 13-Dec-2019 |
Daniel Stenberg |
runtests: --repeat=[num] to repeat tests Closes #4715 |
024981cd | 14-Dec-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
69ed88f4 | 13-Dec-2019 |
Daniel Stenberg |
azure: add a torture test on mac Uses --shallow=25 to keep it small enough to get through in time. Closes #4712 |
29ca9fc5 | 13-Dec-2019 |
Daniel Stenberg |
multi: free sockhash on OOM This would otherwise leak memory in the error path. Detected by torture test 1540. Closes #4713 |
38ad9ea1 | 09-Dec-2019 |
Marcel Raad |
tests: use DoH feature for DoH tests Previously, http/2 was used instead. Assisted-by: Jay Satiro Closes https://github.com/curl/curl/pull/4692 |
4457e08a | 09-Dec-2019 |
Marcel Raad |
hostip: suppress compiler warning With `--disable-doh --disable-threaded-resolver`, the `dns` parameter is not used. Closes https://github.com/curl/curl/pull/4692 |
9f239811 | 09-Dec-2019 |
Marcel Raad |
tests: fix build with `CURL_DISABLE_DOH` Closes https://github.com/curl/curl/pull/4692 |
ec3758b9 | 10-Dec-2019 |
Daniel Stenberg |
azure: add a torture test Skipping all FTP tests for speed reasons. Closes #4697 |
1fb2a487 | 10-Dec-2019 |
Daniel Stenberg |
azure: make the default build use --enable-debug --enable-werror |
68ffe6c1 | 13-Dec-2019 |
Daniel Stenberg |
ntlm_wb: fix double-free in OOM Detected by torture testing test 1310 Closes #4710 |
86f9c676 | 13-Dec-2019 |
Dan Fandrich |
cirrus: Drop the FreeBSD 10.4 build Upstream support for 10.4 ended a year ago, and it looks like the image is now gone, too. [skip ci] |
d00aa703 | 12-Dec-2019 |
Daniel Stenberg |
unit1620: fix bad free in OOM Closes #4709 |
5ada9004 | 12-Dec-2019 |
Daniel Stenberg |
unit1609: fix mem-leak in OOM Closes #4709 |
f389953d | 12-Dec-2019 |
Daniel Stenberg |
unit1607: fix mem-leak in OOM Closes #4709 |
197d8aaf | 12-Dec-2019 |
Daniel Stenberg |
lib1559: fix mem-leak in OOM Closes #4709 |
6a15d1d4 | 12-Dec-2019 |
Daniel Stenberg |
lib1557: fix mem-leak in OOM Closes #4709 |
5dc56eb9 | 12-Dec-2019 |
Daniel Stenberg |
altsvc: make the save function ignore NULL filenames It might happen in OOM situations. Detected bv torture tests. Closes #4707 |
70a65415 | 12-Dec-2019 |
Daniel Stenberg |
curl: fix memory leak in OOM in etags logic Detected by torture tests Closes #4706 |
4940bb85 | 11-Dec-2019 |
Daniel Stenberg |
doh: make it behave when built without proxy support Reported-by: Marcel Raad Bug: https://github.com/curl/curl/pull/4692#issuecomment-564115734 Closes #4704 |
dc4900ee | 11-Dec-2019 |
Daniel Stenberg |
curl: improved cleanup in upload error path Memory leak found by torture test 58 Closes #4705 |
5a1b0f4c | 11-Dec-2019 |
Daniel Stenberg |
mailmap: fix Andrew Ishchuk |