Alexey Melnichuk
|
15f4b2d53a
|
Fix. Supports Lua 5.3.beta
|
2014-11-26 13:58:56 +04: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
|
a6511ba7d0
|
Add. Test compatibility safe and unsafe objects
|
2014-09-09 11:43:31 +05:00 |
|
Alexey Melnichuk
|
f7d21361d2
|
Change. Easy/Share/Multi allow set multiple options at once.
|
2014-09-01 14:20:07 +05:00 |
|
Alexey Melnichuk
|
144ceeb123
|
Change. Easy ctor and setopt method could use table to set multiple options.
```Lua
c = curl.easy{
url = 'http://example.com',
[curl.OPT_VERBOSE] = true,
}
```
|
2014-09-01 13:38:34 +05:00 |
|
Alexey Melnichuk
|
ef25a2f444
|
Add. category method to error object.
|
2014-09-01 11:39:11 +05:00 |
|
Alexey Melnichuk
|
ea7a282218
|
Add. Travis files
|
2014-08-26 12:40:18 +05:00 |
|