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_simple.cpp
Age
Commit message (
Expand
)
Author
2026-05-18
Fix platform.h/config.h includes.
levlam
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-10-18
Fix typos. (#2641)
AYMEN Mohammed
2023-10-06
Avoid 'Access is denied. : 5 : File "server" can't be opened/created for read...
levlam
2023-04-24
Fix warning.
levlam
2023-04-23
Delete temporary files after test finish.
levlam
2023-01-11
Always wait for mailbox.
levlam
2023-01-01
Update copyright year.
levlam
2022-09-14
Replace ConcurrentScheduler::init with constructor.
levlam
2022-06-27
Move Promise to tdutils.
levlam
2022-06-14
Minor fixes.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-27
Speed up actors open_close test.
levlam
2021-10-25
Fix actors_simple test without threads/EventFd.
levlam
2021-10-21
Minor improvements.
levlam
2021-10-18
Mark move constructors/assignment operators noexcept.
levlam
2021-10-15
Explicitly specify namespace td in tdactor tests.
levlam
2021-10-10
Test that MultiPromiseActor uses try_emit_later.
levlam
2021-10-07
Fix Actor 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-08-27
Deprecate ActorShared with 0 token.
levlam
2020-01-01
Update copyright year.
levlam
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-12-12
Give different names to MultiPromise actors.
levlam
2018-10-28
Fix some includes.
levlam
2018-10-26
Fix some MSVC Analyzer warnings.
levlam
2018-10-25
Fix C26451 warning.
levlam
2018-09-27
Various fixes.
levlam
2018-09-18
emscripten: td_get_timeout
Arseny Smirnov
2018-09-13
Make function static.
levlam
2018-09-13
Fix tests
Arseny Smirnov
2018-09-11
Better logging of NativeFd.
levlam
2018-09-10
Fix some includes.
levlam
2018-09-07
A lot of fixes.
levlam
2018-08-17
IOCP: pass tests under windows
Arseny Smirnov
2018-08-16
Scheduler: send from other thread
Arseny Smirnov
2018-08-14
Almost compiles
Arseny Smirnov
2018-06-01
Remove left logging in tests.
levlam
2018-02-01
Actor: always_wait_for_maibox flag
Arseny Smirnov
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov