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
/
benchmark
/
bench_tddb.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-01-01
Update copyright year.
levlam
2022-11-09
Rename MessagesDb to MessageDb.
levlam
2022-09-14
Replace ConcurrentScheduler::init with constructor.
levlam
2022-06-27
Move Promise to tdutils.
levlam
2022-01-01
Update copyright year.
levlam
2021-11-19
Support deletion from database messages by sender_dialog_id.
levlam
2021-11-06
Move benchmarks out of namespace td.
levlam
2021-10-21
Minor improvements.
levlam
2021-09-22
Make DbKey required to construct SqliteConnectionSafe.
levlam
2021-09-19
Unify include order.
levlam
2021-09-03
Update layer to 133.
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-11-23
Include ConcurrentScheduler separately.
levlam
2020-09-28
Add top_thread_message_id column to the database.
levlam
2020-08-08
Minor benchmark improvements.
levlam
2020-01-01
Update copyright year.
levlam
2019-11-26
Add ServerMessageId.h.
levlam
2019-04-26
Add language_pack_database_size to storageStatisticsFast.
levlam
2019-01-07
Forward-declare SqliteConnectionSafe and SqliteDb. Finally, all DB usages are...
levlam
2019-01-01
Update copyright year.
levlam
2018-11-28
Add notification_id field to message database.
levlam
2018-09-27
Use td::unique_ptr instead of std::unique_ptr whenever possible.
levlam
2018-09-18
emscripten: td_get_timeout
Arseny Smirnov
2018-07-03
Fix some td/actor/ includes.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov