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_db.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-02-09
Fix benchmark/bench_db.cpp
Arseny Smirnov
2023-01-01
Update copyright year.
levlam
2022-09-14
Replace ConcurrentScheduler::init with constructor.
levlam
2022-01-01
Update copyright year.
levlam
2021-09-22
Add allow_creation parameter to SqliteDb::init.
levlam
2021-09-22
Make DbKey required to construct SqliteConnectionSafe.
levlam
2021-09-19
Unify include order.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-23
Include ConcurrentScheduler separately.
levlam
2020-08-08
Minor benchmark improvements.
levlam
2020-01-01
Update copyright year.
levlam
2019-10-22
Various fixes.
levlam
2019-04-28
Use some unused Status responses.
levlam
2019-02-22
Fix includes.
levlam
2019-02-13
Explicitly include common.h.
levlam
2019-01-07
Forward-declare SqliteConnectionSafe and SqliteDb. Finally, all DB usages are...
levlam
2019-01-07
Use KeyValueSyncInterface and BinlogInterface in TdDb.
levlam
2019-01-01
Update copyright year.
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-08
Fix some string to Slice conversions.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov