Skip to content

Releases: interkosmos/fortran-curl

Release 0.8.0

23 Nov 20:19
Compare
Choose a tag to compare

Updated to libcurl 8.10.0.

Release 0.7.0

30 Sep 15:20
Compare
Choose a tag to compare
  • Updated to libcurl 8.3.0.
  • Added bindings to multi interfaces of libcurl.
  • Added bindings to URL API.

Release 0.6.0

01 Sep 15:21
Compare
Choose a tag to compare
  • Updated to libcurl 8.2.1.
  • Fixed issues on 32-bit platforms.
  • Added C wrappers around variadic functions (by @perazz).
  • Added global init/cleanup interfaces.
  • Added default values.

Release 0.5.0

27 Jun 12:59
Compare
Choose a tag to compare
  • Several bug fixes.
  • Added compatibility with cURL 8.0.
  • Added MIME interfaces.
  • Updated argument handling of curl_easy_getinfo().
  • Updated examples.

Release 0.4.0

24 Feb 15:29
Compare
Choose a tag to compare
  • Fixed type issues on 32-bit platforms.
  • Updated to cURL 7.87.0.

Release 0.3.0

01 Jul 20:34
Compare
Choose a tag to compare
  • Fixed option handling.
  • Added HTTP POST example.

Release 0.2.0

20 Jan 21:37
Compare
Choose a tag to compare
  • Merged request to add interface to curl_easy_getinfo().
  • Added interface to curl_easy_strerror().

Release 0.1.2

26 Nov 14:04
Compare
Choose a tag to compare

Minor updates and fixes:

  • Added implicit none to all interfaces.
  • Declared some procedures explicitly as private.
  • Updated http example to use allocatable strings.
  • Updated build scripts.

Release 0.1.1

30 Jan 21:21
Compare
Choose a tag to compare

Minor update:

  • Fixes c_funptr argument passing to Fortran interface curl_easy_setopt().
  • Adds DICT protocol example.

Release 0.1.0

23 Dec 19:13
Compare
Choose a tag to compare

First source release, version 0.1.0.