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
Commit message (
Expand
)
Author
Age
*
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
*
Enhance documentation for Instance and Connection.
tastytea
2020-01-24
*
Mark buffer variables const.
tastytea
2020-01-20
*
Clarify documentation for Instance::ObtainToken::step_2().
tastytea
2020-01-20
*
Instance is not a function.
tastytea
2020-01-20
*
Report right headerfile location for Instance::ObtainToken.
tastytea
2020-01-20
*
Indentation fix.
tastytea
2020-01-18
*
Fix header names in documentation.
tastytea
2020-01-17
*
Make main page of reference more precise.
tastytea
2020-01-17
*
Mention the dependency on C++17.
tastytea
2020-01-17
*
Remove useless const.
tastytea
2020-01-16
*
Add example to unescape_html() documentation.
tastytea
2020-01-16
*
Add unescape_html().
tastytea
2020-01-15
*
Use bracket initialization in example code.
tastytea
2020-01-14
*
Mark parse_pagination() nodiscard.
tastytea
2020-01-14
*
Removed superfluous const from parameter for readability.
tastytea
2020-01-14
*
Add documentation for set_useragent().
tastytea
2020-01-14
*
Mark ObtainToken constructor explicit.
tastytea
2020-01-14
*
Move types into types.hpp and add answer_type::next() and prev().
tastytea
2020-01-14
*
Remove Instance::get_proxy() and Instance::get_cainfo().
tastytea
2020-01-12
*
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 ObtainToken-example.
tastytea
2020-01-12
*
Add Instance::ObtainToken.
tastytea
2020-01-12
*
Marked some functions noexcept.
tastytea
2020-01-12
*
Add missing header.
tastytea
2020-01-12
*
Add Instance::set_cainfo().
tastytea
2020-01-12
*
Add escape_url() and unescape_url() to CURLWrapper.
tastytea
2020-01-12
*
Add Instance::get_post_formats().
tastytea
2020-01-11
*
Add Instance::get_nodeinfo().
tastytea
2020-01-11
*
Improve documentation for get_max_chars().
tastytea
2020-01-11
*
Add DELETE example.
tastytea
2020-01-11
*
Add support for DELETE requests.
tastytea
2020-01-11
*
Fix patch() and put() requests without parameters.
tastytea
2020-01-11
*
Fix version information for Connection::patch() and put().
tastytea
2020-01-11
*
Add examples 05 and 06.
tastytea
2020-01-11
*
Add HTTP methods PATCH and PUT.
tastytea
2020-01-11
*
Fixed some pleroma endpoints.
tastytea
2020-01-11
*
Expand parametermap documentation.
tastytea
2020-01-11
*
Add example for posting an attachment.
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
*
Add example03 to reference.
tastytea
2020-01-10
*
Simplified buffer_mutex documentation.
tastytea
2020-01-10
[next]