Alexey Melnichuk
|
09cd9c8e96
|
Add. Copyright notes to source files.
|
2014-09-08 14:25:02 +05:00 |
|
Alexey Melnichuk
|
6ee9c8fc77
|
Add. Lua-cURL multi iterator returns also response row.
```Lua
for d, t in m:perform() do
if t == 'response' and d == 200 then ... end
end
```
|
2014-09-08 11:18:30 +05:00 |
|
Alexey Melnichuk
|
990c1e6725
|
Fix. Lua-cURL multi iterator returns wrong easy objects for done and error records
|
2014-09-05 12:01:25 +05:00 |
|
Alexey Melnichuk
|
f0c8ca020f
|
Change. optional argument for easy:perform in Lua-cURL interface.
|
2014-09-04 13:07:54 +05:00 |
|
Alexey Melnichuk
|
955e6b7ece
|
Add. Support streams to Lua-cURL interface. (See #1)
|
2014-09-04 12:51:11 +05:00 |
|
Alexey Melnichuk
|
21ab3f9729
|
Fix. Create share object in Lua-cURL interface.
|
2014-09-03 12:17:00 +05:00 |
|
Alexey Melnichuk
|
e5055b5d19
|
Add. Export all fields from vesion info
|
2014-08-29 16:09:50 +05:00 |
|
Alexey Melnichuk
|
6e41b5cc36
|
Implement setopt_httpauth in Lua-cURL interface.
|
2014-08-29 15:11:38 +05:00 |
|
Alexey Melnichuk
|
917ca411c5
|
Implement setopt_proxytype in Lua-cURL interface.
Add. PROXY_XXX constants.
|
2014-08-29 15:06:36 +05:00 |
|
Alexey Melnichuk
|
9434c99c95
|
Add. Install lcurl.cURL module in rockspec
|
2014-08-29 12:29:23 +05:00 |
|