summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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
| |
* | add working external special remote for torrentsGravatar Joey Hess2014-12-11
| | | | | | | | Not IMHO good enough quality to be more than an example, but it does work!
* | simplify external special remote implementationGravatar Joey Hess2014-12-11
| |
* | importfeed: Support for downloading urls claimed by remotesGravatar Joey Hess2014-12-11
| |
* | reorgGravatar Joey Hess2014-12-11
| |
* | use subdir for addurl when it creates multiple filesGravatar Joey Hess2014-12-11
| | | | | | | | The --file parameter specifies the subdir in this mode.
* | addurl on an existing file that already has the url should succeed, not failGravatar Joey Hess2014-12-11
| |
* | updateGravatar Joey Hess2014-12-11
| |
* | Expand checkurl to support recommended filename, and multi-file-urlsGravatar Joey Hess2014-12-11
| | | | | | | | This commit was sponsored by an anonymous bitcoiner.
* | Revert "let url claims optionally include a suggested filename"Gravatar Joey Hess2014-12-11
| | | | | | | | | | | | This reverts commit bc0bf97b20c48e1d1a35d25e2e76a311c102438c. Putting filename in the claim was a bad idea.
* | add missing quvi ifdefGravatar Joey Hess2014-12-11
| |
| * Added a comment: Trying to make git gc pass with a huge swapGravatar vho2014-12-11
| |
* | let url claims optionally include a suggested filenameGravatar Joey Hess2014-12-11
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawntodrSgODU27WUCyN2PV7TC14YMkyaoxQ2014-12-11
| |
* | add BaobáxiaGravatar Joey Hess2014-12-09
|/
* Added a comment: I think I got it working, however, same setup works ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI82014-12-09
| | | | different on fat and exfat
* Added a comment: Be eager for the TagFS features on git-annex.Gravatar exaos2014-12-09
|
* unmangled mangled urls from the log before passing to external special remoteGravatar Joey Hess2014-12-08
|
* typoGravatar Joey Hess2014-12-08
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-08
|\
* | Urls can now be claimed by remotes. This will allow creating, for example, a ↵Gravatar Joey Hess2014-12-08
| | | | | | | | external special remote that handles magnet: and *.torrent urls.
| * Added a comment: URL backend file paths hit the 260 character file path ↵Gravatar edward2014-12-08
| | | | | | | | limit on Windows
* | implement CLAIMURL for external special remoteGravatar Joey Hess2014-12-08
| |
* | add stub claimUrlGravatar Joey Hess2014-12-08
| |
* | External special remote protocol now includes commands for setting and ↵Gravatar Joey Hess2014-12-08
| | | | | | | | getting the urls associated with a key.
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg2014-12-08
| |
| * IMHO: there is no multipart parameter in the source but partsize (I don't ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg2014-12-08
| | | | | | | | speek Haskell, sorry) as of now.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg2014-12-08
| |