Commit Graph

517 Commits (9f8b6dba8b5ef1b26309a571ae75cda4034279e5)

Author SHA1 Message Date
Alexey Melnichuk e70f6ac9a3 Add. Support CURLOPT_TRAILERFUNCTION 2019-04-06 19:20:38 +03:00
Alexey Melnichuk 3497febbe7 Fix. Undef forward declaration in the lceasy.h file. 2019-04-06 13:36:43 +03:00
Alexey Melnichuk e0b1d2ee3d Release 0.3.9 2018-12-23 16:36:14 +03:00
Alexey Melnichuk c8cd51eb85 Update email in copyright comments 2018-12-23 16:27:09 +03:00
Alexey Melnichuk 6a24770126
Merge pull request #139 from moteus/curlu_option
Add. support CURLOPT_CULRU
2018-12-23 14:07:23 +03:00
Alexey Melnichuk 50ec43388e Update curl version for testing 2018-12-23 13:41:08 +03:00
Alexey Melnichuk 08f7c69890 Fix. Check correct curl version for curlu option 2018-12-23 13:19:03 +03:00
Alexey Melnichuk 01f8a3cdc1 Add. support CURLOPT_CULRU 2018-12-23 12:33:35 +03:00
Alexey Melnichuk c03bade35b
Merge pull request #138 from moteus/url_api
Support URL API
2018-12-23 10:52:06 +03:00
Alexey Melnichuk 949493b924 Remove unused var from url struct. 2018-11-05 11:59:29 +03:00
Alexey Melnichuk ce1be595ca Fix. tostring metamethod have to return string or raise error 2018-11-04 19:15:35 +03:00
Alexey Melnichuk 474135372e Update test 2018-11-04 18:33:50 +03:00
Alexey Melnichuk 11f39e347d
Merge pull request #137 from moteus/master
Support libcurl 7.60-7.62
2018-11-04 17:49:40 +03:00
Alexey Melnichuk 7f405f0777 Merge branch 'master' into url_api 2018-11-04 14:47:29 +03:00
Alexey Melnichuk acbf52146e Update test 2018-11-04 14:45:33 +03:00
Alexey Melnichuk 5e89fdefb8 Merge branch 'master' into url_api 2018-11-04 14:41:51 +03:00
Alexey Melnichuk 82c65e2ffa Update test 2018-11-04 14:41:30 +03:00
Alexey Melnichuk 8046514220 Fix. init urlapi module on old versions 2018-11-04 14:38:41 +03:00
Alexey Melnichuk 9c0a6cc626 Fix. Use url api also for correct libcurl version 2018-11-04 14:33:10 +03:00
Alexey Melnichuk ec7314059f Merge branch 'master' into url_api 2018-11-04 14:29:52 +03:00
Alexey Melnichuk e9c0c294f1 Fix. Use correct version for options 2018-11-04 14:28:50 +03:00
Alexey Melnichuk 0b2137c6a0 Merge branch 'master' into url_api 2018-11-04 14:19:17 +03:00
Alexey Melnichuk 6c6c31a27b Fix. Define upkeep function for correct versions 2018-11-04 14:18:42 +03:00
Alexey Melnichuk 099f748bbb Add. cURL urlapi support 2018-11-04 14:15:41 +03:00
Alexey Melnichuk 315a2d8683 Add. URL errors 2018-11-03 13:24:03 +03:00
Alexey Melnichuk 44e86bb3ab Revert MSVC project 2018-11-03 12:52:25 +03:00
Alexey Melnichuk a2c3708d2e Add. Support new options from libcurl 7.62.0 2018-11-03 12:46:22 +03:00
Alexey Melnichuk 12909fd5d4 Add. missing options 2018-11-03 12:09:19 +03:00
Alexey Melnichuk a4338b2cd5 Add. Supprt new options for libcurl 7.61.0 2018-11-03 12:02:08 +03:00
Alexey Melnichuk f9b63c1e4f Add. New options from libcurl 7.60.0 2018-11-03 11:43:17 +03:00
Alexey Melnichuk b4d1d7921e
Merge pull request #133 from moteus/unused_warning
Fix. Compile time warnings about unused var/typdefs
2018-08-05 13:16:26 +03:00
Alexey Melnichuk e15f7d203b Fix. Compile time warnings about unused var/typdefs 2018-08-05 12:30:17 +03:00
Alexey Melnichuk 185a03ec2e
Merge pull request #131 from andersonbsilva/master
Fix. Removed invalid semicolon
2018-07-11 23:47:37 +03:00
Anderson Silva 3f0489157d Fix. Removed invalid semicolon 2018-07-11 11:59:33 -07:00
Alexey Melnichuk f34ebbe102 Back to dev version 2018-07-01 11:13:33 +03:00
Alexey Melnichuk 2463732b54
Merge pull request #130 from moteus/multi_memory_leak
Fix. socket action callback prevents multi object from GC
2018-07-01 10:59:11 +03:00
Alexey Melnichuk c9ed7c6c35 Fix. Use weak table as pointer for socket action. 2018-07-01 10:40:30 +03:00
Alexey Melnichuk cf3203eae3 Add. Test for memory leaks 2018-07-01 10:24:21 +03:00
Alexey Melnichuk f36ef258ec Release 0.3.8 2018-05-13 13:06:46 +03:00
Alexey Melnichuk 5347756dec
Update post_mime.lua
ci skip
2018-05-10 09:41:25 +03:00
Alexey Melnichuk 7c28904384 Add. Mime HTTP example. 2018-05-09 21:24:09 +03:00
Alexey Melnichuk cacdb9c6ff
Merge pull request #127 from moteus/null
Allow use null value.
2018-05-09 13:33:06 +03:00
Alexey Melnichuk 886f696866 Add. Allow set null to callbacks. 2018-05-02 21:00:11 +03:00
Alexey Melnichuk e5f68e09cb Fix. Validate allocated memory buffer. 2018-05-02 00:22:29 +03:00
Alexey Melnichuk 11d44d6bbe Debug build 2018-05-01 23:54:20 +03:00
Alexey Melnichuk a9874c7123 Add. Support null in mime module. 2018-05-01 21:09:56 +03:00
Alexey Melnichuk 4a70bcbd2f Add. Support set null as array in multi API 2018-05-01 20:37:51 +03:00
Alexey Melnichuk e3b5c928b5 Add. Allow set NULL values explicitly. 2018-05-01 20:20:04 +03:00
Alexey Melnichuk 4ddacb1931 Add. Support LOCK_DATA_CONNECT for shared object 2018-05-01 18:45:51 +03:00
Alexey Melnichuk 532719c908
Merge pull request #126 from moteus/master
Change. Unset system macros only temporary.
2018-05-01 17:05:04 +03:00