aboutsummaryrefslogtreecommitdiff
path: root/Utility/Url.hs
Commit message (Expand)AuthorAge
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
* type signature works for both old and new versions of ifdefGravatar Joey Hess2017-12-11
* fix regression in addurl --file caused by youtube-dl supportGravatar Joey Hess2017-12-06
* remove redundant pattern matchGravatar Joey Hess2017-09-24
* fix build with old http-clientGravatar Joey Hess2017-09-13
* deal with box.com horrible infinite redirect behaviorGravatar Joey Hess2017-09-12
* fix build with old http-client versionsGravatar Joey Hess2017-08-17
* Disable http-client's default 30 second response timeout when HEADing an url ...Gravatar Joey Hess2017-08-15
* Drop support for building with old versions of directory, feed, and http-types.Gravatar Joey Hess2017-03-10
* Drop support for building with old versions of dns and http-conduit.Gravatar Joey Hess2017-03-10
* make curl show http errors to stderrGravatar Joey Hess2017-02-20
* improve layoutGravatar Joey Hess2017-02-20
* Run wget with -nv instead of -q, so it will display HTTP errors.Gravatar Joey Hess2017-02-20
* whitespaceGravatar Joey Hess2016-12-28
* Pass annex.web-options to wget and curl after other options, so that eg --no-...Gravatar Joey Hess2016-12-13
* Remove http-conduit (<2.2.0) constraintGravatar Alper Nebi Yasak2016-12-10
* avoid deprecation warning from parseUrlGravatar Joey Hess2016-09-07
* Support checking presence of content at a http url that redirects to a ftp url.Gravatar Joey Hess2016-07-12
* When annex.http-headers is used to set the User-Agent header, avoid sending U...Gravatar Joey Hess2016-01-11
* refactorGravatar Joey Hess2015-10-15
* deal with more backward-compatible breaking renamings in conduitGravatar Joey Hess2015-10-02
* avoid deprecation warnings when built with http-client >= 0.4.18Gravatar Joey Hess2015-10-01
* importfeed --relaxed: Avoid hitting the urls of items in the feed.Gravatar Joey Hess2015-08-19
* improve url parsing moreGravatar Joey Hess2015-06-14
* Improve url parsing to handle some urls containing illegal [] characters in t...Gravatar Joey Hess2015-06-14
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* FlexibleContexts needed by ghc 7.10Gravatar Joey Hess2015-05-10
* avoid using relative path from temp dir to dest fileGravatar Joey Hess2015-05-07
* Support checking ftp urls for file presence.Gravatar Joey Hess2015-05-05
* Work around wget bug #784348 which could cause it to clobber git-annex symlin...Gravatar Joey Hess2015-05-05
* cleanupGravatar Joey Hess2015-04-09
* make downloadQuiet quiet againGravatar Joey Hess2015-04-03
* Work around curl bug when asked to download an empty url to a file.Gravatar Joey Hess2015-03-27
* import Data.Default in CommonGravatar Joey Hess2015-01-28
* addurl: When a Content-Disposition header suggests a filename to use, addurl ...Gravatar Joey Hess2015-01-22
* excess indentGravatar Joey Hess2015-01-22
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* Use wget -q --show-progress for less verbose wget output, when built with wge...Gravatar Joey Hess2014-12-16
* add compat cruft for old versions of http-types and http-conduitGravatar Joey Hess2014-08-17
* work around default Accept-Encoding in http-clientGravatar Joey Hess2014-08-15
* memoize construction of the Request -> Request function to apply the UrlOptionsGravatar Joey Hess2014-08-15
* Switched from the old haskell HTTP library to http-conduit.Gravatar Joey Hess2014-08-15
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* avoid exception when curl exits nonzero (due to eg, bad domain name)Gravatar Joey Hess2014-03-27
* 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
* Android: Avoid passing --clobber to busybox wget.Gravatar Joey Hess2014-01-13