517 Commits

Author SHA1 Message Date
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
Alexey Melnichuk
9ac72c75a4 Merge pull request #99 from moteus/master
Add. Support cURL 7.54.0
2017-05-23 16:43:39 +03:00
Alexey Melnichuk
000ae31fdd Add. Support cURL 7.54.0 2017-05-23 13:01:13 +03:00
Alexey Melnichuk
f1088861f7 Merge pull request #97 from digitalloggers/fix-http-version-info-type
Fixing the type of the HTTP verision info to be long, not char*
2017-04-13 15:09:32 +03:00
Sergey Zakharchenko
ca5ae1b09f Fixing the type of the HTTP verision info to be long, not char*, as per documentation. 2017-04-13 13:36:24 +03:00
Alexey Melnichuk
350346c9a8 Back to dev version [ci skip] 2017-04-11 14:35:15 +03:00
Alexey Melnichuk
88bc9ac6cf Release 0.3.6 2017-04-11 12:26:12 +03:00
Alexey Melnichuk
eac3a6a103 Merge remote-tracking branch 'upstream/master' 2017-04-11 11:54:16 +03:00
Alexey Melnichuk
74ab7b0038 Update README.md
[ci skip]
2017-04-04 17:52:27 +03:00
Alexey Melnichuk
1a86a557a0 Merge pull request #96 from moteus/master
Add. Support cURL 7.53.1
2017-03-23 22:07:22 +03:00
Alexey Melnichuk
f656dc5a65 Add. Support cURL 7.53.1 2017-03-23 14:46:09 +03:00
Alexey Melnichuk
b2e31ea176 Merge pull request #93 from moteus/master
Fix. easy:reset() returns correct value
2017-02-15 14:33:14 +03:00
Alexey Melnichuk
5fae338602 Fix. easy:reset() returns correct value 2017-02-15 13:28:56 +03:00
Alexey Melnichuk
6c2f2adc0f Merge pull request #92 from moteus/master
Fix. setopt socketfunction.
2017-02-13 11:49:06 +03:00
Alexey Melnichuk
171aa24120 Add. Post JSON example. 2017-02-13 11:20:39 +03:00
Alexey Melnichuk
187f44306f Fix. setopt socketfunction. 2017-02-13 10:57:05 +03:00
Alexey Melnichuk
bee2a9d2cc Merge pull request #90 from moteus/master
Fix. `setopt_socketfunction` function
2017-02-09 15:00:03 +03:00
Alexey Melnichuk
f8a96ddcce Fix. setopt_socketfunction function 2017-02-09 14:27:26 +03:00
Alexey Melnichuk
76bfbf8dea Merge pull request #89 from moteus/master
Update example in README.md [ci skip]
2017-01-17 16:53:27 +03:00
Alexey Melnichuk
cc737deef8 Update example in README.md [ci skip] 2017-01-17 16:49:57 +03:00
Alexey Melnichuk
bde6a9de76 Merge pull request #88 from moteus/master
Fix. Do not use redefine typedefs as forward declaration (Close #85)
2017-01-13 11:58:35 +03:00
Alexey Melnichuk
201623342f Update Travis file 2017-01-13 10:49:57 +03:00
Alexey Melnichuk
48d7993bba Update Travis file. 2017-01-12 20:13:44 +03:00
Alexey Melnichuk
eff4ab6af9 Fix. Init hererocks on AppVeyor 2017-01-12 18:08:24 +03:00
Alexey Melnichuk
e65cb95567 Fix. Do not use redefine typedefs as forward declaration. 2017-01-12 18:03:11 +03:00
Alexey Melnichuk
1cec281197 Merge pull request #87 from moteus/master
Add. Support libcurl 7.52.1
2017-01-11 16:46:16 +03:00
Alexey Melnichuk
00c1bc4687 Fix. File url in test 2017-01-11 16:10:25 +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
fc476eb479 Merge pull request #86 from moteus/master
Add. Support cURL 7.51.0
2016-12-15 16:01:31 +03:00
Alexey Melnichuk
0ffad3ce06 Fix. Use E_WEIRD_SERVER_REPLY as alias for CURLE_FTP_WEIRD_SERVER_REPLY on libcurl<7.51.0. 2016-12-15 14:56:17 +03:00
Alexey Melnichuk
714486c324 Update appveyor.yml 2016-12-15 14:36:31 +03:00
Alexey Melnichuk
e47123e6d3 Fix. appveyor set PATH to find external binaries. 2016-12-15 14:32:58 +03:00
Alexey Melnichuk
39accdb5b3 Update test runner. 2016-12-15 14:28:37 +03:00
Alexey Melnichuk
c8e821fb07 Fix. Use WEIRD_SERVER_REPLY by default in libcurl > 7.51.0. 2016-12-15 14:08:30 +03:00
Alexey Melnichuk
baab7c5ae7 Fix. Use only one error name for same message. 2016-11-16 17:04:32 +03:00
Alexey Melnichuk
60b8e3e082 Fix. Build if TCP_FASTOPEN defined. 2016-11-16 16:57:54 +03:00
Alexey Melnichuk
83de1e1d2f Use hererocks. 2016-11-16 16:46:25 +03:00
Alexey Melnichuk
2d50bdb6fa Add. Support cURL 7.51.0 2016-11-16 15:53:52 +03:00