aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/DownloadManager.h
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-09-23Don't duplicate file identifiers before file downloading.levlam
2024-09-23Support multiple internal downloads for the same file.levlam
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-09-05Remove unused DownloadManager::update_file_deleted.levlam
2022-08-14Minor fixes.levlam
2022-07-23Make DownloadManager::add_file asynchronous.levlam
2022-07-23Call FileReferenceManager::get_file_search_text through DownloadManagerCallback.levlam
2022-07-23Make DownloadManager interface mostly asynchronous.levlam
2022-06-27Move Promise to tdutils.levlam
2022-03-09Minor fixes.levlam
2022-03-06Add FileCounters to download manager updates.levlam
2022-03-05Add class td_api::downloadedFileCounts.levlam
2022-03-05Add new updates about file downloads.levlam
2022-03-03Don't add not downloaded files to recent downloads.levlam
2022-03-03DownloadManager: remove file when local file is removedArseny Smirnov
2022-03-03Asynchronously init DownloadManager.levlam
2022-03-03Reset updateFileDownloads after all downloaded messages are viewed.levlam
2022-03-02Fix return type of get_file_size.levlam
2022-03-02Store and use expected file size in DownloadManager.levlam
2022-03-02Set DownloadManager callback in constructor.levlam
2022-03-01Improve DownloadManager initialization.levlam
2022-03-01DownloadManager create unique callback for each downloadArseny Smirnov
2022-03-01Add get_file_view for DownloadManager::callback.levlam
2022-03-01Add td_api::updateFileRemovedFromDownloads.levlam
2022-02-28Add DownloadManager::add_file_info.levlam
2022-02-28DownloadManager fixes.levlam
2022-02-27DownloadManager fixes and improvements.levlam
2022-02-26DownloadManager: WIPArseny Smirnov
2022-02-26DownloadManager: WIPArseny Smirnov
2022-02-25implement DownloadManagerCallbackArseny Smirnov
2022-02-25Minor improvements.levlam
2022-02-25Td: proxy queries to DownloadManagerArseny Smirnov
2022-02-23DownloadManager: draftArseny Smirnov