summaryrefslogtreecommitdiff
path: root/src/net/CurlHttpClient.cpp
AgeCommit message (Collapse)Author
2024-08-12remove header protectionHEADmasterfadhil riyanto
Signed-off-by: fadhil riyanto <me@fadev.org>
2023-01-29Fix timeout issues (#251)llnulldisk
2022-09-08If 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-03fix(HttpParser/CurlHttpClient): fix typoJellyBrick
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for curl.Mathias Schnarrenberger
2020-03-22Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cppEgor Pugin
2020-03-22Fix header order.Egor Pugin
2020-03-17format: add missing headersAlexander Zaitsev
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
2020-03-13fix: use std::size_t instead of size_tAlexander Zaitsev
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2019-02-23Fix curl client issue https://github.com/reo7sp/tgbot-cpp/issues/84Gravechapa
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to ↵Oleg Morozenkov
4 spaces