aboutsummaryrefslogtreecommitdiff
path: root/Utility/Url.hs
Commit message (Expand)AuthorAge
...
* 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
* broke up UtilityGravatar Joey Hess2011-10-16
* clean Annex stuff out of Utility/Gravatar Joey Hess2011-10-16
* The wget command will now be used in preference to curl, if available.Gravatar Joey Hess2011-08-27
* code simplification thanks to applicative functorsGravatar Joey Hess2011-08-25
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* moved files aroundGravatar Joey Hess2011-08-20