summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Make some private members of CURLWrapper static.tastytea2020-01-26
* Add WITH_CLANG-TIDY to CMake recipe.tastytea2020-01-26
* Catch JSON exceptions in nlohmann-json example.tastytea2020-01-26
* Setting -DNDEBUG is redundant.tastytea2020-01-26
* Use brace initialization for _stream_cancelled.tastytea2020-01-26
* Explicitly call CURLWrapper::set_useragent() in setup_curl().tastytea2020-01-26
* Add nlohmann-json example.tastytea2020-01-26
* Make the introduction more true.tastytea2020-01-25
* Add Mastodon and Pleroma hyperlinks to readme.tastytea2020-01-25
* 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
* Setting -g for debug builds is redundant.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
* 80 char rule.tastytea2020-01-19
* Allow examples to build outside mastodonpp.tastytea2020-01-18
* Fix header location in readme example.tastytea2020-01-18
* typo.tastytea2020-01-18
* Merge branch 'develop' into maintastytea2020-01-18
|\
| * Mention “make package” in readme.tastytea2020-01-18
| * Update feature list.tastytea2020-01-18
| * Indentation fix.tastytea2020-01-18
|/
* Merge branch 'develop' into maintastytea2020-01-17
|\
| * 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
* Fix clang URI.tastytea2020-01-16
* Version bump 0.4.0.tastytea2020-01-16
* Merge branch 'develop' into maintastytea2020-01-16
|\
| * Remove useless else.tastytea2020-01-16
| * Remove useless const.tastytea2020-01-16
| * Log proxy changes when debugging.tastytea2020-01-16
| * Add test for unescape_html().tastytea2020-01-16
| * Add example to unescape_html() documentation.tastytea2020-01-16
| * Revert "Add -fsanitize=address to debug flags."tastytea2020-01-16
| * Add unescape_html().tastytea2020-01-15
| * Add -fsanitize=address to debug flags.tastytea2020-01-15
* | Merge branch 'develop' into maintastytea2020-01-14
|\|
| * Update tested dpkg version.tastytea2020-01-14
| * Silence false-positive clang-tidy warning,tastytea2020-01-14
| * Silence false positive clang-tidy warnings in log.hpp.tastytea2020-01-14
| * 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
|/