index
:
fadhil_riyanto/libTgBot.git
master
C++ library for Telegram bot API
Fadhil Riyanto
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
tgbot
/
net
Age
Commit message (
Expand
)
Author
2023-07-02
Revert "Revert "Repeat the http request on fail""
Oleg Morozenkov
2023-06-05
Revert "Repeat the http request on fail"
Oleg Morozenkov
2023-05-11
Merge pull request #262 from dmikushin/repeat-http-request-on-fail
Oleg Morozenkov
2023-05-06
fix gcc13 build
John Doe
2023-02-12
Adding briefs for the new functions
Dmitry Mikushin
2023-02-12
Parameterizing the number of retries and backoff duration for HttpClient.make...
Dmitry Mikushin
2023-01-29
Fix timeout issues (#251)
llnulldisk
2021-12-28
Remove unused parameter name to avoid unused-parameter
edisonhello
2021-07-25
fix(TgWebhookServer): `_path` will be initialized after `_eventHandler`
JellyBrick
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
2020-03-14
Add export header.
Egor Pugin
2020-03-14
Improve include order. Add some forward decls.
Egor Pugin
2020-03-14
Fix #127, #128 & Code quality improvements
jellybrick
2020-03-13
Initial support for shared builds.
Egor Pugin
2020-03-13
fix: use std::size_t instead of size_t
Alexander Zaitsev
2020-03-13
fix: use C++ fixed-width types instead of C types
Alexander Zaitsev
2020-03-13
Fix too big timeout in long poller.
Egor Pugin
2019-12-05
Combile all licenses in LICENSE. Fix Dockerfile_test
Oleg Morozenkov
2018-07-23
Refactor http clients, fix webhook server, add more samples, change tabs to 4...
Oleg Morozenkov
2018-07-04
Remove string literal.
Egor Pugin
2018-07-04
Implement CurlHttpClient.
Egor Pugin
2018-06-23
Fix compile warning (-Wreorder)
JellyBrick
2018-06-08
Resolve Travis-CI test
JellyBrick
2018-06-08
Performance optimization
JellyBrick
2018-05-29
Added @brief to the Doxygen comment.
JellyBrick
2018-05-26
Improve performance
JellyBrick
2018-03-21
rename _stringarrayptr with _allowupdates to stay the same with getUpdates()
Mio
2018-03-20
Make TgLongPoll constructed with user-specified parameters for getUpdates() i...
Mio
2018-03-10
Fixes #54
Oleg Morozenkov
2016-03-27
Fixed compilation errors
Andrea Giove
2016-03-27
Add answerInlineQuery method
Andrea Giove
2015-12-06
Some fixes. Closes #9, #10
Oleg Morozenkov
2015-09-15
Fix formatting + some minor improvements
Oleg Morozenkov
2015-09-10
Fix for send files using multipart/form
ray-pixar
2015-09-08
Fix for boost::asio::local. now you can build the library in windows
ray-pixar
2015-08-12
Fix some compiler errors with global header file
Oleg Morozenkov
2015-08-11
Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixes
Oleg Morozenkov
2015-07-27
Documentation
Oleg Morozenkov