summaryrefslogtreecommitdiff
path: root/Annex/Url.hs
Commit message (Collapse)AuthorAge
* memoize construction of the Request -> Request function to apply the UrlOptionsGravatar Joey Hess2014-08-15
|
* add UrlOptions sum typeGravatar Joey Hess2014-02-24
|
* Send a git-annex user-agent when downloading urls.Gravatar Joey Hess2013-09-28
Overridable with --user-agent option. Not yet done for S3 or WebDAV due to limitations of libraries used -- nether allows a user-agent header to be specified. This commit sponsored by Michael Zehrer.