summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Set access token in CURLWrapper too if it is set in Instance.tastytea2020-03-21
* Ensure that the first parameter in all GET calls is prefaced with ?.tastytea2020-03-20
* Merge branch 'develop' into maintastytea2020-03-20
|\
| * Allow argument in constructor of Connection to be const.tastytea2020-03-20
* | Version bump 0.5.2.tastytea2020-03-20
* | Merge branch 'develop' into maintastytea2020-03-20
|\|
| * Add missing constructors and assignment operatorstastytea2020-03-20
| * Add copy constructor for CURLWrapper.tastytea2020-03-20
* | Version bump 0.5.1.tastytea2020-03-12
* | Merge branch 'develop' into maintastytea2020-03-12
|\|
| * Handle more than one replacement in replace_parameter_in_uri().tastytea2020-03-12
| * Update parameter replacements for Pleroma 2.0.0.tastytea2020-03-12
| * Updated Pleroma endpoints to version 2.0.0.tastytea2020-03-12
* | Merge branch 'develop' into maintastytea2020-02-16
|\|
| * Update contribution guidelines.tastytea2020-02-16
| * Typo: A space too much.tastytea2020-02-12
| * Make map of named entities into 2 columns.tastytea2020-02-12
| * Mark unescape_html() nodiscard.tastytea2020-02-03
|/
* Version bump 0.5.0.tastytea2020-02-02
* Merge branch 'develop' into maintastytea2020-02-02
|\
| * Decrease loops drastically in unescape_html().tastytea2020-02-02
| * Add hyperlinks to git commands in contributing guidelines.tastytea2020-02-02
* | Merge branch 'develop' into maintastytea2020-01-31
|\|
| * Rename buffer_mutex → _buffer_mutex.tastytea2020-01-28
| * Update .clang-tidy.tastytea2020-01-28
| * Add .clang-tidy.tastytea2020-01-27
| * Add clang-tidy exceptions for http_method.tastytea2020-01-27
| * CMake: We are already in the build directory.tastytea2020-01-27
* | Merge branch 'develop' into maintastytea2020-01-26
|\|
| * 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
* | Merge branch 'develop' into maintastytea2020-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