4 Commits

Author SHA1 Message Date
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
09cd9c8e96 Add. Copyright notes to source files. 2014-09-08 14:25:02 +05:00
zhaozg
3610d064a6 update makefile for linux
success build with luajit and lua
fix a warning miss string.h
2014-09-03 21:36:57 +08:00
Alexey Melnichuk
b46fc0ad25 Init commit 2014-08-25 13:12:45 +05:00