aboutsummaryrefslogtreecommitdiff
path: root/Command/AddUrl.hs
Commit message (Expand)AuthorAge
* importfeed: Fix a failure when downloading with youtube-dl and the destinatio...Gravatar Joey Hess2018-02-22
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* fix buildGravatar Joey Hess2017-12-31
* repeated addurl behavior reversion fixGravatar Joey Hess2017-12-31
* fix recorded url when using --file with external special remoteGravatar Joey Hess2017-12-11
* more lambda-case conversionGravatar Joey Hess2017-12-05
* make --raw avoid ever running youtube-dlGravatar Joey Hess2017-11-30
* display filename when file already has urlGravatar Joey Hess2017-11-30
* improve error messageGravatar Joey Hess2017-11-30
* check youtube-dl for --fast and --relaxed when adding new fileGravatar Joey Hess2017-11-30
* rethought --relaxed changeGravatar Joey Hess2017-11-30
* honor --file when downloading with youtube-dlGravatar Joey Hess2017-11-30
* convert importfeed to youtube-dlGravatar Joey Hess2017-11-29
* youtube-dl workingGravatar Joey Hess2017-11-29
* wipGravatar Joey Hess2017-11-28
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* annex.securehashesonlyGravatar Joey Hess2017-02-27
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* fix regressionGravatar Joey Hess2016-11-22
* addurl: Fix bug in checking annex.largefiles expressions using largerthan, mi...Gravatar Joey Hess2016-11-21
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* addurl, importfeed: Improve behavior when file being added is gitignored.Gravatar Joey Hess2016-09-21
* addurl, get: Added --json-progress option, which adds progress objects to the...Gravatar Joey Hess2016-09-09
* remove TransferObserverGravatar Joey Hess2016-08-03
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* annex.addunlockedGravatar Joey Hess2016-02-16
* remove 3 build flagsGravatar Joey Hess2016-01-26
* 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