mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-03 21:57:27 +03:00
ed4570cb4d
We can no longer save valid torrent files in the general case, because for torrents of version 2, we need a full merkle tree to do it, but if a torrent is added from magnet link, full merkle tree may not be available even before the end of downloading all the data. Actually, we don't need the full torrent file for the purposes of resuming the torrent, so we can allow libtorrent to produce only a minimal part of the metadata as part complete resume data, but we still want to store it in a separate file, so we extract the resulting metadata from the complete resume data before saving and merge it together before loading. |
||
---|---|---|
.. | ||
app | ||
base | ||
gui | ||
icons | ||
lang | ||
searchengine | ||
webui | ||
CMakeLists.txt | ||
qbittorrent.exe.manifest | ||
qbittorrent.rc | ||
qbittorrent_mingw.rc | ||
src.pro | ||
update_qrc_files.py |