Commit Graph

264 Commits (a038558b44c252161dc0732f6cf759057d408c48)

Author SHA1 Message Date
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
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