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
/
StorageManager.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-12-14
Don't send updates about unlinked files for bots.
levlam
2024-01-01
Update copyright year.
levlam
2023-03-13
Remove unneeded TdParameters.h includes.
levlam
2023-03-13
Replace value of "use_storage_optimizer" option with value of the correspondi...
levlam
2023-03-02
Avoid unneeded FileStats copying in main thread.
levlam
2023-01-01
Update copyright year.
levlam
2022-08-17
Proxy all option-related requests through G.
levlam
2022-04-13
Add set_promises/fail_promises helper functions.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-11
Improve FileGcParameters field names.
levlam
2021-10-21
Minor improvements.
levlam
2021-10-19
A lot more minor improvements.
levlam
2021-10-10
Add more chat list loading logging.
levlam
2021-10-07
Add Global::request_aborted_error.
levlam
2021-09-26
Load only chats with known info in MessagesManager::load_dialogs.
levlam
2021-09-26
Make FileStats fields private.
levlam
2021-09-19
Unify include order.
levlam
2021-05-31
Prefer US spelling of "canceled".
levlam
2021-01-01
Move some functions from misc.h to algorithm.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-06-26
Fix tdutils after merge.
levlam
2020-06-24
update tdutils from another project
Arseny Smirnov
2020-06-22
Unify conversion function names.
levlam
2020-03-16
Minor fixes.
levlam
2020-03-02
Add optimizeStorage.return_deleted_file_statistics.
levlam
2020-03-02
Remove now unneded dummy parameters.
levlam
2020-02-19
Use the exact file size instead of the real file size in fast storage statist...
levlam
2020-01-03
Use real allocated file size in storage statistics.
levlam
2020-01-01
Update copyright year.
levlam
2019-10-03
Remove StorageManager::gc_parameters_ local variable.
levlam
2019-08-14
Various fixes.
levlam
2019-08-02
StorageManager: new query cancels older queries
Arseny Smirnov
2019-06-05
Fix stopping FileGC when closing.
levlam
2019-05-01
FileGcWorker and FileStatsWorker cancellation
Arseny Smirnov
2019-04-26
Add language_pack_database_size to storageStatisticsFast.
levlam
2019-04-22
Minor fixes.
levlam
2019-04-21
Add separate field for log size in fast storage statistics.
levlam
2019-04-17
experimental td_api::getDatabaseStatistics
Arseny Smirnov
2019-01-18
Add LogInterface::get_file_paths method.
levlam
2019-01-11
Fix file statistics after forwarding files to secret chat.
levlam
2019-01-11
Better on_new_file.
levlam
2019-01-06
Fix Global.h and TdDb.h includes.
levlam
2019-01-01
Update copyright year.
levlam
2018-07-08
Fix some string to Slice conversions.
levlam
2018-06-27
Allow to call deleteAccount before authorization. ConfirmPhone support.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov