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_main.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-05-06
Manually split send_immediately and send_later implementations.
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-28
Reduce run time of some tests.
levlam
2022-02-11
Fix tests.
levlam
2022-01-01
Update copyright year.
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-05-26
Remove REGISTER_TESTS define.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-23
Include ConcurrentScheduler separately.
levlam
2020-10-08
Use Random::fast_bool.
levlam
2020-08-27
Deprecate ActorShared with 0 token.
levlam
2020-07-13
Use emplace whenever possible.
levlam
2020-01-01
Update copyright year.
levlam
2019-09-05
Minor improvements.
levlam
2019-08-14
Various fixes.
levlam
2019-08-13
Fix tdutils after merge.
levlam
2019-08-01
Make G() safe.
levlam
2019-07-30
Actors: destroy events in mailbox in context of actor
Arseny Smirnov
2019-02-13
Explicitly include common.h.
levlam
2019-02-12
Use LOG_CHECK where it is necessary
Arseny Smirnov
2019-01-01
Update copyright year.
levlam
2018-10-27
Remove back actor_id variables.
levlam
2018-10-26
Fix some MSVC Analyzer warnings.
levlam
2018-09-27
Use td::unique_ptr instead of std::unique_ptr whenever possible.
levlam
2018-07-03
Template ActorSendType.
levlam
2018-07-03
Replace actor Send::Flags with ActorSendType.
levlam
2018-05-19
Fix tests.
levlam
2018-02-12
Move some implementation to cpp.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov