302 Commits

Author SHA1 Message Date
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
Alexey Melnichuk
3a6e655c50 Use release version of lunitx. 2015-01-05 13:41:28 +03:00
Alexey Melnichuk
13d21e5016 Merge pull request #49 from moteus/master
Update `uvwget` example [ci skip]
2014-12-26 14:04:26 +04:00
Alexey Melnichuk
17344cdcdd Update uvwget example [ci skip] 2014-12-26 13:07:10 +04:00
Alexey Melnichuk
2d54447a22 Merge pull request #48 from moteus/master
Update multi-uv example.
2014-12-23 14:22:09 +04:00
Alexey Melnichuk
d4bbd66a81 Update multi-uv example. 2014-12-23 13:17:26 +04:00
Alexey Melnichuk
b4a7579929 Update multi-uv example. 2014-12-22 16:11:33 +04:00
Alexey Melnichuk
9a7fd63bf4 Merge pull request #47 from moteus/master
Fix. cURL API may return lcurl raw handle
2014-12-22 15:37:02 +04:00
Alexey Melnichuk
1738369579 Fix. multi iterator in v2 and v3 API. 2014-12-22 14:29:18 +04:00
Alexey Melnichuk
010a54eb5a Update doc. 2014-12-22 14:18:49 +04:00
Alexey Melnichuk
273212fb93 Fix. socket callback get correct cURLv3 easy object. 2014-12-22 13:59:09 +04:00
Alexey Melnichuk
1747a3567d Merge pull request #46 from moteus/master
Support `socket_action` interface.
2014-12-22 13:27:23 +04:00
Alexey Melnichuk
0ba125dfc3 Fix. cURLv3 info_read return correct object. 2014-12-22 13:13:24 +04:00
Alexey Melnichuk
b90485619d Add. easy/multi handle support user values.
```Lua
  f = io.open(...)
  e = curl.easy():setdata(f)
  ...
  -- when easy done
  e:getdata():close()
```
2014-12-22 12:43:55 +04:00
Alexey Melnichuk
eb21f4f76f Fix. Cleanup socket callback. 2014-12-22 11:55:00 +04:00
Alexey Melnichuk
8676dc07da Update doc. 2014-12-22 11:46:21 +04:00
Alexey Melnichuk
e7712b9eb2 Fix. Init socket callback with nil.
Fix. `multi.setopt` supports socket callback.
Change. `socket_acttion` without args means timeout action.
Change. cURLv3 multi supports options in callback.
Add. `multi-uv` example.
2014-12-22 11:14:13 +04:00
Alexey Melnichuk
619fb1b08d Add. Support to socket_action interface. 2014-12-19 18:28:49 +04:00
Alexey Melnichuk
8a9d0a0061 Merge pull request #45 from moteus/master
Fix. Supports Lua 5.3.beta
2014-11-26 14:02:47 +03:00
Alexey Melnichuk
06505f04dd Fix. Supports Lua 5.3 in rockspec file. 2014-11-26 14:02:29 +04:00
Alexey Melnichuk
9011d589c0 Merge remote-tracking branch 'upstream/master' 2014-11-26 13:59:43 +04:00
Alexey Melnichuk
15f4b2d53a Fix. Supports Lua 5.3.beta 2014-11-26 13:58:56 +04:00
Vadim A. Misbakh-Soloviov
2a61d4d4a5 LDoc config for documentation
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-11-02 05:53:30 +06:00
Alexey Melnichuk
93ac7a3a8f Update README.md 2014-09-20 10:54:21 +04:00
Alexey Melnichuk
82d2ed9966 Merge pull request #44 from moteus/master
Add. rockspec for version 0.3.0 (close #40)
2014-09-19 17:08:18 +05:00
Alexey Melnichuk
47f68fa1a0 Add. rockspec for version 0.3.0 2014-09-19 16:05:24 +05:00
Alexey Melnichuk
a34c326ca1 Merge pull request #43 from moteus/master
Change. cURL wrapper store proxy functions in class not in object.
2014-09-19 12:40:32 +05:00
Alexey Melnichuk
764b071989 Change. cURL wrapper store proxy functions in class not in object.
Fix. Test for stream reader.
2014-09-19 11:25:34 +05:00
Alexey Melnichuk
c47da4dcb3 Merge pull request #42 from moteus/master
Change. cURLv2 support numeric values for flags (not only string)
2014-09-18 19:41:57 +05:00
Alexey Melnichuk
8d7678e22b Change. cURLv2 support numeric values for flags (not only string)
```Lua
c:setopt_proxytype("HTTP")
c:setopt_proxytype(curl.PROXY_HTTP)
```
2014-09-18 18:32:58 +05:00
Alexey Melnichuk
ee84322ad5 Update README.md
[ci skip]
2014-09-17 15:28:52 +05:00
Alexey Melnichuk
092f1a5b00 Update README.md
[ci skip]
2014-09-17 15:10:49 +05:00
Alexey Melnichuk
791db40645 Merge pull request #41 from moteus/master
Fix. rockspec install examples and docs.
2014-09-17 14:27:40 +05:00
Alexey Melnichuk
6d5adc17e0 Merge pull request #39 from moteus/master
Add. Supports `content` field in form:add().
2014-09-17 13:22:01 +05:00
Alexey Melnichuk
770daf5e0f Fix. rockspec install examples and docs. 2014-09-17 12:48:25 +05:00
Alexey Melnichuk
6b9254223f Update doc [ci skip] 2014-09-17 12:19:01 +05:00
Alexey Melnichuk
3178580a08 Fix. Ignore unknown tables in form:add().
Fix. Check type for `headers` field.
Add. Supports `content` field in form:add().
2014-09-17 12:14:47 +05:00
Alexey Melnichuk
13e5dd6003 Merge pull request #38 from moteus/master
Change. `multi:iperform` unset callback functions for easy handles.
2014-09-17 12:12:28 +05:00
Alexey Melnichuk
1d45b60687 Change. multi:ipreform unset callback function for easy handles.
Add. cURLv2 interface support add easy handle to multi during iteration.
2014-09-17 10:24:17 +05:00
Alexey Melnichuk
e76360825b Merge pull request #37 from moteus/master
Fix. `MAIL_RCPT` option has a list type
2014-09-16 17:22:22 +05:00
Alexey Melnichuk
22d00385a5 Merge pull request #36 from moteus/master
Update pop3 example [ci skip]
2014-09-16 17:02:20 +05:00
Alexey Melnichuk
fea2547ada Fix. MAIL_RCPT option has a list type 2014-09-16 16:19:39 +05:00
Alexey Melnichuk
f3631cd55e Update pop3 example [ci skip] 2014-09-16 16:00:48 +05:00
Alexey Melnichuk
82e99b7616 Merge pull request #35 from moteus/master
Add. Use LuaCov
2014-09-16 15:09:04 +05:00
Alexey Melnichuk
5fdc34a47d Add. Use LuaCov 2014-09-16 14:00:54 +05:00