Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-04 | Fix a few warnings reported by MSVC compiler | r4dish | |
2023-01-29 | Fix timeout issues (#251) | llnulldisk | |
2021-04-05 | Fixes https://github.com/reo7sp/tgbot-cpp/issues/13 for boost. Changed ↵ | Mathias Schnarrenberger | |
timeout to 20s compared to issue. Works at least for me. | |||
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-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 | |
2018-07-23 | Refactor http clients, fix webhook server, add more samples, change tabs to ↵ | Oleg Morozenkov | |
4 spaces |