495 Commits

Author SHA1 Message Date
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
Alexey Melnichuk
e70f6ac9a3 Add. Support CURLOPT_TRAILERFUNCTION 2019-04-06 19:20:38 +03:00
Alexey Melnichuk
3497febbe7 Fix. Undef forward declaration in the lceasy.h file. 2019-04-06 13:36:43 +03:00
Alexey Melnichuk
e0b1d2ee3d Release 0.3.9 2018-12-23 16:36:14 +03:00
Alexey Melnichuk
c8cd51eb85 Update email in copyright comments 2018-12-23 16:27:09 +03:00
Alexey Melnichuk
6a24770126
Merge pull request #139 from moteus/curlu_option
Add. support CURLOPT_CULRU
2018-12-23 14:07:23 +03:00
Alexey Melnichuk
50ec43388e Update curl version for testing 2018-12-23 13:41:08 +03:00
Alexey Melnichuk
08f7c69890 Fix. Check correct curl version for curlu option 2018-12-23 13:19:03 +03:00
Alexey Melnichuk
01f8a3cdc1 Add. support CURLOPT_CULRU 2018-12-23 12:33:35 +03:00
Alexey Melnichuk
c03bade35b
Merge pull request #138 from moteus/url_api
Support URL API
2018-12-23 10:52:06 +03:00
Alexey Melnichuk
949493b924 Remove unused var from url struct. 2018-11-05 11:59:29 +03:00
Alexey Melnichuk
ce1be595ca Fix. tostring metamethod have to return string or raise error 2018-11-04 19:15:35 +03:00
Alexey Melnichuk
474135372e Update test 2018-11-04 18:33:50 +03:00
Alexey Melnichuk
11f39e347d
Merge pull request #137 from moteus/master
Support libcurl 7.60-7.62
2018-11-04 17:49:40 +03:00
Alexey Melnichuk
7f405f0777 Merge branch 'master' into url_api 2018-11-04 14:47:29 +03:00
Alexey Melnichuk
acbf52146e Update test 2018-11-04 14:45:33 +03:00
Alexey Melnichuk
5e89fdefb8 Merge branch 'master' into url_api 2018-11-04 14:41:51 +03:00
Alexey Melnichuk
82c65e2ffa Update test 2018-11-04 14:41:30 +03:00
Alexey Melnichuk
8046514220 Fix. init urlapi module on old versions 2018-11-04 14:38:41 +03:00
Alexey Melnichuk
9c0a6cc626 Fix. Use url api also for correct libcurl version 2018-11-04 14:33:10 +03:00
Alexey Melnichuk
ec7314059f Merge branch 'master' into url_api 2018-11-04 14:29:52 +03:00
Alexey Melnichuk
e9c0c294f1 Fix. Use correct version for options 2018-11-04 14:28:50 +03:00
Alexey Melnichuk
0b2137c6a0 Merge branch 'master' into url_api 2018-11-04 14:19:17 +03:00