Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid unncessary IO | Joey Hess | 2015-02-12 |
| | |||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | revert parentDir change | Joey Hess | 2015-01-09 |
| | | | | | | | | Reverts 2bba5bc22d049272d3328bfa6c452d3e2e50e86c Unfortunately, this caused breakage on Windows, and possibly elsewhere, because parentDir and takeDirectory do not behave the same when there is a trailing directory separator. | ||
* | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
| | | | | | | | | parentDir is less safe than takeDirectory, especially when working with relative FilePaths. It's really only useful in loops that want to terminate at / This commit was sponsored by Audric SCHILTKNECHT. | ||
* | bittorrent: Fix locking problem when using addurl file:// | Joey Hess | 2014-12-30 |
| | | | | | Fixes: /home/joey/tmp/xxx/.git/annex/misctmp/torrent18347: openFile: resource busy (file is locked) | ||
* | 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. |