summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* When possible, build with the haskell torrent library for parsing torrent files.Gravatar Joey Hess2014-12-18
|
* update for torrentsGravatar Joey Hess2014-12-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-17
|\
* | git-annex.cabal: add missing http-client depend to S3Gravatar Sergei Trofimovich2014-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Added a comment: (recovery from race)Gravatar vho2014-12-18
| |
| * Added a comment: updateGravatar vho2014-12-18
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmWBvsZvSsAL8P2ye3F0OBStjFCVnOImzM2014-12-17
| |
| * (no commit message)Gravatar anarcat2014-12-17
| |
| * typoGravatar anarcat2014-12-17
| |
* | updateGravatar Joey Hess2014-12-17
|/
* note on behavior changeGravatar Joey Hess2014-12-17
|
* updateGravatar Joey Hess2014-12-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-17
|\
* | devblogGravatar Joey Hess2014-12-17
| |
* | make checkKey always return unknownGravatar Joey Hess2014-12-17
| |
* | remove default untrusted hack for bittorrentGravatar Joey Hess2014-12-17
| | | | | | | | This is better handled by checkPresent always failing.
* | note about http://hackage.haskell.org/package/torrentGravatar Joey Hess2014-12-17
| |
* | make checkkey always fail for torrentsGravatar Joey Hess2014-12-17
| | | | | | | | See comment.
* | updateGravatar Joey Hess2014-12-17
| |
* | addurl with #n doesn't work, remove from docsGravatar Joey Hess2014-12-17
| | | | | | | | | | | | 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.
* | more robust fallback when a file is available from multiple torrents and ↵Gravatar Joey Hess2014-12-17
| | | | | | | | some torrent files cannot be downloaded
* | fix temp uriGravatar Joey Hess2014-12-17
| | | | | | | | should be the loguri
* | 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
| |
* | remove webUUID special caseGravatar Joey Hess2014-12-17
| | | | | | | | | | | | Now bittorrent is another special case like web. If the only remotes are web and bittorrent, it might as well scan those.
* | add aria2 progress parsingGravatar Joey Hess2014-12-17
| |
* | refactorGravatar Joey Hess2014-12-17
| |
* | Added bittorrent special remoteGravatar Joey Hess2014-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.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2014-12-16
| |
* | use right uuid when not downloading from web remoteGravatar Joey Hess2014-12-16
| |
* | reformatGravatar Joey Hess2014-12-16
| |
* | Use wget -q --show-progress for less verbose wget output, when built with ↵Gravatar Joey Hess2014-12-16
|/ | | | wget 1.16.
* Added a commentGravatar CandyAngel2014-12-16
|
* Added a comment: I wondered if there is any even simple fuse wrapper for ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2014-12-16
| | | | git-annex?
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82014-12-16
|
* Added a comment: Where to start reading the source code?Gravatar thnetos2014-12-15
|
* Added a commentGravatar Xyem2014-12-15
|
* first implementation of the easier stuff :)Gravatar https://id.koumbit.net/anarcat2014-12-12
|
* link to aria2c softwareGravatar https://id.koumbit.net/anarcat2014-12-12
|
* truncate each compontent of pathGravatar Joey Hess2014-12-11
|
* don't allow file paths to .git directoryGravatar Joey Hess2014-12-11
|
* truncate over-long pathsGravatar Joey Hess2014-12-11
|
* sanitize filepaths provided by checkUrlGravatar Joey Hess2014-12-11
|
* fix support for single-file torrentsGravatar Joey Hess2014-12-11
|
* move error message to return valueGravatar Joey Hess2014-12-11
|
* better wordGravatar Joey Hess2014-12-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-11
|\
* | devblogGravatar Joey Hess2014-12-11
| |