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
/
src
/
connection.cpp
Commit message (
Expand
)
Author
Age
*
Fix some warnings.
tastytea
2020-11-13
*
Reformat source files.
tastytea
2020-11-13
*
Rename buffer_mutex → _buffer_mutex.
tastytea
2020-01-28
*
Mark buffer variables const.
tastytea
2020-01-20
*
Simplify connection setup.
tastytea
2020-01-12
*
Add Instance::set_cainfo().
tastytea
2020-01-12
*
Made code in Connection::get_new_events() clearer.
tastytea
2020-01-11
*
Add support for DELETE requests.
tastytea
2020-01-11
*
Add HTTP methods PATCH and PUT.
tastytea
2020-01-11
*
Send the access token.
tastytea
2020-01-10
*
Implement HTTP POST in Connection.
tastytea
2020-01-10
*
Add baseurl to uri if endpoint is string_view.
tastytea
2020-01-09
*
Add get_new_events().
tastytea
2020-01-09
*
Move set_proxy() to Instance.
tastytea
2020-01-09
*
Add streaming support.
tastytea
2020-01-08
*
Replace append with +=.
tastytea
2020-01-08
*
Add set_proxy().
tastytea
2020-01-08
*
Replace string with string_view where possible.
tastytea
2020-01-08
*
Add support for parameters (GET).
tastytea
2020-01-08
*
Make _endpoint_map static.
tastytea
2020-01-05
*
Only construct 1 API per Connection.
tastytea
2020-01-05
*
Optimize request-flow. 😃
tastytea
2020-01-05
*
Renamed “Request” to “Connection”.
tastytea
2020-01-05