Commit graph

22394 commits

Author SHA1 Message Date
Joey Hess
10b796041b design document 2014-12-18 14:51:18 -04:00
Joey Hess
ef12386924 When possible, build with the haskell torrent library for parsing torrent files. 2014-12-18 14:26:10 -04:00
CandyAngel
c05e71c144 2014-12-18 16:49:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
9582e6b781 Added a comment: unavailable files 2014-12-18 16:37:13 +00:00
ghen1
b073368400 2014-12-18 11:44:46 +00:00
ghen1
25f6f21937 Added a comment 2014-12-18 11:28:35 +00:00
vho
177263f607 Added a comment 2014-12-18 10:27:07 +00:00
CandyAngel
4d80ac738a Added a comment 2014-12-18 09:26:17 +00:00
vho
2a78bf8ffe Added a comment: failed upload 2014-12-18 09:18:14 +00:00
Joey Hess
0e44d95964 update for torrents 2014-12-18 00:57:41 -04:00
Joey Hess
aa0f4a74d3 Merge branch 'master' of ssh://git-annex.branchable.com 2014-12-17 23:53:20 -04:00
Sergei Trofimovich
a78a119fb3 git-annex.cabal: add missing http-client depend to S3
With the following flags:
  $ cabal configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=git-annex-5.20141203/ghc-7.8.3.20141119 --datadir=/usr/share/ --datasubdir=git-annex-5.20141203/ghc-7.8.3.20141119 --ghc-option=-O2 --ghc-option=+RTS --ghc-option=-H64M --ghc-option=-M4G --ghc-option=-RTS --ghc-option=-O0 --ghc-option=-j4 --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --ghc-option=-optl-Wl,--hash-style=gnu --disable-executable-stripping --docdir=/usr/share/doc/git-annex-5.20141203 --verbose --sysconfdir=/etc --disable-library-stripping --flags=-android --flags=-androidsplice --flags=-assistant --flags=cryptohash --flags=dbus --flags=-desktop-notify --flags=dns --flags=-ekg --flags=-feed --flags=-inotify --flags=pairing --flags=production --flags=-quvi --flags=s3 --flags=tahoe --flags=tdfa --flags=-testsuite --flags=-webapp --flags=-webapp-secure --flags=-webdav --flags=-xmpp

ghc detects missing module (used directly by Remote.S3):
  Remote/Helper/Http.hs:16:8:
    Could not find module ‘Network.HTTP.Client’
    It is a member of the hidden package ‘http-client-0.3.8.2’.
    Perhaps you need to add ‘http-client’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2014-12-17 23:48:31 -04:00
vho
6c863831dd Added a comment: (recovery from race) 2014-12-18 00:46:09 +00:00
vho
27a8ee618b Added a comment: update 2014-12-18 00:43:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWBvsZvSsAL8P2ye3F0OBStjFCVnOImzM
ece618fa2f 2014-12-17 21:21:43 +00:00
anarcat
768c155860 2014-12-17 20:09:17 +00:00
anarcat
b31f152c80 typo 2014-12-17 20:06:43 +00:00
Joey Hess
e2b163eea3 update 2014-12-17 16:06:20 -04:00
Joey Hess
b75ebfc8d4 note on behavior change 2014-12-17 15:57:13 -04:00
Joey Hess
69c5bd58d6 update 2014-12-17 15:43:59 -04:00
Joey Hess
05a9cf50bf Merge branch 'master' of ssh://git-annex.branchable.com 2014-12-17 15:42:24 -04:00
Joey Hess
cf6a13671d devblog 2014-12-17 15:41:40 -04:00
Joey Hess
b302d4207c make checkKey always return unknown 2014-12-17 15:39:35 -04:00
Joey Hess
e2214f6ac8 remove default untrusted hack for bittorrent
This is better handled by checkPresent always failing.
2014-12-17 15:38:00 -04:00
Joey Hess
e08fa65131 note about http://hackage.haskell.org/package/torrent 2014-12-17 15:34:38 -04:00
Joey Hess
6ca54c521d make checkkey always fail for torrents
See comment.
2014-12-17 14:54:54 -04:00
Joey Hess
8f965a001e update 2014-12-17 14:47:23 -04:00
Joey Hess
eb8c842666 addurl with #n doesn't work, remove from docs
Doesn't really seem worth making it work; addurl --fast can be used to
get a tree of files in the torrent and then the user can rm the ones they
don't want.
2014-12-17 14:43:36 -04:00
Joey Hess
2192c54877 more robust fallback when a file is available from multiple torrents and some torrent files cannot be downloaded 2014-12-17 14:38:04 -04:00
Joey Hess
96721c3e4a fix temp uri
should be the loguri
2014-12-17 14:34:42 -04:00
Joey Hess
bf9df3fc7e fix fencepost error and aria resume after partial download of multi-file torrent 2014-12-17 14:21:48 -04:00
Joey Hess
3a7d0be120 remove excess directory 2014-12-17 14:17:19 -04:00
Joey Hess
d5cbbe1b9a fix torrentUrlNum when there is no #n 2014-12-17 14:07:05 -04:00
Joey Hess
058956b841 use "the web" page for bittorrent too 2014-12-17 13:59:23 -04:00
Joey Hess
7e422269a6 move dummy uuids to Annex.UUID 2014-12-17 13:57:52 -04:00
Joey Hess
8d1e372a8b remove webUUID special case
Now bittorrent is another special case like web.

If the only remotes are web and bittorrent, it might as well scan those.
2014-12-17 13:52:08 -04:00
Joey Hess
af05ac3ec2 add aria2 progress parsing 2014-12-17 13:40:04 -04:00
Joey Hess
1c88b59bd0 refactor 2014-12-17 13:21:55 -04:00
Joey Hess
a7690de016 Added bittorrent special remote
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.
2014-12-16 23:22:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
070d8f0601 Added a comment 2014-12-16 20:42:28 +00:00
Joey Hess
386880a763 use right uuid when not downloading from web remote 2014-12-16 15:26:25 -04:00
Joey Hess
65bce2c80d reformat 2014-12-16 15:26:13 -04:00
Joey Hess
c64ede23cd Use wget -q --show-progress for less verbose wget output, when built with wget 1.16. 2014-12-16 14:04:40 -04:00
CandyAngel
7aa66cb185 Added a comment 2014-12-16 16:56:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
b8f50058b8 Added a comment: I wondered if there is any even simple fuse wrapper for git-annex? 2014-12-16 16:34:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
079e9edddd 2014-12-16 10:19:39 +00:00
thnetos
b6f14abf96 Added a comment: Where to start reading the source code? 2014-12-15 22:04:06 +00:00
Xyem
aa7574ec25 Added a comment 2014-12-15 08:38:58 +00:00
https://id.koumbit.net/anarcat
d65006a581 first implementation of the easier stuff :) 2014-12-12 17:57:50 +00:00
https://id.koumbit.net/anarcat
ff942f08d5 link to aria2c software 2014-12-12 15:11:46 +00:00