Files
qBittorrent/src/base/bittorrent
Chocobo1 3933790bda Add new webUI API. Closes #6457.
Now getting piece information for a specific torrent is possible via:

* Returns an array of states (integers) of pieces in order. Defined as:
  "0=not downloaded", "1=downloading", "2=downloaded".
  GET /query/getPieceStates/<torrent_hash>

* Returns an array of hashes (strings) of pieces in order:
  GET /query/getPieceHashes/<torrent_hash>
2017-05-26 14:37:03 +08:00
..
2015-12-06 14:27:00 +03:00
2017-05-26 14:37:03 +08:00
2015-12-06 14:27:00 +03:00
2017-05-09 14:21:55 +08:00
2017-05-09 14:21:55 +08:00