qBittorrent/src/base/bittorrent
Chocobo1 c95e450b8d
Improve compatibility with libtorrent 2.0
In libtorrent 2.0, the `connection_type` was changed to a flag type and
hence it cannot be used in a switch statement directly. Also our use of
`connection_type` is limited so that a single equality comparison
would cover all of our use cases.
2020-10-26 00:36:59 +08:00
..
addtorrentparams.h Improve torrent loading code 2020-08-09 12:11:07 +03:00
bandwidthscheduler.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
bandwidthscheduler.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
cachestatus.h Use cached SessionStatus and CacheStatus 2017-05-10 13:24:37 +03:00
common.h Create header for common BitTorrent declarations 2020-05-25 20:32:35 +03:00
customstorage.cpp Remove redundant checking before remove 2020-10-23 12:58:57 +08:00
customstorage.h Fix class name 2020-10-23 12:58:11 +08:00
downloadpriority.cpp Remove redundant namespace prefix 2020-09-25 15:10:20 +08:00
downloadpriority.h Add preliminary support of libtorrent v1.2 2019-03-18 15:17:03 +03:00
filterparserthread.cpp Migrate away from deprecated address::from_string() 2020-09-07 14:27:18 +08:00
filterparserthread.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
infohash.cpp Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
infohash.h Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
ltqhash.h Move qHash helper for libtorrent types to its own file 2020-10-22 03:12:48 +08:00
ltunderlyingtype.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
magneturi.cpp Fix typos 2020-10-20 18:56:30 +08:00
magneturi.h Replace QList by QVector 2019-08-05 20:56:15 +08:00
nativesessionextension.cpp Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
nativesessionextension.h Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
nativetorrentextension.cpp Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
nativetorrentextension.h Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
peeraddress.cpp Show any multiple connections from the same IP in peer list 2020-01-29 20:40:10 +02:00
peeraddress.h Show any multiple connections from the same IP in peer list 2020-01-29 20:40:10 +02:00
peerinfo.cpp Improve compatibility with libtorrent 2.0 2020-10-26 00:36:59 +08:00
peerinfo.h Remove DISABLE_COUNTRIES_RESOLUTION define 2020-07-08 01:07:50 +01:00
portforwarderimpl.cpp Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
portforwarderimpl.h Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
resumedatasavingmanager.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
resumedatasavingmanager.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
session.cpp Prevent resume data to be saved for removed torrent 2020-10-22 20:16:52 +03:00
session.h Add option for hashing_threads, use 10 asyc IO threads 2020-10-13 00:58:13 +03:00
sessionstatus.h Use new Session Statistics feature 2017-05-10 13:24:51 +03:00
speedmonitor.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
speedmonitor.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
statistics.cpp Drop "private" subfolders 2020-05-08 14:59:18 +03:00
statistics.h Drop "private" subfolders 2020-05-08 14:59:18 +03:00
torrentcreatorthread.cpp Add support for creating v2 torrents 2020-10-10 23:21:26 +08:00
torrentcreatorthread.h Add support for creating v2 torrents 2020-10-10 23:21:26 +08:00
torrenthandle.cpp Remove redundant namespace prefix 2020-09-25 15:10:20 +08:00
torrenthandle.h Merge pull request #12877 from an0n666/private-torrents 2020-05-30 19:29:02 +08:00
torrenthandleimpl.cpp Move qHash helper for libtorrent types to its own file 2020-10-22 03:12:48 +08:00
torrenthandleimpl.h Improve sequentialDownload/firstLastPiecePriority handling 2020-09-18 13:33:55 +03:00
torrentinfo.cpp Remove redundant namespace prefix 2020-09-25 15:10:20 +08:00
torrentinfo.h Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
tracker.cpp Avoid unessary QString allocation 2020-10-07 15:34:26 +01:00
tracker.h Add final specifier to classes 2020-04-17 13:18:40 +08:00
trackerentry.cpp Bump requirement to libtorrent 1.2 2020-06-26 17:17:29 +08:00
trackerentry.h Simplify TrackerEntry::status() logic 2020-02-17 18:46:30 +08:00