summaryrefslogtreecommitdiff
path: root/include/tgbot/net
AgeCommit message (Collapse)Author
2023-07-02Revert "Revert "Repeat the http request on fail""Oleg Morozenkov
2023-06-05Revert "Repeat the http request on fail"Oleg Morozenkov
2023-05-11Merge pull request #262 from dmikushin/repeat-http-request-on-failOleg Morozenkov
Repeat the http request on fail
2023-05-06fix gcc13 buildJohn Doe
2023-02-12Adding briefs for the new functionsDmitry Mikushin
2023-02-12Parameterizing the number of retries and backoff duration for ↵Dmitry Mikushin
HttpClient.makeRequest
2023-01-29Fix timeout issues (#251)llnulldisk
2021-12-28Remove unused parameter name to avoid unused-parameteredisonhello
2021-07-25fix(TgWebhookServer): `_path` will be initialized after `_eventHandler`JellyBrick
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-14Add export header.Egor Pugin
2020-03-14Improve include order. Add some forward decls.Egor Pugin
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
2020-03-13Initial support for shared builds.Egor Pugin
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
2020-03-13fix: use C++ fixed-width types instead of C typesAlexander Zaitsev
- C++ standard doesn't guarantee that C-types without std namespace are available in global namespace. So the proper solution (since it's C++ library) is using C++ types instead of C Tested: - Local build - By unit-tests
2020-03-13Fix too big timeout in long poller.Egor Pugin
Make it 10 seconds instead of 60. Old timeout made bots irresponsible.
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to ↵Oleg Morozenkov
4 spaces
2018-07-04Remove string literal.Egor Pugin
2018-07-04Implement CurlHttpClient.Egor Pugin
2018-06-23Fix compile warning (-Wreorder)JellyBrick
warning: ‘_limit' will be initialized after [-Wreorder]
2018-06-08Resolve Travis-CI testJellyBrick
2018-06-08Performance optimizationJellyBrick
2018-05-29Added @brief to the Doxygen comment.JellyBrick
2018-05-26Improve performanceJellyBrick
2018-03-21rename _stringarrayptr with _allowupdates to stay the same with getUpdates()Mio
2018-03-20Make TgLongPoll constructed with user-specified parameters for getUpdates() ↵Mio
instead of hard-code
2018-03-10Fixes #54Oleg Morozenkov
2016-03-27Fixed compilation errorsAndrea Giove
2016-03-27Add answerInlineQuery methodAndrea Giove
2015-12-06Some fixes. Closes #9, #10Oleg Morozenkov
2015-09-15Fix formatting + some minor improvementsOleg Morozenkov
2015-09-10Fix for send files using multipart/formray-pixar
2015-09-08Fix for boost::asio::local. now you can build the library in windowsray-pixar
2015-08-12Fix some compiler errors with global header fileOleg Morozenkov
2015-08-11Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixesOleg Morozenkov
2015-07-27DocumentationOleg Morozenkov