Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add support for setting the access token. | tastytea | 2020-01-10 |
* | Move set_proxy() to Instance. | tastytea | 2020-01-09 |
* | Fix / ignore some clang-tidy warnings. | tastytea | 2020-01-08 |
* | Replace string with string_view where possible. | tastytea | 2020-01-08 |
* | Query max_toot_chars the first time get_max_chars() is called. | tastytea | 2020-01-06 |
* | Change signature of Instance. | tastytea | 2020-01-06 |
* | Query instance for max_toot_chars. | tastytea | 2020-01-05 |
* | Instance: Add getters for hostname, baseuri and access_token. | tastytea | 2020-01-05 |
* | Move low-level network stuff to CURLWrapper. | tastytea | 2020-01-04 |
* | Only initialize libcurl once. | tastytea | 2020-01-04 |
* | Update description for Instance. | tastytea | 2020-01-04 |
* | Add constructors and assignment operators to Instance. | tastytea | 2020-01-04 |
* | Fix headers in Doxygen output. | tastytea | 2020-01-04 |
* | Add curl initialization. | tastytea | 2020-01-04 |
* | Improve documentation. | tastytea | 2020-01-03 |
* | Use Instance and Request classes. | tastytea | 2020-01-03 |