qBittorrent/src/base
Vladimir Golovnev 4d54fb675f
Correctly handle received metadata
It did not work correctly, since it assumed that 'lt::torrent_plugin' is created at an earlier stage and is able to track all changes in the torrent state, but in reality it turned out that it was created after the torrent moved to the `downloading_metadata` state, so we had to additionally handle it in the constructor.

PR #16121.
2022-01-16 16:06:15 +03:00
..
3rdparty Use QSaveFile wherever applicable 2021-09-15 21:54:44 +08:00
bittorrent Correctly handle received metadata 2022-01-16 16:06:15 +03:00
http Don't expire connection when there are data in buffer 2021-12-18 12:28:30 +08:00
net Correctly concatenate path components 2022-01-03 19:44:47 +03:00
rss Correctly handle XML parsing errors 2022-01-13 09:36:08 +03:00
search Correctly concatenate path components 2022-01-03 19:44:47 +03:00
utils Handle .!qB extension behind the scenes 2022-01-08 08:45:50 +03:00
algorithm.h Fix comment typo in algorithm.h (#15030) 2021-05-29 11:30:47 +08:00
asyncfilestorage.cpp Use QSaveFile wherever applicable 2021-09-15 21:54:44 +08:00
asyncfilestorage.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
base.pri Redesign "Incomplete folder" feature 2022-01-01 20:58:49 +03:00
CMakeLists.txt Redesign "Incomplete folder" feature 2022-01-01 20:58:49 +03:00
digest32.h Use implicit copy-constructor generated by compiler 2021-11-29 00:30:17 +08:00
exceptions.cpp Unify custom exceptions 2021-05-18 08:40:05 +03:00
exceptions.h Improve "Watched folders" feature 2021-05-19 15:42:41 +03:00
global.h Raise minimum Qt version to 5.14 2021-06-03 08:56:41 +03:00
iconprovider.cpp Move all icon resources to icon folder root 2020-05-18 20:30:51 +05:30
iconprovider.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
indexrange.h Bump project requirement to C++17 2020-12-31 13:28:48 +08:00
logger.cpp Suppress C4267 conversion warnings (#13307) 2021-06-11 08:51:06 +03:00
logger.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
orderedset.h Revise tag related implementations 2021-04-27 11:47:52 +08:00
preferences.cpp Simplify tray icon related code 2021-12-13 15:56:20 +08:00
preferences.h Simplify tray icon related code 2021-12-13 15:56:20 +08:00
profile.cpp Redesign "Incomplete folder" feature 2022-01-01 20:58:49 +03:00
profile.h Improve Profile handling 2021-09-12 10:58:48 +03:00
profile_p.cpp Correctly concatenate path components 2022-01-03 19:44:47 +03:00
profile_p.h Improve Profile handling 2021-09-12 10:58:48 +03:00
settingsstorage.cpp Migrate "setting key mappings" to upgrade code 2021-12-24 14:50:06 +08:00
settingsstorage.h Unify value loading paths 2021-12-11 01:45:49 +08:00
settingvalue.h Revise SettingsStorage store/load value interface 2021-01-02 12:48:26 +08:00
tagset.cpp Revise tag related implementations 2021-04-27 11:47:52 +08:00
tagset.h Revise tag related implementations 2021-04-27 11:47:52 +08:00
torrentfileguard.cpp Add a thin layer around SettingsStorage class 2020-12-30 00:10:22 +08:00
torrentfileguard.h Add a thin layer around SettingsStorage class 2020-12-30 00:10:22 +08:00
torrentfileswatcher.cpp Correctly handle Auto TMM in Torrent Files Watcher 2022-01-11 07:25:30 +03:00
torrentfileswatcher.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
torrentfilter.cpp Redesign "Incomplete folder" feature 2022-01-01 20:58:49 +03:00
torrentfilter.h Add filter "Checking" to side panel (#15166) 2021-07-16 14:08:10 +03:00
types.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
unicodestrings.h Use proper string for Korean language 2021-12-01 12:06:05 +08:00
version.h.in Bump to 4.5.0alpha1 2022-01-06 20:47:06 +02:00