Commit Graph

32 Commits

Author SHA1 Message Date
tastytea 3a71a14f56
Make error message of CURLException public.
continuous-integration/drone/push Build is passing Details
2021-02-09 17:07:10 +01:00
tastytea fe5707b610
Add option to not call global init / cleanup.
continuous-integration/drone/push Build is passing Details
2021-02-08 23:17:06 +01:00
tastytea d9756db965
Clarified documentation for answer. 2020-11-22 00:53:36 +01:00
tastytea 19a65d7474
Add set_maxredirs().
continuous-integration/drone/push Build is passing Details
2020-11-21 22:13:57 +01:00
tastytea f4ea01d96e
CI: Don't make install.
continuous-integration/drone/push Build is passing Details
2020-11-14 02:48:40 +01:00
tastytea 29c3987816
Add CI recipe.
continuous-integration/drone/push Build is failing Details
2020-11-14 02:24:54 +01:00
tastytea 3a1e7e8e16
Version bump 0.1.1. 2020-11-13 23:23:37 +01:00
tastytea 2a27ca9be6
Add git-subtree documentation. 2020-11-13 23:16:54 +01:00
tastytea e3b5476d7e
Build position independent code (-fPIC). 2020-11-13 22:08:02 +01:00
tastytea 5af456a18b
Fix documentation for check(). 2020-11-13 20:29:23 +01:00
tastytea e1827d08cc
Fix CURLException::what(). 2020-11-13 20:28:24 +01:00
tastytea 442f27a511
Re-order constructors. 2020-11-13 19:37:12 +01:00
tastytea 4cb99531b1
Move stuff into the implementation file. 2020-11-13 19:36:24 +01:00
tastytea 6f6de3ad5f
Delete all copy and move constructors.
I'll think about them later.
2020-11-13 19:35:10 +01:00
tastytea 194e729b29
Add set_proxy(). 2020-11-13 18:33:03 +01:00
tastytea 921e4e271e
Add .editorconfig and .clang-format. 2020-11-08 16:35:50 +01:00
tastytea 70e9285b91
Add non-guarantee to readme. 2020-11-08 16:28:31 +01:00
tastytea ddfca05afe
Add URLs to readme. 2020-11-08 16:25:38 +01:00
tastytea 973bb78896
Don't set locale in headers test. 2020-11-08 16:00:15 +01:00
tastytea 3e04970659
Fix example in readme. 2020-11-08 15:57:54 +01:00
tastytea c795d06a7f
Fix list in readme. 2020-11-08 15:56:25 +01:00
tastytea f5a27bcb03
add title to readme. 2020-11-08 15:53:43 +01:00
tastytea dd193cf0e0
Add version, fix a few things. 2020-11-08 15:50:14 +01:00
tastytea 642fc26f46
CMake: Add options for tests and documentation. 2020-11-08 15:49:45 +01:00
tastytea cd5803080f
CMake: Add doxygen target: 2020-11-08 15:48:44 +01:00
tastytea f09f01e220
Add readme and license. 2020-11-08 15:08:31 +01:00
tastytea d57e1c5cef
Revert to ASCII-only case insensitivity for get_header().
boost::regex doesn't respected locale.
2020-11-08 14:35:09 +01:00
tastytea dbfee4c2bd
Test get_header() with umlauts. 2020-11-08 01:24:59 +01:00
tastytea 63a14867c3
Add new type answer to hold status, headers and body of a request. 2020-11-07 23:50:44 +01:00
tastytea 4a64bd5300
Initialize http_status, check curl_easy_getinfo(). 2020-11-07 23:44:27 +01:00
tastytea 4624d407f2
Add HEAD to switch in make_http_request(). 2020-11-07 23:44:04 +01:00
tastytea 0173093d3d
Initial commit.
Seems to work.
2020-11-03 22:53:20 +01:00