302 Commits

Author SHA1 Message Date
Alexey Melnichuk
9ffd3f01de Update comments. [ci skip] 2014-09-16 13:45:27 +05:00
Alexey Melnichuk
961bdade2c Merge pull request #34 from moteus/master
Add. pop3 example [ci skip]
2014-09-15 18:34:57 +05:00
Alexey Melnichuk
eff44c9aa8 Add. pop3 example 2014-09-15 17:29:01 +05:00
Alexey Melnichuk
76336c5b36 Merge pull request #33 from moteus/master
Add. Ability to add easy handle during iteration.(close #25)
2014-09-15 16:08:28 +05:00
Alexey Melnichuk
ba7aedebcb Add. Ability to add easy handle during iteration. 2014-09-15 15:03:27 +05:00
Alexey Melnichuk
05680975dd Merge pull request #32 from moteus/master
Change. Returns nothing form reader callback means EOF.
2014-09-15 14:27:33 +05:00
Alexey Melnichuk
7efaba4ff2 Update doc[ci skip] 2014-09-15 13:20:08 +05:00
Alexey Melnichuk
aff3042434 Change. Returns nothing form reader callback means EOF.
Change. multi:iperform() remove easy handle when it done.
2014-09-15 13:17:13 +05:00
Alexey Melnichuk
4817dad2c7 Merge pull request #30 from moteus/master
Add. test to set/unset postfields
2014-09-15 12:05:40 +05:00
Alexey Melnichuk
e6c2ffce5c Add. test to set/unset postfields 2014-09-15 10:57:33 +05:00
Alexey Melnichuk
47fa9363ab Update README.md [ci skip] 2014-09-15 10:15:49 +05:00
Alexey Melnichuk
7f8395ce7a Typo in doc [ci skip] 2014-09-14 08:49:09 +04:00
Vadim A. Misbakh-Soloviov
381eb2e430 Makefile improvement
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-13 18:24:53 +07:00
Vadim A. Misbakh-Soloviov
7337fa07a1 Makefile improvement (silence pkgconfig warning)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-13 17:47:15 +07:00
Vadim A. Misbakh-Soloviov
91bbd64889 Makefile improvement (debug-build support)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-13 17:44:26 +07:00
Vadim A. Misbakh-Soloviov
4626f9b95c Makefile improvement (debug-build support)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-13 17:42:43 +07:00
Alexey Melnichuk
af032407b1 Merge pull request #28 from moteus/master
Update documentation. [ci skip]
2014-09-12 17:09:30 +05:00
Alexey Melnichuk
7fbf2a567b Update documentation. [ci skip] 2014-09-12 16:09:28 +05:00
Alexey Melnichuk
90178270af Merge pull request #27 from moteus/master
Fix. install cURL.utils via Makefile[ci skip]
2014-09-12 14:47:24 +05:00
Vadim A. Misbakh-Soloviov
dc804d9b7e Makefile (fix #18)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-12 15:53:20 +07:00
Alexey Melnichuk
dd79a36b6f Fix. install cURL.utils via Makefile[ci skip] 2014-09-12 13:47:41 +05:00
Alexey Melnichuk
cc5c2243c1 Merge pull request #26 from moteus/master
Add. Form class to Lua-cURLv3 interface.
2014-09-12 13:00:51 +05:00
Alexey Melnichuk
f7926e5f1c Fix. find_ca_bundle should return nil if there no file. 2014-09-12 11:57:46 +05:00
Alexey Melnichuk
1285ae42c5 Add. Form class to Lua-cURLv3 interface.
See examples/cURLv3/post_form.lua
2014-09-12 11:46:43 +05:00
Alexey Melnichuk
5737bb797f Merge pull request #24 from moteus/master
Fix. Compile warning about unset CURLOPT_READDATA
2014-09-11 19:53:15 +05:00
Alexey Melnichuk
b38117b6c8 Merge pull request #23 from moteus/master
Fix. multi:info_read; Add. find_ca_bundle
2014-09-11 18:51:25 +05:00
Alexey Melnichuk
27ed52548f Fix. Compile warning about unset CURLOPT_READDATA 2014-09-11 18:49:27 +05:00
Alexey Melnichuk
fe66e7223b Add. find_ca_bundle function to cURL.utils module to find curl-ca-bundle.crt file 2014-09-11 17:28:42 +05:00
Alexey Melnichuk
1b88ec42b8 Fix. multi:info_read correctly remove easy handle. 2014-09-11 14:39:24 +05:00
Alexey Melnichuk
b4deff354a Merge pull request #22 from moteus/master
Fix. Remove easy handle from multi handle
2014-09-11 13:59:41 +05:00
Alexey Melnichuk
b2e6bcae4e Fix. add_handle/remove_handle on cURLv3
Add. Examples for cURLv3
2014-09-11 12:50:48 +05:00
Alexey Melnichuk
56a47e12d0 Fix. Remove easy handle from multi handle 2014-09-11 12:27:29 +05:00
Alexey Melnichuk
06df32877e Merge pull request #21 from moteus/master
Fix. Build with libcurl 7.38.0
2014-09-10 18:20:05 +05:00
Alexey Melnichuk
76e102b9a6 Merge pull request #20 from moteus/master
Add. libcurl 7.38.0 constants
2014-09-10 17:50:00 +05:00
Alexey Melnichuk
de4fc1e58b Fix. Build with libcurl 7.38.0 2014-09-10 17:20:13 +05:00
Alexey Melnichuk
6755621222 Merge pull request #19 from moteus/master
Fix. Link in README.md [ci skip]
2014-09-10 16:56:42 +05:00
Alexey Melnichuk
4a7901fc8c Add. libcurl 7.38.0 constants 2014-09-10 16:44:10 +05:00
Alexey Melnichuk
d7a9848539 Merge pull request #17 from moteus/master
Change. multi iterator returns response code as data for `done` row
2014-09-10 16:34:13 +05:00
Alexey Melnichuk
caa1b28158 Merge pull request #16 from moteus/master
Fix. Warnings on MinGW
2014-09-10 16:07:16 +05:00
Alexey Melnichuk
5c4373770e Fix. Link in README.md [ci skip] 2014-09-10 15:57:04 +05:00
Alexey Melnichuk
a50ffe9997 Reorganize examples tree. 2014-09-10 15:32:04 +05:00
Alexey Melnichuk
bf4b8b0b0b Change. multi iterator returns response code as data for done row 2014-09-10 15:20:58 +05:00
Alexey Melnichuk
a6b5498182 Merge pull request #15 from moteus/master
Implement iterator multi.iperform and method easy.perform for easy.
2014-09-10 15:09:05 +05:00
Alexey Melnichuk
1dbb374f1d Fix. Warnings on MinGW 2014-09-10 15:00:29 +05:00
Alexey Melnichuk
440de78300 Update lakefile [ci skip] 2014-09-10 14:43:45 +05:00
Alexey Melnichuk
65d5805852 Merge pull request #14 from moteus/master
Add. `cURL.safe` module.
2014-09-10 14:23:29 +05:00
Alexey Melnichuk
8d3c696c4c Implement iterator multi.iperform and method easy.perform for easy.
```Lua
local cURL = require("lcurl")
c1 = cURL.easy{url = "http://www.lua.org/"}
c2 = cURL.easy{url ="http://luajit.org/"}
m = cURL.multi()
  :add_handle(c1)
  :add_handle(c2)
for a,b,c in m:iperform() do ... end
```
2014-09-10 14:00:24 +05:00
Alexey Melnichuk
47c3774ead Merge pull request #13 from moteus/master
Rename module name in rockspec and update readme
2014-09-10 13:50:32 +05:00
Alexey Melnichuk
9127efffc2 Speedup test. 2014-09-10 13:21:28 +05:00
Alexey Melnichuk
338acbcd9c Fix. cURL.safe 2014-09-10 13:17:25 +05:00