summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAge
* Rename buffer_mutex → _buffer_mutex.tastytea2020-01-28
|
* Add clang-tidy exceptions for http_method.tastytea2020-01-27
|
* Make some private members of CURLWrapper static.tastytea2020-01-26
| | | | replace_parameter_in_uri(), add_parameters_to_uri() and add_mime_part().
* Add nlohmann-json example.tastytea2020-01-26
|
* Make set_proxy(), set_cainfo(), set_useragent() virtual.tastytea2020-01-24
|
* Mark CURLWrapper::get_buffer() inline.tastytea2020-01-24
|
* Fix decumentation for CURLWrapper destructor.tastytea2020-01-24
|
* Enhance documentation for Instance and Connection.tastytea2020-01-24
|
* Mark buffer variables const.tastytea2020-01-20
|
* Clarify documentation for Instance::ObtainToken::step_2().tastytea2020-01-20
|
* Instance is not a function.tastytea2020-01-20
|
* Report right headerfile location for Instance::ObtainToken.tastytea2020-01-20
|
* Indentation fix.tastytea2020-01-18
|
* Fix header names in documentation.tastytea2020-01-17
|
* Make main page of reference more precise.tastytea2020-01-17
|
* Mention the dependency on C++17.tastytea2020-01-17
|
* Remove useless const.tastytea2020-01-16
|
* Add example to unescape_html() documentation.tastytea2020-01-16
|
* Add unescape_html().tastytea2020-01-15
|
* Use bracket initialization in example code.tastytea2020-01-14
|
* Mark parse_pagination() nodiscard.tastytea2020-01-14
|
* Removed superfluous const from parameter for readability.tastytea2020-01-14
|
* Add documentation for set_useragent().tastytea2020-01-14
|
* Mark ObtainToken constructor explicit.tastytea2020-01-14
|
* Move types into types.hpp and add answer_type::next() and prev().tastytea2020-01-14
|
* Remove Instance::get_proxy() and Instance::get_cainfo().tastytea2020-01-12
| | | | | We can't get the values that were set using environment variables or build-time options. We don't need them anymore for initializing “Connection”s.
* Add set_useragent().tastytea2020-01-12
|
* Simplify connection setup.tastytea2020-01-12
| | | | By adding CURLWrapper::setup_connection_properties.
* Mark CURLWrapper::escape_url() and unescape_url() nodiscard.tastytea2020-01-12
|
* Hide CURLWrapper::set_proxy().tastytea2020-01-12
|
* Fix @since-tags that point to nonexisting versions.tastytea2020-01-12
|
* Add ObtainToken-example.tastytea2020-01-12
|
* Add Instance::ObtainToken.tastytea2020-01-12
|
* Marked some functions noexcept.tastytea2020-01-12
|
* Add missing header.tastytea2020-01-12
|
* Add Instance::set_cainfo().tastytea2020-01-12
|
* Add escape_url() and unescape_url() to CURLWrapper.tastytea2020-01-12
|
* Add Instance::get_post_formats().tastytea2020-01-11
|
* Add Instance::get_nodeinfo().tastytea2020-01-11
|
* Improve documentation for get_max_chars().tastytea2020-01-11
|
* Add DELETE example.tastytea2020-01-11
|
* Add support for DELETE requests.tastytea2020-01-11
|
* Fix patch() and put() requests without parameters.tastytea2020-01-11
| | | | | Connection::patch() and Connection::put() without parameters were making a POST request.
* Fix version information for Connection::patch() and put().tastytea2020-01-11
|
* Add examples 05 and 06.tastytea2020-01-11
|
* Add HTTP methods PATCH and PUT.tastytea2020-01-11
|
* Fixed some pleroma endpoints.tastytea2020-01-11
|
* Expand parametermap documentation.tastytea2020-01-11
|
* Add example for posting an attachment.tastytea2020-01-11
|
* Improve parametermap example.tastytea2020-01-11
|