summaryrefslogtreecommitdiff
path: root/Command/AddUrl.hs
Commit message (Expand)AuthorAge
* 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
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* import metadata from feedsGravatar Joey Hess2014-07-03
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* improve addurl --file behavior in a confusing corner case involving a ftp urlGravatar Joey Hess2014-04-02
* add desktop notificationsGravatar Joey Hess2014-03-22
* Probe for quvi version at run time.Gravatar Joey Hess2014-02-28
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* add UrlOptions sum typeGravatar Joey Hess2014-02-24
* Make annex.web-options be used in several places that call curl.Gravatar Joey Hess2014-02-24
* reorganize some files and importsGravatar Joey Hess2014-01-26