summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Fix some warnings.tastytea2020-11-13
* Reformat header files.tastytea2020-11-13
* Add note about scopes in documentation for ObtainToken::step_1().tastytea2020-11-13
* Avoid copies, fix warnings.tastytea2020-11-13
* Add Support for Pleroma 2.0.2.tastytea2020-04-18
* Remove unused using declaration.tastytea2020-04-18
* Define copy constructor for instance.tastytea2020-03-21
* Set access token in CURLWrapper too if it is set in Instance.tastytea2020-03-21
* Allow argument in constructor of Connection to be const.tastytea2020-03-20
* Add missing constructors and assignment operatorstastytea2020-03-20
* Add copy constructor for CURLWrapper.tastytea2020-03-20
* Updated Pleroma endpoints to version 2.0.0.tastytea2020-03-12
* Typo: A space too much.tastytea2020-02-12
* Mark unescape_html() nodiscard.tastytea2020-02-03
* 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
* 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
* Add set_useragent().tastytea2020-01-12
* Simplify connection setup.tastytea2020-01-12
* 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