26 Commits

Author SHA1 Message Date
Alexey Melnichuk
b80dab0f12 Fix. Cleanup slists references in the reset function 2021-01-05 14:25:43 +03:00
Alexey Melnichuk
c8cd51eb85 Update email in copyright comments 2018-12-23 16:27:09 +03:00
Alexey Melnichuk
9c0a6cc626 Fix. Use url api also for correct libcurl version 2018-11-04 14:33:10 +03:00
Alexey Melnichuk
099f748bbb Add. cURL urlapi support 2018-11-04 14:15:41 +03:00
Alexey Melnichuk
e3b5c928b5 Add. Allow set NULL values explicitly. 2018-05-01 20:20:04 +03:00
Alexey Melnichuk
27946bc985 Add. Fifth version info fields. 2018-05-01 13:47:07 +03:00
Alexey Melnichuk
58847b11ad Add. mime:easy() method. 2018-04-30 13:25:15 +03:00
Alexey Melnichuk
0e1eaa525a Add. New cURL MIME API 2017-10-12 14:22:24 +03:00
Alexey Melnichuk
4c3915417a Add. __tostring metamethod to http post. 2017-08-28 09:41:51 +03:00
Alexey Melnichuk
320a609983 Add. Support libcurl 7.52.1.
Fix. `setopt{ssl_verifyhost=true}` set option to `2` not to `1`
Fix. Type and default value for `TLSAUTH_TYPE` option
2017-01-11 14:27:20 +03: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
4a7901fc8c Add. libcurl 7.38.0 constants 2014-09-10 16:44:10 +05:00
Alexey Melnichuk
09cd9c8e96 Add. Copyright notes to source files. 2014-09-08 14:25:02 +05:00
Alexey Melnichuk
ef25a2f444 Add. category method to error object. 2014-09-01 11:39:11 +05:00
Alexey Melnichuk
3ac4b54851 Add. Export error classes (ERROR_EASY, ERROR_MULTI)
```Lua
e = curl.error(curl.ERROR_EASY, curl.E_UNKNOWN_OPTION)
```
2014-09-01 11:23:11 +05:00
Alexey Melnichuk
dcc027c29a Fix. version_info returns protocol names in upper case. 2014-09-01 10:14:00 +05:00
root
3382feb5b7 Fix. Build with old version libcurl (7.19.7) (3)
according to symbols-in-versions in curl.
2014-08-31 16:09:14 +08:00
Alexey Melnichuk
e5055b5d19 Add. Export all fields from vesion info 2014-08-29 16:09:50 +05:00
Alexey Melnichuk
18c97805c1 Add. setopt method to share interface 2014-08-28 12:40:13 +05:00
Alexey Melnichuk
237e735495 Add. Init Share interface 2014-08-28 11:26:44 +05:00
Alexey Melnichuk
bf72021579 Add. Init multi interface. 2014-08-27 12:05:44 +05:00
Alexey Melnichuk
430ebb927e Rename. httppost function to form 2014-08-27 10:54:51 +05:00
Alexey Melnichuk
a1393c1934 Add. Export some libcurl flags and constants. 2014-08-26 16:10:42 +05:00
Alexey Melnichuk
3d204d7d24 Add. version/version_info function 2014-08-25 15:42:49 +05:00
Alexey Melnichuk
209378db60 Fix. Define export functions. 2014-08-25 15:07:21 +05:00
Alexey Melnichuk
b46fc0ad25 Init commit 2014-08-25 13:12:45 +05:00