| Commit message (Expand) | Author | Age |
* | importfeed --relaxed: Avoid hitting the urls of items in the feed. | Joey Hess | 2015-08-19 |
* | improve url parsing more | Joey Hess | 2015-06-14 |
* | Improve url parsing to handle some urls containing illegal [] characters in t... | Joey Hess | 2015-06-14 |
* | remove Params constructor from Utility.SafeCommand | Joey Hess | 2015-06-01 |
* | FlexibleContexts needed by ghc 7.10 | Joey Hess | 2015-05-10 |
* | avoid using relative path from temp dir to dest file | Joey Hess | 2015-05-07 |
* | Support checking ftp urls for file presence. | Joey Hess | 2015-05-05 |
* | Work around wget bug #784348 which could cause it to clobber git-annex symlin... | Joey Hess | 2015-05-05 |
* | cleanup | Joey Hess | 2015-04-09 |
* | make downloadQuiet quiet again | Joey Hess | 2015-04-03 |
* | Work around curl bug when asked to download an empty url to a file. | Joey Hess | 2015-03-27 |
* | import Data.Default in Common | Joey Hess | 2015-01-28 |
* | addurl: When a Content-Disposition header suggests a filename to use, addurl ... | Joey Hess | 2015-01-22 |
* | excess indent | Joey Hess | 2015-01-22 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | add getFileSize, which can get the real size of a large file on Windows | Joey Hess | 2015-01-20 |
* | Use wget -q --show-progress for less verbose wget output, when built with wge... | Joey Hess | 2014-12-16 |
* | add compat cruft for old versions of http-types and http-conduit | Joey Hess | 2014-08-17 |
* | work around default Accept-Encoding in http-client | Joey Hess | 2014-08-15 |
* | memoize construction of the Request -> Request function to apply the UrlOptions | Joey Hess | 2014-08-15 |
* | Switched from the old haskell HTTP library to http-conduit. | Joey Hess | 2014-08-15 |
* | unify exception handling into Utility.Exception | Joey Hess | 2014-08-07 |
* | relicense general utility library code to BSD | Joey Hess | 2014-05-10 |
* | 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 |