Commit Graph

45 Commits (a4d7806f8f4ec9b5a780eb475b28cf89ba9b40f4)

Author SHA1 Message Date
Alexey Melnichuk a4d7806f8f Add. lakefile 2014-08-28 14:52:46 +05:00
Alexey Melnichuk a695b0c5a0 Update rockspec 2014-08-28 14:39:22 +05:00
Alexey Melnichuk 23f51ab142 Update doc 2014-08-28 14:09:54 +05:00
Alexey Melnichuk aab3043323 Fix. Implement `wait` method based on `select` function. 2014-08-28 14:06:24 +05:00
Alexey Melnichuk ecac8bba1a Add. `setopt_share` method to easy interface. 2014-08-28 12:50:04 +05:00
Alexey Melnichuk 18c97805c1 Add. `setopt` method to share interface 2014-08-28 12:40:13 +05:00
Alexey Melnichuk 7babe0c872 Update doc 2014-08-28 11:53:35 +05:00
Alexey Melnichuk 237e735495 Add. Init Share interface 2014-08-28 11:26:44 +05:00
Alexey Melnichuk 7590a6d4cc Update doc 2014-08-28 11:00:46 +05:00
Alexey Melnichuk e5fcb2fb04 Add. `wait` and `timeout` methods for multi interface. 2014-08-28 10:50:48 +05:00
Alexey Melnichuk 922d993c9a Add. `timerfunction` to multi interface 2014-08-27 16:23:51 +05:00
Alexey Melnichuk dde623513c Add. `setopt` method to multi interface. 2014-08-27 16:02:02 +05:00
Alexey Melnichuk 5695b47ed6 Update README.md 2014-08-27 14:59:39 +05:00
Alexey Melnichuk 0ab446c6f6 Fix. rockspec 2014-08-27 14:05:00 +05:00
Alexey Melnichuk f733d2f2b3 Update README.md 2014-08-27 13:58:34 +05:00
Alexey Melnichuk 2fa773fd84 Update rockspec 2014-08-27 13:52:18 +05:00
Alexey Melnichuk d18fb3adca Implement basic multi iterface. 2014-08-27 13:44:50 +05:00
Alexey Melnichuk bf72021579 Add. Init multi interface. 2014-08-27 12:05:44 +05:00
Alexey Melnichuk d2118f2c93 Fix. reset method. 2014-08-27 11:41:22 +05:00
Alexey Melnichuk bb7a6c3571 Add. `reset` method. 2014-08-27 11:08:13 +05:00
Alexey Melnichuk 430ebb927e Rename. `httppost` function to `form` 2014-08-27 10:54:51 +05:00
Alexey Melnichuk 9d36abc5d6 Add. `getinfo` method 2014-08-27 10:34:11 +05:00
Alexey Melnichuk 70af182080 Fix. Set callback with context.
Update Documentation
2014-08-27 10:20:46 +05:00
Alexey Melnichuk 76ea5d49f1 Update README.md. 2014-08-26 16:36:59 +05:00
Alexey Melnichuk 7440dcf8bd Fix. Defines some constant. 2014-08-26 16:33:22 +05:00
Alexey Melnichuk a1393c1934 Add. Export some libcurl flags and constants. 2014-08-26 16:10:42 +05:00
Alexey Melnichuk 03d0e811c8 Add. ProgressFunction option 2014-08-26 15:41:31 +05:00
Alexey Melnichuk 898d2859b4 Move push_cb function to utils. 2014-08-26 14:30:58 +05:00
Alexey Melnichuk 3a2c8b9f81 Add. Export error codes 2014-08-26 14:21:11 +05:00
Alexey Melnichuk de4e4ccb30 Fix. Echo libcurl version in test. 2014-08-26 13:53:45 +05:00
Alexey Melnichuk ee70842172 Move error codes in separate files. 2014-08-26 13:47:20 +05:00
Alexey Melnichuk 93d9142cf6 Fix. Support libcurl >= 7.25 2014-08-26 13:28:34 +05:00
Alexey Melnichuk ea7a282218 Add. Travis files 2014-08-26 12:40:18 +05:00
Alexey Melnichuk d4b1b76de7 Add. `setopt` method.
```Lua
e:setopt(curl.OPT_URL, 'http://example.com')
```
2014-08-25 17:10:14 +05:00
Alexey Melnichuk d8e8ecaacd Add. Easy wrapper example 2014-08-25 16:31:41 +05:00
Alexey Melnichuk 96fd2add7a Update doc. 2014-08-25 15:54:43 +05:00
Alexey Melnichuk 3d204d7d24 Add. version/version_info function 2014-08-25 15:42:49 +05:00
Alexey Melnichuk 916d815764 Add. escape/unescape methods to easy object. 2014-08-25 15:23:29 +05:00
Alexey Melnichuk 209378db60 Fix. Define export functions. 2014-08-25 15:07:21 +05:00
Alexey Melnichuk ea9edd651a Add. Rockspec file. 2014-08-25 15:00:59 +05:00
Alexey Melnichuk 64916fb8c2 Fix. Export getinfo_ function. 2014-08-25 14:39:46 +05:00
Alexey Melnichuk 040a13bd3a Add. HeaderFunction callback. 2014-08-25 14:22:41 +05:00
Alexey Melnichuk 143ac1be89 Fix. Detect raise error in callback 2014-08-25 14:02:01 +05:00
Alexey Melnichuk b46fc0ad25 Init commit 2014-08-25 13:12:45 +05:00
Alexey Melnichuk 5458154562 Initial commit 2014-08-25 14:00:15 +05:00