Commit Graph

517 Commits (master)

Author SHA1 Message Date
Alexey Melnichuk 9f8b6dba8b
Merge pull request #173 from cryi/master
Added type names for exposed metatables
2021-05-01 15:57:32 +03:00
cryi 691dfb1a68 remove __type from module 2021-04-26 21:58:30 +02:00
cryi 3f119d585c added type names for exposed metatables 2021-03-09 19:13:09 +01:00
Alexey Melnichuk 833e87c830 Release 0.3.13 2021-02-28 10:19:16 +03:00
Alexey Melnichuk f34e705e07
Merge pull request #169 from cryi/global_init
implemented support for custom curl_global_init
2021-02-02 22:24:52 +03:00
Alexey Melnichuk 0bbc19525c
Merge pull request #170 from cryi/CMakeLists
Added CMakeLists
2021-02-01 12:37:19 +03:00
cryi 1541417cee implemented support for custom curl_global_init 2021-01-31 15:07:21 +01:00
cryi 8b1952c429 added CMakeLists 2021-01-31 13:16:13 +01:00
Alexey Melnichuk d27a1d3d0d
Merge pull request #167 from srdgame/master
CURLINFO_EFFECTIVE_METHOD is added in 7.72.0
2021-01-29 12:08:25 +03:00
Dirk Chang bcfc67f765 CURLINFO_EFFECTIVE_METHOD is added in 7.72.0 2021-01-22 16:00:00 +08:00
Alexey Melnichuk 5e59d1e750 Release 0.3.12 2021-01-10 10:18:01 +03:00
Alexey Melnichuk ac99e48791
Merge pull request #166 from moteus/ssh_keyfunction
Add. Support CURLOPT_SSH_KNOWNHOSTS
2021-01-08 10:50:00 +03:00
Alexey Melnichuk dbacb63360 Update CI files 2021-01-07 17:29:20 +03:00
Alexey Melnichuk a062365ef6 Updata CI files 2021-01-07 17:02:49 +03:00
Alexey Melnichuk a089f6b055 Update appveyor.yml 2021-01-07 16:52:58 +03:00
Alexey Melnichuk dcbee2e72c Add. http parser rockspec for Lua 5.4 2021-01-07 16:50:46 +03:00
Alexey Melnichuk e40f48895a Fix. version for some khtype values 2021-01-07 14:25:19 +03:00
Alexey Melnichuk 22c6b1c6c9 Add. Build on Lua 5.4 2021-01-07 14:20:44 +03:00
Alexey Melnichuk bdacd06639 Add. Key type flags 2021-01-07 14:06:35 +03:00
Alexey Melnichuk bc61143a79 Add. Support CURLOPT_SSH_KNOWNHOSTS 2021-01-07 13:48:12 +03:00
Alexey Melnichuk 39c84f8c7d
Merge pull request #165 from moteus/reset_cleanup
Reset cleanup
2021-01-07 11:59:47 +03:00
Alexey Melnichuk 4dd6d438ae Update test 2021-01-07 11:10:22 +03:00
Alexey Melnichuk 9764a5055c update test 2021-01-07 10:57:07 +03:00
Alexey Melnichuk 791c06e035 Add. Test 2021-01-07 10:16:34 +03:00
Alexey Melnichuk e69056cf3f Remove debug code 2021-01-07 01:15:57 +03:00
Alexey Melnichuk 9ecfead5d0 Merge branch 'master' into reset_cleanup 2021-01-07 01:11:47 +03:00
Alexey Melnichuk 4939181c57
Merge pull request #163 from moteus/libcurl_7_74_0
Add. Support libcurl 7.74.0
2021-01-07 01:10:40 +03:00
Alexey Melnichuk d5240a2cb8 Update test 2021-01-07 00:45:18 +03:00
Alexey Melnichuk 7e99e8afa4 Fix. Pop all element from stack in the storage free function 2021-01-07 00:44:22 +03:00
Alexey Melnichuk e0cfae1c1a Remove unused field 2021-01-06 23:38:52 +03:00
Alexey Melnichuk 36adb515cc Fix. Cleanup all references in the reset function 2021-01-06 23:35:39 +03:00
Alexey Melnichuk af5a1c795c Merge branch 'master' into libcurl_7_74_0 2021-01-06 23:04:37 +03:00
Alexey Melnichuk cb7a59ca76
Merge pull request #164 from moteus/reset_slist_option
Fix. Cleanup slists references in the reset function
2021-01-06 23:00:01 +03:00
Alexey Melnichuk c8b5f8689b Use LuaRocks 2.4.4 in the appveyor.yml 2021-01-06 21:57:16 +03:00
Alexey Melnichuk bb3d6df386 Add. Support libcurl 7.74.0 2021-01-06 21:18:09 +03:00
Alexey Melnichuk b80dab0f12 Fix. Cleanup slists references in the reset function 2021-01-05 14:25:43 +03:00
Alexey Melnichuk 29d8667cc2
Merge pull request #157 from technomancy/makefile-add-static
Add lcurl.a target to makefile.
2020-10-08 09:25:15 +03:00
Phil Hagelberg 859c677b45 Add lcurl.a target to makefile.
This allows you to build a version of Lua-cURL which can be statically
linked into other programs, making distribution much easier.
2020-07-10 17:27:20 -07:00
Alexey Melnichuk 5961caec39 Back to dev version 2019-09-16 10:43:39 +03:00
Alexey Melnichuk c38f3d4c29 Release 0.3.11 2019-09-16 10:26:55 +03:00
Alexey Melnichuk e341338502
Merge pull request #153 from moteus/zoneid
Fix. ZONEID support only since libcurl 7.65.0 (close #151)
2019-09-01 11:52:39 +03:00
Alexey Melnichuk 069e78d648 Fix. ZONEID support only since libcurl 7.65.0 2019-09-01 11:38:13 +03:00
Alexey Melnichuk bddb7eb4c8 Release 0.3.10 2019-06-23 18:09:25 +03:00
Alexey Melnichuk 141f5acdf9
Merge pull request #149 from moteus/master
Support new options from 7.65.1
2019-06-23 16:29:07 +03:00
Alexey Melnichuk 6e42dec06c Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	appveyor.yml
#	src/lcopteasy.h
2019-06-23 15:48:30 +03:00
Alexey Melnichuk 6facbae1a0 Support new options from 7.65.1 2019-06-23 15:42:58 +03:00
Alexey Melnichuk cb29348257
Merge pull request #143 from moteus/trailerfunction
Add. Support 7.64.0
Close #144
2019-04-08 20:49:09 +03:00
Alexey Melnichuk 96495c97a2
Merge pull request #142 from moteus/fix_url_forward_declaration
Fix. Undef forward declaration in the lceasy.h file.
2019-04-08 20:44:20 +03:00
Alexey Melnichuk e9ac10f6e2 Fix. Unset trailer data. 2019-04-06 20:33:52 +03:00
Alexey Melnichuk 43c864ad9a Add. Support CURLOPT_HTTP09_ALLOWED option.
Fix. Set SSL_VERIFYHOST
2019-04-06 19:50:29 +03:00