37b6cc2f | 28-Mar-2020 |
Daniel Stenberg |
TODO: Set custom client ip when using haproxy protocol Closes #5125 |
884de1a7 | 26-Mar-2020 |
Michael Kaufmann |
writeout_json: Fix data type issues Load long values correctly (e.g. for http_code). Use curl_off_t (not long) for: - size_download (CURLINFO_SIZE_DOWNLOAD_T) - size_upload
writeout_json: Fix data type issues Load long values correctly (e.g. for http_code). Use curl_off_t (not long) for: - size_download (CURLINFO_SIZE_DOWNLOAD_T) - size_upload (CURLINFO_SIZE_UPLOAD_T) The unit for these values is bytes/second, not microseconds: - speed_download (CURLINFO_SPEED_DOWNLOAD_T) - speed_upload (CURLINFO_SPEED_UPLOAD_T) Fixes #5131 Closes #5152
show more ...
|
d973bdf8 | 27-Mar-2020 |
Daniel Stenberg |
mailmap: fixup a few author names/fields Douglas Steinwand, Gökhan Şengün, Jessa Chandler, Julian Z and Svyatoslav Mishyn |
6de756c9 | 26-Mar-2020 |
Daniel Stenberg |
version: add 'cainfo' and 'capath' to version info struct Suggested-by: Timothe Litt URL: https://curl.haxx.se/mail/lib-2020-03/0090.html Reviewed-by: Jay Satiro Closes #5150 |
62112d2b | 26-Mar-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
0d0537ae | 26-Mar-2020 |
Jay Satiro |
SSLCERTS.md: Fix example code for setting CA cert file Prior to this change the documentation erroneously said use CURLOPT_CAPATH to set a CA cert file. Bug: https://curl.haxx.s
SSLCERTS.md: Fix example code for setting CA cert file Prior to this change the documentation erroneously said use CURLOPT_CAPATH to set a CA cert file. Bug: https://curl.haxx.se/mail/lib-2020-03/0121.html Reported-by: Timothe Litt Closes https://github.com/curl/curl/pull/5151
show more ...
|
6d45588b | 11-Mar-2020 |
Marc Hoersken |
sockfilt: add logmsg output to select_ws_wait_thread on Windows Assisted-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes #5086 |
361d4f3f | 25-Mar-2020 |
Daniel Stenberg |
docs/make: generate curl.1 from listed files only Previously it rendered the page from files matching "*.d" in the correct directory, which worked fine in git builds when the files were
docs/make: generate curl.1 from listed files only Previously it rendered the page from files matching "*.d" in the correct directory, which worked fine in git builds when the files were added but made it easy to forget adding the files to the dist. Now, only man page sections listed in DPAGES in Makefile.inc will be used, thus "forcing" us to update this to get the man page right and get it included in the dist at the same time. Ref: #5146 Closes #5149
show more ...
|
02174e41 | 23-Mar-2020 |
Daniel Stenberg |
openssl: adapt to functions marked as deprecated since version 3 OpenSSL 3 deprecates SSL_CTX_load_verify_locations and the MD4, DES functions we use. Fix the MD4 and SSL_CTX_lo
openssl: adapt to functions marked as deprecated since version 3 OpenSSL 3 deprecates SSL_CTX_load_verify_locations and the MD4, DES functions we use. Fix the MD4 and SSL_CTX_load_verify_locations warnings. In configure, detect OpenSSL v3 and if so, inhibit the deprecation warnings. OpenSSL v3 deprecates the DES functions we use for NTLM and until we rewrite the code to use non-deprecated functions we better ignore these warnings as they don't help us. Closes #5139
show more ...
|
35318218 | 25-Mar-2020 |
Daniel Stenberg |
dist: add mail-rcpt-allowfails.d to the tarball Reported-by: Maksim Stsepanenka Reviewed-by: Jat Satiro Closes #5146 |
c4c0b045 | 24-Mar-2020 |
Daniel Stenberg |
travis: update the ngtcp2 build to use the latest OpenSSL patch ... which also makes it OpenSSL 1.1.1d based and not v3. |
7e8a1a08 | 24-Mar-2020 |
Marc Hoersken |
CI: remove default Ubuntu build from GitHub Actions We are already running a very similar Ubuntu build on Travis CI. The macOS variant of this default build is kept on Github Actions. |
fd7afa7d | 24-Mar-2020 |
Marc Hoersken |
CI: bring GitHub Actions fuzzing job in line with macOS jobs Update YAML formatting, job naming and triggers. |
840df8b0 | 24-Mar-2020 |
Marc Hoersken |
CI: migrate macOS jobs from Azure and Travis CI to GitHub Actions Reduce workload on Azure Pipelines and Travis CI while consolidating macOS jobs onto less utilized GitHub Actions.
CI: migrate macOS jobs from Azure and Travis CI to GitHub Actions Reduce workload on Azure Pipelines and Travis CI while consolidating macOS jobs onto less utilized GitHub Actions. Reviewed-by: Daniel Stenberg Closes #5124
show more ...
|
2edeb104 | 24-Mar-2020 |
Daniel Stenberg |
config: remove all defines of HAVE_DES_H As there's no code using it. Closes #5144 |
9a8b3b3e | 23-Mar-2020 |
Daniel Stenberg |
copyright: fix out-of-date copyright ranges and missing headers Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyrigh
copyright: fix out-of-date copyright ranges and missing headers Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
show more ...
|
18c7084c | 24-Mar-2020 |
Daniel Stenberg |
packages: add OS400/chkstrings.c to the dist Reported-by: Jon Rumsey Fixes #5142 Closes #5143 |
12144fdd | 23-Mar-2020 |
Clément Notin |
nghttp2: 1.12.0 required since nghttp2_session_set_local_window_size is needed Closes #5140 |
4f6fdc90 | 23-Mar-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
a0842544 | 21-Mar-2020 |
Calvin Buckley |
OS400: Update strings for ccsid-ifier Fixes build. Closes #5132 |
3d1fcf6c | 20-Mar-2020 |
Daniel Stenberg |
cirrus: make freebsd ignore the tests instead of skipping To allow us to see in the CI logs how they actually behave Closes #5091 |
e3d1700c | 19-Mar-2020 |
Daniel Stenberg |
cirrus: move the sanitizer build from freebsd 13 to freebsd 12 |
12585bf9 | 12-Mar-2020 |
Daniel Stenberg |
Revert "cirrus-ci: disable the FreeBSD 13 builds" This reverts commit 691b71be930f0e285c8f7a76efd56bbe0576cda6. |
c448c484 | 22-Mar-2020 |
Daniel Stenberg |
getinfo: provide CURLINFO_HEADER_SIZE and CURLINFO_REQUEST_SIZE override To let debug-builds return fake values, like in test 970. Ref: #5131 Closes #5136 |
9a7e62e7 | 22-Mar-2020 |
Daniel Stenberg |
test970: improve the test - send more data to make problems more obvious - don't start the data with minus, it makes diffs harder to read - skip the headers in the stdout comparison
test970: improve the test - send more data to make problems more obvious - don't start the data with minus, it makes diffs harder to read - skip the headers in the stdout comparison - save to a file name to also verify 'filename_effective' Ref: #5131
show more ...
|