Skip to content

Releases: johanlantz/curly

Curly 0.8.5

10 Nov 14:23
Compare
Choose a tag to compare
  • Add support for NOSIGNAL in case curl does not have async dns resolver.

Curly 0.8.4

18 Oct 09:58
Compare
Choose a tag to compare
  • Added post support
  • Changed format of json header string to use a standard json object instead of array.

Curly 0.8.3

23 Sep 12:31
Compare
Choose a tag to compare

Move to using shared c++ runtime for Android for both libcurl and curly.so.

Using static_c++ causes some warnings to show when used together with other .so.

Curly 0.8.2

21 Sep 13:50
Compare
Choose a tag to compare

Updating min version to 8.2 to pass cocoa lint.

Curly 0.8.1

21 Sep 13:40
Compare
Choose a tag to compare

Increase buffer size to 1024 for each header.

Curly 0.8.0

02 Sep 12:16
Compare
Choose a tag to compare

Create local copy of certificate path.

Curly 0.7.0

03 Jul 16:37
Compare
Choose a tag to compare

Minor fixes and simple test project for mac-os

Curly 0.6.0

01 Jul 16:36
Compare
Choose a tag to compare
  • Ensure posix thread join on dispose
  • Exit worker thread before shutting down curl
  • Clarify some logs
  • Temporarily remove bitcode support from prebuilt libcurl to see if we get line numbers in Crashlytics.

Curly 0.5.1

26 Apr 08:31
Compare
Choose a tag to compare

Cleanup warnings from xCode Analyze.

Added some basic error checking that was missing.

Curly 0.5.0

22 Apr 11:02
Compare
Choose a tag to compare

Minor bugfixes

Dynamic lib support for Android