index
:
mastodonpp
main
C++ wrapper for the Mastodon and Pleroma APIs. This mirror exists as a backup in case the original project is ever gone from elsewhere on the Net.
tastytea
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
curl_wrapper.hpp
Commit message (
Expand
)
Author
Age
*
Fix some warnings.
tastytea
2020-11-13
*
Reformat header files.
tastytea
2020-11-13
*
Avoid copies, fix warnings.
tastytea
2020-11-13
*
Add copy constructor for CURLWrapper.
tastytea
2020-03-20
*
Typo: A space too much.
tastytea
2020-02-12
*
Rename buffer_mutex → _buffer_mutex.
tastytea
2020-01-28
*
Add clang-tidy exceptions for http_method.
tastytea
2020-01-27
*
Make some private members of CURLWrapper static.
tastytea
2020-01-26
*
Make set_proxy(), set_cainfo(), set_useragent() virtual.
tastytea
2020-01-24
*
Mark CURLWrapper::get_buffer() inline.
tastytea
2020-01-24
*
Fix decumentation for CURLWrapper destructor.
tastytea
2020-01-24
*
Mark buffer variables const.
tastytea
2020-01-20
*
Removed superfluous const from parameter for readability.
tastytea
2020-01-14
*
Add documentation for set_useragent().
tastytea
2020-01-14
*
Move types into types.hpp and add answer_type::next() and prev().
tastytea
2020-01-14
*
Add set_useragent().
tastytea
2020-01-12
*
Simplify connection setup.
tastytea
2020-01-12
*
Mark CURLWrapper::escape_url() and unescape_url() nodiscard.
tastytea
2020-01-12
*
Hide CURLWrapper::set_proxy().
tastytea
2020-01-12
*
Fix @since-tags that point to nonexisting versions.
tastytea
2020-01-12
*
Add Instance::set_cainfo().
tastytea
2020-01-12
*
Add escape_url() and unescape_url() to CURLWrapper.
tastytea
2020-01-12
*
Expand parametermap documentation.
tastytea
2020-01-11
*
Improve parametermap example.
tastytea
2020-01-11
*
Add support for sending files in HTTP forms.
tastytea
2020-01-11
*
Add add_mime_part().
tastytea
2020-01-11
*
Simplified buffer_mutex documentation.
tastytea
2020-01-10
*
Hide CURLWrapper::cancel_stream().
tastytea
2020-01-10
*
Send the access token.
tastytea
2020-01-10
*
Implement HTTP POST in CURLWrapper.
tastytea
2020-01-10
*
Add parameterpair.
tastytea
2020-01-10
*
Escape keyword “API” in documentation.
tastytea
2020-01-09
*
Add streaming support.
tastytea
2020-01-08
*
Make curl writer non-satatic and add static wrapper.
tastytea
2020-01-08
*
Move URI building for GET requets to add_parameters_to_uri().
tastytea
2020-01-08
*
Fix / ignore some clang-tidy warnings.
tastytea
2020-01-08
*
Add set_proxy().
tastytea
2020-01-08
*
Replace string with string_view where possible.
tastytea
2020-01-08
*
Add support for parameters (GET).
tastytea
2020-01-08
*
Add get_curl_easy_handle().
tastytea
2020-01-06
*
Renamed return_types.hpp to answer.hpp.
tastytea
2020-01-06
*
Add parametermap.
tastytea
2020-01-06
*
Make curlwrapper_instances static.
tastytea
2020-01-05
*
Do global curl init / cleanup only once.
tastytea
2020-01-05
*
Add support for HTTP method PUT.
tastytea
2020-01-05
*
Add support for HTTP methods PATCH and DELETE.
tastytea
2020-01-05
*
Change argument “meth” to “method” in make_request().
tastytea
2020-01-05
*
Add headers to answer_type.
tastytea
2020-01-05
*
Optimize request-flow. 😃
tastytea
2020-01-05
*
Improve documentation for CURLWrapper.
tastytea
2020-01-04
[next]