aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdactor/test/actors_bugs.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-09-14Replace ConcurrentScheduler::init with constructor.levlam
2022-07-02Move MultiTimeout to MultiTimeout.h.levlam
2022-01-01Update copyright year.levlam
2021-11-21Remove explicit verbosity level changes in tests.levlam
2021-10-21Minor improvements.levlam
2021-10-15Explicitly specify namespace td in tdactor tests.levlam
2021-09-19Unify include order.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-01-01Update copyright year.levlam
2020-11-23Include ConcurrentScheduler separately.levlam
2020-11-21Fix MultiTimeout_Destroy test.levlam
2020-01-01Update copyright year.levlam
2019-09-08Minor improvements.levlam
2019-09-04Add MultiTimeout test.levlam
2019-01-01Update copyright year.levlam
2018-09-27Use td::unique_ptr instead of std::unique_ptr whenever possible.levlam
2018-09-18emscripten: td_get_timeoutArseny Smirnov
2018-08-01Add required actor name to MultiTimeout.levlam
2018-07-03Fix some td/actor/ includes.levlam
2018-02-10Change test logging verbosity level.levlam
2018-01-30Use static_cast instead of reinterpret_cast.levlam
2018-01-29Add test for MutliTimeout bugArseny Smirnov