Commit Graph

404 Commits (a8288a6217f17207bb101e1d71ec68ec3ffc356b)

Author SHA1 Message Date
Alexey Melnichuk a8288a6217 Update Travis file 2018-04-30 17:09:24 +03:00
Alexey Melnichuk 52963a1e08 Use libuv 1.19.0 2018-04-30 15:31:06 +03:00
Alexey Melnichuk 58847b11ad Add. `mime:easy()` method. 2018-04-30 13:25:15 +03:00
Alexey Melnichuk d86d77b582 Update test server 2017-11-03 11:56:49 +03:00
Alexey Melnichuk 6734219197 Add. `filename` parameter to mime data/filedata
Add. `addpart` accept table as argument
Add. `encoder` method to mime part
2017-10-23 16:16:51 +03:00
Alexey Melnichuk e523cb4535 Handle hpost stream abort CURLE_READ_ERROR error code. 2017-10-23 13:10:09 +03:00
Alexey Melnichuk 435a0be37b Update curl version on AppVeyor 2017-10-23 12:47:27 +03:00
Alexey Melnichuk 37b880fef4 Update test server [ci skip] 2017-10-19 19:19:40 +03:00
Alexey Melnichuk c0f7a3f18a Replace `http://example.com` to local pegasus server. 2017-10-19 18:06:32 +03:00
Alexey Melnichuk c8a0f7ea8e Update test server. 2017-10-19 17:36:54 +03:00
Alexey Melnichuk 4f75627e5c Replace `httpbin.org` to local pegasus server 2017-10-19 15:58:54 +03:00
Alexey Melnichuk b723615c05 Add. Ability unset info by passing `false` 2017-10-18 14:53:18 +03:00
Alexey Melnichuk 5239176fc0 Test. Use pegasus server to dump mime content. 2017-10-18 14:14:14 +03:00
Alexey Melnichuk 8916f541d9 Fix. Handle new return code for curl_formget in libcurl 7.56.0 2017-10-12 15:39:57 +03:00
Alexey Melnichuk 0e1eaa525a Add. New cURL MIME API 2017-10-12 14:22:24 +03:00
Alexey Melnichuk 14a9246abe Merge pull request #114 from moteus/master
Add. __tostring metamethod to http post.
2017-08-28 09:57:57 +03:00
Alexey Melnichuk 4c3915417a Add. __tostring metamethod to http post. 2017-08-28 09:41:51 +03:00
Vadim A. Misbakh-Soloviov b0ed65f74b Makefile: dropping off linking against librt and libdl (compiler takes care of it by itself when needed) 2017-08-22 13:15:00 +07:00
Alexey Melnichuk d1b6b8627f Merge pull request #111 from moteus/master
Support libcurl 7.55.1
2017-08-16 15:07:52 +03:00
Alexey Melnichuk 899f4e9952 Update libcurl in tests. 2017-08-16 14:14:48 +03:00
Alexey Melnichuk 3b9a32494f Add. Options from libcurl 7.55.0 2017-08-16 14:09:51 +03:00
Alexey Melnichuk 8042bb79c1 Add. Support offset type for easy getinfo function. 2017-08-16 13:57:21 +03:00
Alexey Melnichuk 7f3bd8bfcb Merge pull request #110 from moteus/master
Add. get certinfo for easy handle.
2017-08-15 17:48:20 +03:00
Alexey Melnichuk 1475e5cd60 Add. get certinfo for easy handle. 2017-08-15 17:41:49 +03:00
Alexey Melnichuk 9d27c9404d Update examples. 2017-07-24 12:32:56 +03:00
Alexey Melnichuk 810ab53ffd Back to dev version [ci skip] 2017-07-21 12:13:54 +03:00
Alexey Melnichuk d7d3af0b66 Release 0.3.7 2017-07-21 12:01:36 +03:00
Alexey Melnichuk 82edc79641 Merge pull request #109 from moteus/master
Add. Examples to new callback functions. [ci skip]
2017-07-21 11:43:52 +03:00
Alexey Melnichuk 4120b470f5 Add. Examples to new callback functions. [ci skip] 2017-07-21 11:21:36 +03:00
Alexey Melnichuk d0cde48bd0 Merge pull request #108 from moteus/master
Add. Pass socket as lightuserdata if it not fit to Lua number.
2017-07-20 19:35:50 +03:00
Alexey Melnichuk 315734026b Add. Pass socket as lightuserdata if it not fit to Lua number. 2017-07-20 16:24:06 +03:00
Alexey Melnichuk eb4c503fd9 Merge pull request #107 from moteus/master
Fix. On Lua 5.3 returns info as integer.
2017-07-17 14:48:42 +03:00
Alexey Melnichuk a1e7eb6bc0 Fix. On Lua 5.3 returns info as integer. 2017-07-17 14:09:56 +03:00
Alexey Melnichuk 450a5eaac2 Merge pull request #106 from moteus/master
Unref callback context when call unsetopt function.
2017-07-17 13:40:23 +03:00
Alexey Melnichuk 6426798c50 Unref callback context when call unsetopt function. 2017-07-17 13:14:43 +03:00
Alexey Melnichuk 316cf79070 Merge pull request #104 from moteus/master
Add callback functions
2017-07-17 11:24:28 +03:00
Alexey Melnichuk 173923d890 Tested new static_assert on MinGW [ci skip] 2017-07-13 16:13:15 +03:00
Alexey Melnichuk 34fc5fe882 Fix. chunk end callback 2017-07-13 15:03:24 +03:00
Alexey Melnichuk bd76cfc49e More strict compile time checks. 2017-07-13 13:58:23 +03:00
Alexey Melnichuk e2d5cfc954 Update doc. 2017-07-13 13:39:39 +03:00
Alexey Melnichuk fe202ed915 Add. Export CURLFILETYPE_XXX constants 2017-07-13 11:19:14 +03:00
Alexey Melnichuk 2a43abc939 Fix. Set chunk end callback. 2017-07-13 11:14:36 +03:00
Alexey Melnichuk 36ea4c532f Update doc [ci skip] 2017-07-13 10:29:19 +03:00
Alexey Melnichuk bb5fa08d89 Add. chunk begin/end callbacks 2017-07-12 18:19:55 +03:00
Alexey Melnichuk d87d030900 Fix. fnmatch nomatch if callback returns nothing 2017-07-12 17:24:10 +03:00
Alexey Melnichuk a2cacb8dd0 Add. fnmatch callback 2017-07-12 15:26:06 +03:00
Alexey Melnichuk f78156d6df Add. Debug callback 2017-07-12 14:47:49 +03:00
Alexey Melnichuk 97bd9875f7 Add. seek callback 2017-07-12 12:15:23 +03:00
Alexey Melnichuk e0a47d5b2c Merge pull request #102 from moteus/master
Add. `__tostring` methods to classes.
2017-07-06 13:39:08 +03:00
Alexey Melnichuk 479636f5bc Add. `__tostring` methods to classes. 2017-07-06 12:58:13 +03:00