396 Commits

Author SHA1 Message Date
tux
0eba3a8402 remove two functions conflict with lua5.1 and luajit 2016-09-14 23:21:10 +08:00
Alexey Melnichuk
98ec2217ea Merge pull request #76 from moteus/master
Add. Some missed easy options. (Close #75)
2016-09-01 11:11:57 +03:00
Alexey Melnichuk
f1ebfadb38 Add. Some missed easy options. (Close #75) 2016-09-01 10:42:09 +03:00
Alexey Melnichuk
3735522407 Merge pull request #74 from moteus/master
Add. Support libcurl 7.50.1
2016-08-13 19:34:30 +03:00
Alexey Melnichuk
528769e12c Add. Support libcurl 7.50.1 2016-08-13 10:39:33 +03:00
Alexey Melnichuk
8aa9f702b7 Merge pull request #73 from moteus/master
Add. Support curl 7.49.0
2016-05-25 15:52:47 +03:00
Alexey Melnichuk
3375578dcf Add. Support curl 7.49.0 2016-05-25 10:45:48 +03:00
Alexey Melnichuk
cf41acae7b Back to developer version. [ci skip] 2016-05-04 13:59:47 +03:00
Alexey Melnichuk
7a5176cf37 Release 0.3.4 2016-05-04 13:29:51 +03:00
Alexey Melnichuk
1c73fc1173 Run tests on all Lua versions. 2016-05-04 11:23:44 +03:00
Alexey Melnichuk
68e52ff732 Merge pull request #70 from cyrilRomain/master
Fix symbol s/luaL_checinteger/luaL_checkinteger/
2016-04-27 04:43:41 +03:00
Cyril Romain
d9bdfb9f5f Fix symbol s/luaL_checinteger/luaL_checkinteger/ 2016-04-26 23:08:06 +02:00
Alexey Melnichuk
94bb8fadc1 Back to developer version. 2016-04-20 15:48:00 +03:00
Alexey Melnichuk
ccd2e0d7bd Release 0.3.3 2016-04-20 11:41:23 +03:00
Alexey Melnichuk
b5ff0ea59e Merge pull request #69 from moteus/master
Update copyright date/email [ci skip]
2016-04-20 11:23:38 +03:00
Alexey Melnichuk
2df3cd8538 Update copyright date/email [ci skip] 2016-04-20 11:23:43 +03:00
Alexey Melnichuk
03b4b9b4a5 Merge pull request #68 from moteus/master
Add. Module version info
2016-04-20 11:17:53 +03:00
Alexey Melnichuk
29f28ffe87 AppVeyor. Set correct lua_path. 2016-04-20 10:50:05 +03:00
Alexey Melnichuk
9d7fdac27c Add. Module version info 2016-04-20 10:31:06 +03:00
Alexey Melnichuk
3208536f83 Merge pull request #66 from moteus/setopt_stream_depends
Fix. cURL set stream depends options
2016-04-17 12:08:32 +03:00
Alexey Melnichuk
2cbac6eaf4 Update test 2016-04-17 10:20:58 +03:00
Alexey Melnichuk
d0dbfcd9d0 Do not use dummy option. 2016-04-17 10:12:12 +03:00
Alexey Melnichuk
d69a0447ad Fix. cURL set stream depends options 2016-04-17 10:04:07 +03:00
Alexey Melnichuk
fb8c79e89f Merge pull request #65 from moteus/error_string_category
Change. Use string value to represent error category.
2016-04-15 22:25:43 +03:00
Alexey Melnichuk
b5a69f87a9 Remove debug print 2016-04-15 16:34:16 +03:00
Alexey Melnichuk
c597521228 Change. Use string value to represent error category.
```Lua
err = curl.error(curl.ERROR_EASY, curl.E_OK)
-- err:category() == 'CURL-EASY'
-- tostring(err) == '[CURL-EASY][OK] No error (0)'
```
2016-04-15 16:19:57 +03:00
Alexey Melnichuk
cda31a383a Merge pull request #64 from moteus/curl_7_48
Add. Support cURL 7.48.0
2016-04-15 15:30:05 +03:00
Alexey Melnichuk
30b9cb2420 Add. Support cURL 7.48.0 2016-04-15 15:09:11 +03:00
Alexey Melnichuk
3055e1dce5 Merge pull request #63 from moteus/master
Fix. call all callback from coroutine where `perform` was called.
2016-04-11 20:20:14 +03:00
Alexey Melnichuk
f282bc3fe7 Fix. static assert. now only magic field should match 2016-04-08 13:12:19 +03:00
Alexey Melnichuk
d2d771fc43 Fix. do not use forward declaration to support gcc 4.4.7 2016-04-08 12:40:32 +03:00
Alexey Melnichuk
a0a0cac631 Use hererocks on Travis. 2016-04-07 17:21:29 +03:00
Alexey Melnichuk
a038558b44 Fix. call all callback from coroutine where perform was called. 2016-04-07 16:59:50 +03:00
Alexey Melnichuk
f42a0e48b1 Prepare release and bump version numbers to 0.3.2 2015-06-15 12:52:12 +04:00
Alexey Melnichuk
d3a4dd9bdd Merge pull request #60 from moteus/master
Add. Appveyor test building.
2015-06-15 12:00:48 +03:00
Alexey Melnichuk
7eeaeb3ce6 Fix. Skip pause test because it can behave differently on different OS/cURL version. 2015-06-15 11:46:00 +04:00
Alexey Melnichuk
578189668e Merge pull request #59 from moteus/master
Fix. Build with cURL 7.19.7 (Ubuntu 10.04LTS)
2015-06-15 10:30:47 +03:00
Alexey Melnichuk
c71bebbd31 Add. Appveyor test building. 2015-06-15 11:17:10 +04:00
Alexey Melnichuk
53fd80bd9b Fix. EOL in source [ci skip] 2015-06-15 10:29:17 +04:00
Alexey Melnichuk
d85529586b Fix. Build with cURL 7.19.7 (Ubuntu 10.04LTS) 2015-06-15 10:12:42 +04:00
Alexey Melnichuk
d300c18b07 Merge pull request #57 from ewmailing/master
Need string.h for memset
2015-06-07 22:11:18 +03:00
Eric Wing
56f838155b Need string.h for memset 2015-06-07 04:59:32 -07:00
Alexey Melnichuk
88c6102643 Merge pull request #56 from moteus/master
Fix export internal functions to global environment.
Close #56
2015-05-05 12:23:36 +03:00
Alexey Melnichuk
71bc4fef2a Update Travis files. 2015-05-05 12:23:43 +04:00
Alexey Melnichuk
21eb198ddb Fix. export internal functions to global environment. 2015-05-05 12:17:10 +04:00
Alexey Melnichuk
40695b4264 Merge pull request #53 from moteus/master
Prepare release and bump version numbers to 0.3.1
2015-01-19 10:14:26 +03:00
Alexey Melnichuk
cf79642cbb Prepare release and bump version numbers to 0.3.1 2015-01-19 10:13:27 +04:00
Alexey Melnichuk
8257ccd582 Merge pull request #52 from moteus/master
Update Travis files
2015-01-13 13:43:09 +03:00
Alexey Melnichuk
9be32a2942 Merge pull request #51 from moteus/master
Use release version of lunitx.
2015-01-13 13:10:23 +03:00
Alexey Melnichuk
2e0820aa50 Update Travis files 2015-01-13 13:43:51 +04:00