Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-12 | remove header protectionHEADmaster | fadhil riyanto | |
Signed-off-by: fadhil riyanto <me@fadev.org> | |||
2023-01-29 | Fix timeout issues (#251) | llnulldisk | |
2022-09-08 | If the request did not complete correctly, show the error information. If no ↵ | Dmitry Mikushin | |
detailed error information was written to errbuf, show the more generic information from curl_easy_strerror instead | |||
2021-12-03 | fix(HttpParser/CurlHttpClient): fix typo | JellyBrick | |
2021-04-05 | Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for curl. | Mathias Schnarrenberger | |
2020-03-22 | Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cpp | Egor Pugin | |
2020-03-22 | Fix header order. | Egor Pugin | |
2020-03-17 | format: add missing headers | Alexander Zaitsev | |
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build | |||
2020-03-14 | Fix #127, #128 & Code quality improvements | jellybrick | |
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'. | |||
2020-03-13 | fix: use std::size_t instead of size_t | Alexander Zaitsev | |
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests | |||
2019-12-05 | Combile all licenses in LICENSE. Fix Dockerfile_test | Oleg Morozenkov | |
2019-02-23 | Fix curl client issue https://github.com/reo7sp/tgbot-cpp/issues/84 | Gravechapa | |
2018-07-23 | Refactor http clients, fix webhook server, add more samples, change tabs to ↵ | Oleg Morozenkov | |
4 spaces |