summaryrefslogtreecommitdiff
path: root/Command/AddUrl.hs
Commit message (Expand)AuthorAge
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* addurl --json: Include field for added keyGravatar Joey Hess2016-01-19
* convert existing non-annexed file to non-exceptionGravatar Joey Hess2016-01-15
* addurl: Refuse to overwrite any existing, non-annexed file.Gravatar Joey Hess2016-01-13
* addurl: Support --json, particularly useful in --batch mode.Gravatar Joey Hess2016-01-13
* Merge branch 'master' into smudgeGravatar Joey Hess2015-12-22
|\
* | refactoringGravatar Joey Hess2015-12-22
| * addurl: Added --with-files option.Gravatar Joey Hess2015-12-22
| * refactorGravatar Joey Hess2015-12-22
|/
* addurl: Added --batch option.Gravatar Joey Hess2015-12-21
* addurl, importfeed: Changed to honor annex.largefiles settings, when the cont...Gravatar Joey Hess2015-12-02
* Display progress meter in -J mode when downloading from the web.Gravatar Joey Hess2015-11-16
* -J for add/addurl/importGravatar Joey Hess2015-11-05
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* rename functionGravatar Joey Hess2015-10-01
* importfeed --relaxed: Avoid hitting the urls of items in the feed.Gravatar Joey Hess2015-08-19
* addurl now accepts --prefix and --suffix options to adjust the filenames usedGravatar Joey Hess2015-07-21
* converted ImportFeedGravatar Joey Hess2015-07-13
* converted addurlGravatar Joey Hess2015-07-13
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Improve url parsing to handle some urls containing illegal [] characters in t...Gravatar Joey Hess2015-06-14
* fromkey, registerurl: Allow urls to be specified instead of keys, and generat...Gravatar Joey Hess2015-05-22
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* Improve quvi 0.4 output parsing to handle cases wher there is no known filena...Gravatar Joey Hess2015-05-08
* remove unused paramGravatar Joey Hess2015-04-01
* addurl --file: When used with a special remote that claims urls and checks th...Gravatar Joey Hess2015-03-31
* addurl: Added --raw option, which bypasses special handling of quvi, bittorre...Gravatar Joey Hess2015-03-05
* remove unused paramGravatar Joey Hess2015-01-27
* addurl: When a Content-Disposition header suggests a filename to use, addurl ...Gravatar Joey Hess2015-01-22
* 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
* fix addurl behavior when location and url logs are inconsistentGravatar Joey Hess2014-12-29
* fix temp uriGravatar Joey Hess2014-12-17
* move dummy uuids to Annex.UUIDGravatar Joey Hess2014-12-17
* use right uuid when not downloading from web remoteGravatar Joey Hess2014-12-16
* truncate each compontent of pathGravatar Joey Hess2014-12-11
* truncate over-long pathsGravatar Joey Hess2014-12-11
* sanitize filepaths provided by checkUrlGravatar Joey Hess2014-12-11
* better wordGravatar 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
* addurl on an existing file that already has the url should succeed, not failGravatar Joey Hess2014-12-11
* Expand checkurl to support recommended filename, and multi-file-urlsGravatar Joey Hess2014-12-11
* Revert "let url claims optionally include a suggested filename"Gravatar Joey Hess2014-12-11
* let url claims optionally include a suggested filenameGravatar Joey Hess2014-12-11
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Gravatar Joey Hess2014-12-08
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14