Skip to content

curl 4.0

Compare
Choose a tag to compare
@jeroen jeroen released this 22 Jul 11:34
· 233 commits to master since this release

curl 4.0

  • Stricter type checking for handle options based on <curl/typecheck-gcc.h> macros
  • curl_symbols is now a function instead of a static table to allow easy filtering
  • curl_fetch_memory now over-allocates also on unix to avoid many realloc calls
  • Re-enable cookie unit test which should be fixed in curl 7.64.0
  • Fix encoding of paths for downloading and uploading files (@jennybc, #183)
  • Fix LTO declaration warning for R_get_proxy_for_url
  • Better support for setting slist (string vector) options such as mail_rcpt
  • New send_mail() function to send emails with the libcurl smtp client
  • Add function curl_upload() to upload file to FTP or SCP server
  • Windows: upgrade to libcurl 7.64.1
  • Update symbol data to curl 7.64.1