]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/history - src/LWN/HTTP.hs
Replace the curl routines with http-conduit ones.
[dead/lwn-epub.git] / src / LWN / HTTP.hs
2012-08-20 Michael OrlitzkyReplace the curl routines with http-conduit ones.
2012-07-09 Michael OrlitzkyUse parallel-io instead of mapM to download images...
2012-07-09 Michael OrlitzkyOnly fetch login cookies once.
2012-07-08 Michael OrlitzkyMove the pure-xml functions into the LWN.XHTML module.
2012-06-30 Michael OrlitzkyWhitespace cleanup.
2012-06-30 Michael OrlitzkySource reorganization and cleanup.
2012-06-29 Michael OrlitzkyFinal cleanups to get the download working.
2012-06-29 Michael OrlitzkyMove some IO out of the HTTP module.
2012-06-29 Michael OrlitzkyTrivial whitespace cleanup.
2012-06-28 Michael OrlitzkyAdd trailing slashes to URLs.
2012-06-28 Michael OrlitzkyAttempt to implement article downloading.
2012-06-27 Michael OrlitzkyImplement image download and replacement.
2012-06-26 Michael OrlitzkyImplement URL filename parsing (with tests) and the...
2012-06-26 Michael OrlitzkyAdd curl-fu for logging in and retrieving pages.