480 Commits

Author SHA1 Message Date
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
Alexey Melnichuk
6c6c31a27b Fix. Define upkeep function for correct versions 2018-11-04 14:18:42 +03:00
Alexey Melnichuk
099f748bbb Add. cURL urlapi support 2018-11-04 14:15:41 +03:00
Alexey Melnichuk
315a2d8683 Add. URL errors 2018-11-03 13:24:03 +03:00
Alexey Melnichuk
44e86bb3ab Revert MSVC project 2018-11-03 12:52:25 +03:00
Alexey Melnichuk
a2c3708d2e Add. Support new options from libcurl 7.62.0 2018-11-03 12:46:22 +03:00
Alexey Melnichuk
12909fd5d4 Add. missing options 2018-11-03 12:09:19 +03:00
Alexey Melnichuk
a4338b2cd5 Add. Supprt new options for libcurl 7.61.0 2018-11-03 12:02:08 +03:00
Alexey Melnichuk
f9b63c1e4f Add. New options from libcurl 7.60.0 2018-11-03 11:43:17 +03:00
Alexey Melnichuk
b4d1d7921e
Merge pull request #133 from moteus/unused_warning
Fix. Compile time warnings about unused var/typdefs
2018-08-05 13:16:26 +03:00
Alexey Melnichuk
e15f7d203b Fix. Compile time warnings about unused var/typdefs 2018-08-05 12:30:17 +03:00
Alexey Melnichuk
185a03ec2e
Merge pull request #131 from andersonbsilva/master
Fix. Removed invalid semicolon
2018-07-11 23:47:37 +03:00
Anderson Silva
3f0489157d Fix. Removed invalid semicolon 2018-07-11 11:59:33 -07:00
Alexey Melnichuk
f34ebbe102 Back to dev version 2018-07-01 11:13:33 +03:00
Alexey Melnichuk
2463732b54
Merge pull request #130 from moteus/multi_memory_leak
Fix. socket action callback prevents multi object from GC
2018-07-01 10:59:11 +03:00
Alexey Melnichuk
c9ed7c6c35 Fix. Use weak table as pointer for socket action. 2018-07-01 10:40:30 +03:00