summaryrefslogtreecommitdiff
path: root/src/download.c
AgeCommit message (Collapse)Author
2010-05-19Switched to simpler build system, and fixed bugsNick White
Now there's a proper build system in place, which is actually simple enough to understand. I also fixed plenty of warnings about the code (reminding me how badly I knew C when I wrote this). Hinduism today aren't indexing their new issues using the index file I was sourcing any more, so I don't expect to fix any more bugs or improve this much.
2008-07-05Don't create save directory until neededNick White
2008-06-06Added section download supportNick White
2008-05-13Added quiet optionNick White
2008-05-08Switched to using config structure from global variablesNick White
2008-05-02Fixed resume bug, improved download outputNick White
Fixed bug in resume which caused forced redownloads to create invalid pdfs Changed download output to ensure one line per download (rather than a separate one for progress) Changed download output to display name of file rather than url downloading Removed obselete testfile variable Changed variable name of filename->filepath git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-46
2008-05-01Simplified proxy setting internalsNick White
Taking advantage of CURL's pre-packaged constants for proxy options git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-44
2008-05-01Aesthetic: improved consistency of uri terminologyNick White
Switched any references to 'url' to 'uri' git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-43
2008-05-01Added resume supportNick White
Minor download.c neatening Improved curl error messages Added resume support git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-42
2008-04-03Update to GPLv3Nick White
Relicensed the code under the GPLv3. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-35
2008-04-03Removed all media handling codeNick White
This patch has no new features. It just removes all of the media handling code. It was proving too hard to maintain, and lots of it is now available at the website anyway. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-34
2008-04-02Fix for media xml crash bugsNick White
Formatting Check for empty item titles Created function to check if any part of a string contains a phrase Added some basic error checking to getquote Note this does not completely fix all problems git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-31
2007-05-03Added Autotools, changed dir structure, added docsNick White
Added (perhaps somewhat shaky) autotools support Added tagging rules to junkify files generated by autotools Added a directory structure Updated README & INSTALL files to reflect changes Wrote a man page Changed version numbers in preparation for a release git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-23