qBittorrent/src/base/bittorrent
FranciscoPombal 966f891d91 Fix response to event=stopped
BEP-3 says all tracker responses to valid announce requests should be bencoded dictionaries with at least the "peers" and "interval" keys; the "peers" key can be empty.

Also clarify support for BEP-21.
2020-02-26 20:47:33 +00:00
..
private Unify singleton pattern in Profile class 2020-02-11 15:30:59 +08:00
addtorrentparams.h Forward declare in a few places 2019-06-04 17:48:55 +03:00
cachestatus.h Use cached SessionStatus and CacheStatus 2017-05-10 13:24:37 +03:00
downloadpriority.cpp Add preliminary support of libtorrent v1.2 2019-03-18 15:17:03 +03:00
downloadpriority.h Add preliminary support of libtorrent v1.2 2019-03-18 15:17:03 +03:00
infohash.cpp Use faster hash function 2020-01-27 12:53:13 +08:00
infohash.h Change to lt namespace 2019-05-13 11:20:41 +08:00
magneturi.cpp Replace QList by QVector 2019-08-05 20:56:15 +08:00
magneturi.h Replace QList by QVector 2019-08-05 20:56:15 +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 Construct QHostAddress more efficiently 2019-09-01 22:33:01 +08:00
peerinfo.h Use a QString directly instead of QStringList 2019-08-05 20:56:16 +08:00
session.cpp Include resume folder path in exception message 2020-02-15 02:48:55 +08:00
session.h Redesign torrent startup handling 2020-01-21 10:14:59 +03:00
sessionstatus.h Use new Session Statistics feature 2017-05-10 13:24:51 +03:00
torrentcreatorthread.cpp Add option to align file to piece boundary when creating new torrent 2019-09-14 12:16:50 +08:00
torrentcreatorthread.h Add option to align file to piece boundary when creating new torrent 2019-09-14 12:16:50 +08:00
torrenthandle.cpp Do not list not contacted trackers as error 2020-02-15 19:44:14 +00:00
torrenthandle.h Redesign torrent startup handling 2020-01-21 10:14:59 +03:00
torrentinfo.cpp Migrate away from deprecated API 2019-11-29 02:57:31 +08:00
torrentinfo.h Replace QList by QVector 2019-08-05 20:56:15 +08:00
tracker.cpp Fix response to event=stopped 2020-02-26 20:47:33 +00:00
tracker.h Improve embedded tracker 2019-08-21 18:05:50 +08:00
trackerentry.cpp Simplify TrackerEntry::status() logic 2020-02-17 18:46:30 +08:00
trackerentry.h Simplify TrackerEntry::status() logic 2020-02-17 18:46:30 +08:00