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
Commit message (
Expand
)
Author
Age
*
Replace string with string_view where possible.
tastytea
2020-01-08
*
Replace arguments in URI.
tastytea
2020-01-08
*
Add support for parameters (GET).
tastytea
2020-01-08
*
Follow up to 10 HTTP redirects automatically.
tastytea
2020-01-08
*
Make curlwrapper_instances explicitly atomic.
tastytea
2020-01-08
*
Add sections about thread safety and text input to documentation.
tastytea
2020-01-08
*
CI: Compile exmaples.
tastytea
2020-01-07
*
CI: Test with clang.
tastytea
2020-01-07
*
Fix include in example, prefer local header.
tastytea
2020-01-07
*
Search for all directories in shorten_filename().
tastytea
2020-01-06
*
Fix initialization notation of version.
tastytea
2020-01-06
*
Set User-Agent.
tastytea
2020-01-06
*
Add get_curl_easy_handle().
tastytea
2020-01-06
*
Renamed return_types.hpp to answer.hpp.
tastytea
2020-01-06
*
Add parametermap.
tastytea
2020-01-06
*
Exclude shorten_filename from doxygen.
tastytea
2020-01-06
*
Add doxygen-reference to example.
tastytea
2020-01-06
*
Add simple example.
tastytea
2020-01-06
*
Improve exception documentation.
tastytea
2020-01-06
*
Query max_toot_chars the first time get_max_chars() is called.
tastytea
2020-01-06
*
Change signature of Instance.
tastytea
2020-01-06
*
Refactored constructor of Instance.
tastytea
2020-01-05
*
Add errorlog.
tastytea
2020-01-05
*
Make curlwrapper_instances static.
tastytea
2020-01-05
*
Show filename in debuglog instead of function.
tastytea
2020-01-05
*
Make assignment to _max_chars clearer.
tastytea
2020-01-05
*
Do global curl init / cleanup only once.
tastytea
2020-01-05
*
Make _endpoint_map static.
tastytea
2020-01-05
*
Add support for HTTP method PUT.
tastytea
2020-01-05
*
Add placeholder for :hashtag.
tastytea
2020-01-05
*
Add all API endpoints of Pleroma 1.1.7.
tastytea
2020-01-05
*
Only construct 1 API per Connection.
tastytea
2020-01-05
*
Add all API endpoints of Mastodon 3.0.
tastytea
2020-01-05
*
Add support for HTTP methods PATCH and DELETE.
tastytea
2020-01-05
*
Add curl to dependency list.
tastytea
2020-01-05
*
Updated example in documentation.
tastytea
2020-01-05
*
Merge branch 'develop' into main
tastytea
2020-01-05
|
\
|
*
Explicitly set NDEBUG for non-debug builds.
tastytea
2020-01-05
|
*
Include function name instead of file name in debuglog.
tastytea
2020-01-05
|
*
make_request(): Return complete answer_type,
tastytea
2020-01-05
|
*
Change argument “meth” to “method” in make_request().
tastytea
2020-01-05
|
*
Add default values to answer_type and update documentation.
tastytea
2020-01-05
|
*
Check for http_status in answer_type::operator bool().
tastytea
2020-01-05
|
*
Add headers to answer_type.
tastytea
2020-01-05
|
*
answer_type: Replace error_code with curl_error_code.
tastytea
2020-01-05
|
*
Fix include order.
tastytea
2020-01-05
|
*
Microfix CURLException message.
tastytea
2020-01-05
|
*
Query instance for max_toot_chars.
tastytea
2020-01-05
|
*
Add debuglog.
tastytea
2020-01-05
|
*
Optimize request-flow. 😃
tastytea
2020-01-05
[next]