Skip to content

curl 4.2

Compare
Choose a tag to compare
@jeroen jeroen released this 24 Sep 20:51
· 282 commits to master since this release

curl 4.2

  • Fix for old versions of libcurl (build was broken in 4.1 on RHEL / CentOS).
  • Add hostname to timeout errors (#190)

curl 4.1

  • Fixed typechecking code for new internal macro names in libcurl 7.66
  • Rewrite typechecking to work better with clang and old libcurl (#192)
  • has_internet() now checks for connectivity via a proxy server if one is detected
  • Windows: respect the CURL_SSL_BACKEND variable for people that want to use OpenSSL.
  • Windows: respect CURL_CA_BUNDLE if (and only if) CURL_SSL_BACKEND == openssl
  • curl_download now writes to a temporary file, which is renamed to the destfile
    upon success. This prevents corrupt files when a download fails or is interrupted.
  • Automatically set forbid_reuse = TRUE in curl_echo() handles
  • Update symbol table to 7.66.0