Releases: Lua-cURL/Lua-cURLv3
Releases · Lua-cURL/Lua-cURLv3
v0.3.3: Release 0.3.3
* Fix. Crash when callback calls from wrong Lua coroutine * Add. Support cURL 7.48.0 * Change. Use string value to represent error category
v0.3.2: Release 0.3.2
* Fix. export internal functions to global environment. * Fix. worning on gcc 4.8 for Android (Eric Wing) * Fix. Build with cURL 7.19.7 (Ubuntu 10.04LTS)
Release 0.3.1
Add:
- Support Lua 5.3
- Support socket_action interface (see uvwget example)
- lcurl handles supptort custom userdata (setdata/getdata methods)
Fix:
- cURLv3 multi:info_read returns lcurl handle instead cURLv3
- iterator for Multi handle returns handles of correct types
Release 0.3.0
Merge pull request #44 from moteus/master Add. rockspec for version 0.3.0 (close #40)