index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tdactor
/
test
/
actors_bugs.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-01-01
Update copyright year.
levlam
2022-09-14
Replace ConcurrentScheduler::init with constructor.
levlam
2022-07-02
Move MultiTimeout to MultiTimeout.h.
levlam
2022-01-01
Update copyright year.
levlam
2021-11-21
Remove explicit verbosity level changes in tests.
levlam
2021-10-21
Minor improvements.
levlam
2021-10-15
Explicitly specify namespace td in tdactor tests.
levlam
2021-09-19
Unify include order.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-23
Include ConcurrentScheduler separately.
levlam
2020-11-21
Fix MultiTimeout_Destroy test.
levlam
2020-01-01
Update copyright year.
levlam
2019-09-08
Minor improvements.
levlam
2019-09-04
Add MultiTimeout test.
levlam
2019-01-01
Update copyright year.
levlam
2018-09-27
Use td::unique_ptr instead of std::unique_ptr whenever possible.
levlam
2018-09-18
emscripten: td_get_timeout
Arseny Smirnov
2018-08-01
Add required actor name to MultiTimeout.
levlam
2018-07-03
Fix some td/actor/ includes.
levlam
2018-02-10
Change test logging verbosity level.
levlam
2018-01-30
Use static_cast instead of reinterpret_cast.
levlam
2018-01-29
Add test for MutliTimeout bug
Arseny Smirnov