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
/
tddb
/
td
/
db
/
TQueue.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-05-21
Fix storer/parser types.
levlam
2025-01-01
Update copyright year.
levlam
2024-01-01
Update copyright year.
levlam
2023-03-09
Increase timeout for TQueue clear warning to be hardly exceeded.
levlam
2023-02-10
Binlog::erase_batch, TQueue:pop_batch
Arseny Smirnov
2023-02-02
Replace unsafe to maintain data_ field with get_data() method.
levlam
2023-02-01
Reserve storage for deleted_log_event_ids.
levlam
2023-01-29
Improve TQueue::clear logging.
levlam
2023-01-06
Delete TQueue events directly if appropriate.
levlam
2023-01-05
Return all deleted events fron TQueue::clear.
levlam
2023-01-01
Update copyright year.
levlam
2022-12-20
Use directly remove_event instead of pop in TQueue:clear.
levlam
2022-12-20
Delete events from callback before forgetting them in TQueue.
levlam
2022-11-23
Minor fixes.
levlam
2022-11-23
Fix logging.
levlam
2022-11-21
Add warning about too long TQueue clear.
levlam
2022-11-10
Decrease the maximum number of kept TQueue events.
levlam
2022-11-08
Improve TQueue::clear.
levlam
2022-11-08
Add TQueue::clear.
levlam
2022-10-13
Don't allow TQueue::run_gc to run for more than 50 milliseconds.
levlam
2022-10-13
Simplify TQueue::run_gc.
levlam
2022-02-10
Check and fix half of FlatHashMap usages.
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-01-01
Update copyright year.
levlam
2021-10-18
Minor improvements.
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-10-08
Fix std::...::erase return value usages.
levlam
2020-09-22
Unify "log event" spelling.
levlam
2020-08-28
Fix warning.
levlam
2020-08-26
Fix from_id check in TQueue.
levlam
2020-08-16
TQueue: fix adding already expired events.
levlam
2020-08-14
Minor fixes.
levlam
2020-08-07
Minor improvements.
levlam
2020-08-07
TQueue: run_gc returns count of deleted events
Arseny Smirnov
2020-08-07
TQueue: minor refactoring of gc
Arseny Smirnov
2020-08-07
Optimize TQueue::run_gc, so it can be run arbitrary often.
levlam
2020-08-06
Use unix_time in TQueue.
levlam
2020-07-25
Erase the dummy event when new event is pushed to TQueue.
levlam
2020-07-25
Use std::map instead of VectorQueue in TQueue.
levlam
2020-07-24
Do not delete queue if there is no callback.
levlam
2020-07-24
Fix TQueue run_gc statistics.
levlam
2020-07-24
Fix TQueue binlog replaying.
levlam
2020-07-24
Check queue constraints in TQueue::do_push.
levlam
2020-07-24
Drop only one week old empty queues from TQueue.
levlam
2020-07-24
Add TQueue run_gc statistics.
levlam
2020-07-14
Minor improvements.
levlam
[next]