Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | When possible, build with the haskell torrent library for parsing torrent files. | Joey Hess | 2014-12-18 |
| | |||
* | remove default untrusted hack for bittorrent | Joey Hess | 2014-12-17 |
| | | | | This is better handled by checkPresent always failing. | ||
* | note about http://hackage.haskell.org/package/torrent | Joey Hess | 2014-12-17 |
| | |||
* | make checkkey always fail for torrents | Joey Hess | 2014-12-17 |
| | | | | See comment. | ||
* | more robust fallback when a file is available from multiple torrents and ↵ | Joey Hess | 2014-12-17 |
| | | | | some torrent files cannot be downloaded | ||
* | fix fencepost error and aria resume after partial download of multi-file torrent | Joey Hess | 2014-12-17 |
| | |||
* | remove excess directory | Joey Hess | 2014-12-17 |
| | |||
* | fix torrentUrlNum when there is no #n | Joey Hess | 2014-12-17 |
| | |||
* | move dummy uuids to Annex.UUID | Joey Hess | 2014-12-17 |
| | |||
* | add aria2 progress parsing | Joey Hess | 2014-12-17 |
| | |||
* | Added bittorrent special remote | Joey Hess | 2014-12-16 |
addurl behavior change: When downloading an url ending in .torrent, it will download files from bittorrent, instead of the old behavior of adding the torrent file to the repository. Added Recommends on aria2 and bittornado | bittorrent. This commit was sponsored by Asbjørn Sloth Tønnesen. |