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
/
td
/
actor
/
impl
/
Scheduler.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-05-13
Improve *_list variable names.
levlam
2025-05-07
Minor improvements.
levlam
2025-01-01
Update copyright year.
levlam
2024-05-06
Make send_later_impl non-template.
levlam
2024-05-06
Manually split send_immediately and send_later implementations.
levlam
2024-05-06
Move common code to a non-template function.
levlam
2024-02-17
Remove legacy parameters in Scheduler::flush_mailbox.
levlam
2024-02-01
Improve ServiceActor logging.
levlam
2024-02-01
Fix logging of migrating actors.
levlam
2024-01-01
Update copyright year.
levlam
2023-06-10
Use td::append if possible.
levlam
2023-01-11
Remove now unneeded wait_generation.
levlam
2023-01-01
Update copyright year.
levlam
2022-10-01
Inline yield_scheduler.
levlam
2022-07-20
Add non-template Scheduler::destroy_on_scheduler_impl.
levlam
2022-07-14
Minor fixes.
levlam
2022-06-30
Add and use Scheduler::run_on_scheduler.
levlam
2022-04-04
Fix formatting.
levlam
2022-03-21
Improve log message.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-08
Fix Scheduler::get_timeout.
levlam
2021-11-09
Improve includes.
levlam
2021-11-03
Split Actor.is_lite to need_context and need_start_up.
levlam
2021-10-25
Move Scheduler::ServiceActor::set_queue to cpp.
levlam
2021-10-20
Use auto as variable type if it is initialized with a cast.
levlam
2021-10-06
Respect timeout in run_events.
levlam
2021-08-15
Add Timeout::get_timeout.
levlam
2021-03-28
Clamp float numbers before conversion to integers.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-23
Remove unneeded checks.
levlam
2020-11-22
Fix ConcurrentScheduler destructor.
levlam
2020-10-11
Add some workariunds for crashes on exit without closing all clients.
levlam
2020-10-05
Move log tags definitions out of logging.cpp.
levlam
2020-08-14
Minor fixes.
levlam
2020-08-09
Unify begin/end usages.
levlam
2020-08-05
Minor fixes.
levlam
2020-07-23
Remove debug logging.
levlam
2020-07-22
ByteFlow: backpressure draft
Arseny Smirnov
2020-07-19
Inline Scheduler::do_custom_event.
levlam
2020-07-19
Improve Event logging.
levlam
2020-02-26
Remove unneeded brackets.
levlam
2020-01-01
Update copyright year.
levlam
2019-07-30
Actors: destroy events in mailbox in context of actor
Arseny Smirnov
2019-02-21
Fix log messages style.
levlam
2019-02-12
Use LOG_CHECK where it is necessary
Arseny Smirnov
2019-02-10
Unify spelling of "expires_".
levlam
2019-01-01
Update copyright year.
levlam
2018-12-14
Add additional event.type CHECK.
levlam
2018-09-18
emscripten: td_get_timeout
Arseny Smirnov
[next]