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
/
td
/
telegram
/
SequenceDispatcher.h
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-02-08
Fix includes and formatting.
levlam
2022-02-07
td: replace most of std::unordered_map usages to td::FlatHashMap
Arseny Smirnov
2022-02-04
Use int32 ro store last/next/total_timeout.
levlam
2022-02-03
Optimize MultiSequenceDispatcherImpl::on_resend usage.
levlam
2022-02-03
Remove "using ChainId".
levlam
2022-02-01
Remove includes of SequenceDispatcher.h from headers.
levlam
2022-02-01
SequenceDispatcher: hide usage into NetQueryDispatcher
Arseny Smirnov
2022-02-01
SequenceDispatcher: bugfixes
Arseny Smirnov
2022-01-31
Temporarily use old MultiSequenceDispatcher.
levlam
2022-01-31
Minor fixes.
levlam
2022-01-28
SequenceDispatcher: support multiple chains
Arseny Smirnov
2022-01-28
ChainScheduler - new implementation of SequenceDispatcher
Arseny Smirnov
2022-01-01
Update copyright year.
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-01-01
Update copyright year.
levlam
2019-01-01
Update copyright year.
levlam
2018-12-29
Add pushReceiverId.
levlam
2018-07-03
Fix some td/actor/ includes.
levlam
2018-04-19
Explicitly specify enum underlying type.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov