qBittorrent/src/base/bittorrent
Vladimir Golovnev (Glassez) 6070b41c9b Properly add torrent with new tags
First, an attempt is made to add new tags to the Session.
Closes #15105.
2021-06-18 06:29:15 +03:00
..
abstractfilestorage.cpp Allow change-case-only file renaming on Windows 2021-02-06 11:33:46 +03:00
abstractfilestorage.h Declare AbstractFileStorage destructor virtual 2021-06-10 09:19:04 +03:00
addtorrentparams.h Improve "Watched folders" feature 2021-05-19 15:42:41 +03:00
bandwidthscheduler.cpp Improve coding style 2020-11-17 21:02:37 +03:00
bandwidthscheduler.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
bencoderesumedatastorage.cpp Don't log any error when "queue" file doesn't exist 2021-05-27 18:27:41 +03:00
bencoderesumedatastorage.h Don't log any error when "queue" file doesn't exist 2021-05-27 18:27:41 +03:00
cachestatus.h Don't use removed stat metric in libtorrent 2.0 2020-12-24 12:04:14 +08:00
common.h Bump project requirement to C++17 2020-12-31 13:28:48 +08:00
customstorage.cpp Improve coding style 2020-11-17 21:02:37 +03:00
customstorage.h Fix class name 2020-10-23 12:58:11 +08:00
dbresumedatastorage.cpp Remove unused parameter 2021-05-21 14:44:19 +08:00
dbresumedatastorage.h Implement DBResumeDataStorage class 2021-05-01 12:30:53 +03:00
downloadpriority.cpp Improve coding style 2020-11-17 21:02:37 +03:00
downloadpriority.h Add preliminary support of libtorrent v1.2 2019-03-18 15:17:03 +03:00
filesearcher.cpp Improve "info hash" handling 2021-03-12 12:43:14 +03:00
filesearcher.h Improve "info hash" handling 2021-03-12 12:43:14 +03:00
filterparserthread.cpp Improve coding style 2020-11-17 21:02:37 +03:00
filterparserthread.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
infohash.cpp Improve "info hash" handling 2021-03-12 12:43:14 +03:00
infohash.h Improve "info hash" handling 2021-03-12 12:43:14 +03:00
loadtorrentparams.h Revise tag related implementations 2021-04-27 11:47:52 +08:00
ltqhash.h Move qHash helper for libtorrent types to its own file 2020-10-22 03:12:48 +08:00
ltunderlyingtype.h Bump project requirement to C++17 2020-12-31 13:28:48 +08:00
magneturi.cpp Suppress C4267 conversion warnings (#13307) 2021-06-11 08:51:06 +03:00
magneturi.h Improve "Watched folders" feature 2021-05-19 15:42:41 +03:00
nativesessionextension.cpp Improve coding style 2020-11-17 21:02:37 +03:00
nativesessionextension.h Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
nativetorrentextension.cpp Fix received metadata handling 2020-12-05 10:03:27 +03:00
nativetorrentextension.h Fix received metadata handling 2020-12-05 10:03:27 +03:00
peeraddress.cpp Improve coding style 2020-11-17 21:02:37 +03:00
peeraddress.h Show any multiple connections from the same IP in peer list 2020-01-29 20:40:10 +02:00
peerinfo.cpp Reorder peer flags 2021-04-18 12:46:07 +08:00
peerinfo.h Remove redundant suffix from TorrentHandle class 2021-01-06 16:28:17 +03:00
portforwarderimpl.cpp Revise SettingsStorage store/load value interface 2021-01-02 12:48:26 +08:00
portforwarderimpl.h Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
resumedatastorage.h Improve ResumeDataStorage 2021-03-31 11:56:36 +03:00
session.cpp Properly add torrent with new tags 2021-06-18 06:29:15 +03:00
session.h Merge pull request #14976 from Chocobo1/options 2021-05-23 14:27:34 +08:00
sessionstatus.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
speedmonitor.cpp Improve coding style 2020-11-17 21:02:37 +03:00
speedmonitor.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
statistics.cpp Improve coding style 2020-11-17 21:02:37 +03:00
statistics.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
torrent.cpp Improve "info hash" handling 2021-03-12 12:43:14 +03:00
torrent.h Implement DBResumeDataStorage class 2021-05-01 12:30:53 +03:00
torrentcontentlayout.h Allow to add root folder to torrent content 2020-12-23 13:07:33 +03:00
torrentcreatorthread.cpp Simplify natural sort classes interface 2021-04-10 14:18:18 +08:00
torrentcreatorthread.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
torrentimpl.cpp Merge pull request #15029 from glassez/qt-5.14 2021-06-14 16:48:15 +03:00
torrentimpl.h Provide correct error description in "upload mode" 2021-05-27 18:27:40 +03:00
torrentinfo.cpp Suppress C4267 conversion warnings (#13307) 2021-06-11 08:51:06 +03:00
torrentinfo.h Improve "Watched folders" feature 2021-05-19 15:42:41 +03:00
tracker.cpp Unify custom exceptions 2021-05-18 08:40:05 +03:00
tracker.h Improve "info hash" handling 2021-03-12 12:43:14 +03:00
trackerentry.cpp Improve tracker entries handling 2021-03-10 19:54:34 +03:00
trackerentry.h Initialize struct members by default 2021-04-27 11:48:13 +08:00