summaryrefslogtreecommitdiff
path: root/Utility/Url.hs
Commit message (Expand)AuthorAge
* 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
* Added support for quvi 0.9. Slightly suboptimal due to limitations in its int...Gravatar Joey Hess2013-11-24
* url size fixesGravatar Joey Hess2013-10-11
* Send a git-annex user-agent when downloading urls.Gravatar Joey Hess2013-09-28
* Set --clobber when running wget to ensure resuming works properly.Gravatar Joey Hess2013-08-21
* Revert "Delete empty downloaded file when wget fails, to work around reported...Gravatar Joey Hess2013-08-21
* Delete empty downloaded file when wget fails, to work around reported resume ...Gravatar Joey Hess2013-08-21
* importfeed: git-annex becomes a podcatcher in 150 LOCGravatar Joey Hess2013-07-28
* Pass -f to curl when downloading a file with it, so it propigates failure.Gravatar Joey Hess2013-07-06
* Improve error handling when getting uuid of http remotes to auto-ignore, like...Gravatar Joey Hess2013-05-25
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* Fall back to internal url downloader when built without curl.Gravatar Joey Hess2013-04-16
* addurl url escaping fooGravatar Joey Hess2013-03-10
* avoid using curl for file:// urls since it's buggyGravatar Joey Hess2013-03-10
* cleanupGravatar Joey Hess2013-01-28
* addurl --fast: Use curl, rather than haskell HTTP library, to support https.Gravatar Joey Hess2013-01-27
* finished where indentation changesGravatar Joey Hess2012-12-13
* use cabal macro to detect if old version of network is being usedGravatar Joey Hess2012-11-11
* switch to new URI version by default, -DWITH_OLD_URI for oldGravatar Joey Hess2012-11-03
* file:/// URLs can now be used with the web special remote.Gravatar Joey Hess2012-10-21
* deal with incompatable api change in network 2.4.0.1Gravatar Joey Hess2012-10-10
* bugfixesGravatar Joey Hess2012-04-22
* Add annex.httpheaders and annex.httpheader-command config settingsGravatar Joey Hess2012-04-22
* noopGravatar Joey Hess2012-04-21
* optimize monadic ||Gravatar Joey Hess2012-03-16
* nukes another 15 lines thanks to ifMGravatar Joey Hess2012-03-15
* hlintGravatar Joey Hess2012-02-16
* work around Network.Browser bug that converts a HEAD to a GET when following ...Gravatar Joey Hess2012-02-10
* When checking that an url has a key, verify that the Content-Length, if avail...Gravatar Joey Hess2012-02-10
* Added remote.name.annex-web-options configuration setting, which can be used ...Gravatar Joey Hess2012-01-02
* updateGravatar Joey Hess2011-12-20
* commentGravatar Joey Hess2011-12-20