| Commit message (Expand) | Author | Age |
* | avoid exception when curl exits nonzero (due to eg, bad domain name) | Joey Hess | 2014-03-27 |
* | add UrlOptions sum type | Joey Hess | 2014-02-24 |
* | Make annex.web-options be used in several places that call curl. | Joey Hess | 2014-02-24 |
* | Android: Avoid passing --clobber to busybox wget. | Joey Hess | 2014-01-13 |
* | Added support for quvi 0.9. Slightly suboptimal due to limitations in its int... | Joey Hess | 2013-11-24 |
* | url size fixes | Joey Hess | 2013-10-11 |
* | Send a git-annex user-agent when downloading urls. | Joey Hess | 2013-09-28 |
* | Set --clobber when running wget to ensure resuming works properly. | Joey Hess | 2013-08-21 |
* | Revert "Delete empty downloaded file when wget fails, to work around reported... | Joey Hess | 2013-08-21 |
* | Delete empty downloaded file when wget fails, to work around reported resume ... | Joey Hess | 2013-08-21 |
* | importfeed: git-annex becomes a podcatcher in 150 LOC | Joey Hess | 2013-07-28 |
* | Pass -f to curl when downloading a file with it, so it propigates failure. | Joey Hess | 2013-07-06 |
* | Improve error handling when getting uuid of http remotes to auto-ignore, like... | Joey Hess | 2013-05-25 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | clean up from windows porting | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | Fall back to internal url downloader when built without curl. | Joey Hess | 2013-04-16 |
* | addurl url escaping foo | Joey Hess | 2013-03-10 |
* | avoid using curl for file:// urls since it's buggy | Joey Hess | 2013-03-10 |
* | cleanup | Joey Hess | 2013-01-28 |
* | addurl --fast: Use curl, rather than haskell HTTP library, to support https. | Joey Hess | 2013-01-27 |
* | finished where indentation changes | Joey Hess | 2012-12-13 |
* | use cabal macro to detect if old version of network is being used | Joey Hess | 2012-11-11 |
* | switch to new URI version by default, -DWITH_OLD_URI for old | Joey Hess | 2012-11-03 |
* | file:/// URLs can now be used with the web special remote. | Joey Hess | 2012-10-21 |
* | deal with incompatable api change in network 2.4.0.1 | Joey Hess | 2012-10-10 |
* | bugfixes | Joey Hess | 2012-04-22 |
* | Add annex.httpheaders and annex.httpheader-command config settings | Joey Hess | 2012-04-22 |
* | noop | Joey Hess | 2012-04-21 |
* | optimize monadic || | Joey Hess | 2012-03-16 |
* | nukes another 15 lines thanks to ifM | Joey Hess | 2012-03-15 |
* | hlint | Joey Hess | 2012-02-16 |
* | work around Network.Browser bug that converts a HEAD to a GET when following ... | Joey Hess | 2012-02-10 |
* | When checking that an url has a key, verify that the Content-Length, if avail... | Joey Hess | 2012-02-10 |
* | Added remote.name.annex-web-options configuration setting, which can be used ... | Joey Hess | 2012-01-02 |
* | update | Joey Hess | 2011-12-20 |
* | comment | Joey Hess | 2011-12-20 |
* | broke up Utility | Joey Hess | 2011-10-16 |
* | clean Annex stuff out of Utility/ | Joey Hess | 2011-10-16 |
* | The wget command will now be used in preference to curl, if available. | Joey Hess | 2011-08-27 |
* | code simplification thanks to applicative functors | Joey Hess | 2011-08-25 |
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
* | moved files around | Joey Hess | 2011-08-20 |