aboutsummaryrefslogtreecommitdiff
path: root/Remote/BitTorrent.hs
Commit message (Expand)AuthorAge
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* refactor ExportActionsGravatar Joey Hess2017-09-01
* add API for exportingGravatar Joey Hess2017-08-29
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* fromkey, registerurl: Allow urls to be specified instead of keys, and generat...Gravatar Joey Hess2015-05-22
* add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* bittorrent: Fix handling of magnet links.Gravatar Joey Hess2015-04-14
* well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
* WIP on making --quiet silence progress, and infra for concurrent progress barsGravatar Joey Hess2015-04-03
* avoid unncessary IOGravatar Joey Hess2015-02-12
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* bittorrent: Fix locking problem when using addurl file://Gravatar Joey Hess2014-12-30
* When possible, build with the haskell torrent library for parsing torrent files.Gravatar Joey Hess2014-12-18
* remove default untrusted hack for bittorrentGravatar Joey Hess2014-12-17
* note about http://hackage.haskell.org/package/torrentGravatar Joey Hess2014-12-17
* make checkkey always fail for torrentsGravatar Joey Hess2014-12-17
* more robust fallback when a file is available from multiple torrents and some...Gravatar Joey Hess2014-12-17
* fix fencepost error and aria resume after partial download of multi-file torrentGravatar Joey Hess2014-12-17
* remove excess directoryGravatar Joey Hess2014-12-17
* fix torrentUrlNum when there is no #nGravatar Joey Hess2014-12-17
* move dummy uuids to Annex.UUIDGravatar Joey Hess2014-12-17
* add aria2 progress parsingGravatar Joey Hess2014-12-17
* Added bittorrent special remoteGravatar Joey Hess2014-12-16