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.cpp
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-03-22
Improve some log messages.
levlam
2023-01-01
Update copyright year.
levlam
2022-10-02
Ensure that all network requests are sent and all their responses are process...
levlam
2022-08-02
Fix double increase of total_timeout in NetQueryDelayer and SequenceDispatcher.
levlam
2022-06-28
Move promise_send_closure to PromiseFuture.h.
levlam
2022-06-27
Move Promise to tdutils.
levlam
2022-06-14
Minor fixes.
levlam
2022-02-04
Use int32 ro store last/next/total_timeout.
levlam
2022-02-04
Support empty callback in SequenceDispatcher.
levlam
2022-02-03
Rename chains to chain_ids in NetQuery.
levlam
2022-02-03
Improve ChainScheduler.
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
Minor improvements.
levlam
2022-02-01
SequenceDispatcher: bugfixes
Arseny Smirnov
2022-02-01
SequenceDispatcher: distribute food limits to net queries in the same chain a...
Arseny Smirnov
2022-02-01
ChainScheduler: pass new test
Arseny Smirnov
2022-01-31
Minor fixes.
levlam
2022-01-28
SequenceDispatcher: calculate session_rand from first chain id
Arseny Smirnov
2022-01-28
SequenceDispatcher: set error to all NetQueries at tear_down
Arseny Smirnov
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-10-07
Add Global::request_aborted_error.
levlam
2021-07-06
support MSG_WAIT_TIMEOUT
Arseny Smirnov
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-06-10
Improve NetQuery public field names.
levlam
2020-06-04
Log tries to send requests before authorization.
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-06-29
Use CREATE_OK_REQUEST_PROMISE instead of simple RequestOnceActor.
levlam
2018-06-21
Add SequenceDispatcher debug.
levlam
2018-02-27
SequenceDispatcher: bugfix
Arseny Smirnov
2018-02-11
Remove calls to Logger.printf.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov