summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)Author
2024-08-12remove header protectionHEADmasterfadhil riyanto
2023-04-04Fix a few warnings reported by MSVC compilerr4dish
2023-01-29Fix timeout issues (#251)llnulldisk
2022-09-29Confirm updates directly after handling them (#231)llnulldisk
2022-09-08If the request did not complete correctly, show the error information. If no ...Dmitry Mikushin
2021-12-03fix(HttpParser/CurlHttpClient): fix typoJellyBrick
2021-04-05Merge branch 'FixTimeoutIssuesDuringNetworkDowntime_Curl'Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for curl.Mathias Schnarrenberger
2021-04-05Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for boost. Changed timeou...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
2020-03-14Improve include order. Add some forward decls.Egor Pugin
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
2020-03-13fix: use std::size_t instead of size_tAlexander Zaitsev
2020-03-13fix: use C++ fixed-width types instead of C typesAlexander Zaitsev
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-27Bot API 4.0 - Part 2JellyBrick
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to 4...Oleg Morozenkov
2018-07-04Remove error on bad http request. It is handled by Api.Egor Pugin
2018-07-04Turn off keep-alive. Correctly escape post data.Egor Pugin
2018-07-04Don't destroy post data early.Egor Pugin
2018-07-04Fix error message.Egor Pugin
2018-07-04Remove string literal.Egor Pugin
2018-07-04Implement CurlHttpClient.Egor Pugin
2018-06-08Performance optimizationJellyBrick
2018-06-02Add optimization optionJellyBrick
2018-03-21rename _stringarrayptr with _allowupdates to stay the same with getUpdates()Mio
2018-03-20Make TgLongPoll constructed with user-specified parameters for getUpdates() i...Mio
2017-01-15Fix testsOleg Morozenkov
2015-11-12Remove leading \r\n\r\n before actual json stringFlorian Scheibner
2015-09-15Fix formatting + some minor improvementsOleg Morozenkov
2015-09-10Fix for send files using multipart/formray-pixar
2015-08-11Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixesOleg Morozenkov
2015-07-29Fix includes + fix some minor bugsOleg Morozenkov