summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-07-02Changed version number in preparation for 0.1 releaseNick White
2008-06-17Improved error outputNick White
2008-06-06Added section download supportNick White
2008-05-13Added quiet optionNick White
2008-05-09Improved list issue outputNick White
2008-05-08Switched to using config structure from global variablesNick White
2008-05-03Added .gitignore filesNick White
2008-05-03Removed redundant reference to media contents fileNick White
2008-05-03Corrected minor make errorNick White
(from last commit - not sure if it went smoothly) Altered name of issuepath config variable to savepath, in config.ini as well as code Altered name of issue_xml config variable to toc_xml Removed unnecessary variable definitions from header (new commit) Corrected introduced Makefile error Added (currently unused) config options structure git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-50
2008-05-03Changed a couple of configuration variable namesNick White
Altered name of issuepath config variable to savepath, in config.ini as well as code Altered name of issue_xml config variable to toc_xml Removed unnecessary variable definitions from header git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-49
2008-05-03Reverted from previous silly commitNick White
Last commit was based on a false assumption of mine, this undoes it. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-48
2008-05-03Removed extraneous xml string variableNick White
Removed variable already serviced by a DEFINE git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-47
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-03Updated usage messagev0.0.2Nick White
Updated usage message to fit with current options git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-40
2008-04-03Updated version numberNick White
Updated to version number 0.0.2 for release git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-39
2008-04-03Removed alternate tocfile optionNick White
Removed option to specify a different tocfile; not likely to ever be used. Also reformatted usage message a little. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-38
2008-04-03Removed unused header includesNick White
Removed a few string.h includes which are no longer used git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-37
2008-04-03Removed extraneous commentsNick White
Removed obselete comments git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-36
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-03Fixed segfault bugNick White
Fixed a nasty little bug which stopped anything useful at all from being accomplished. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-33
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-07-02Fixed xml encoding bugNick White
Removed defunct entry in BUGS re: clearmed Fixed bug caused by attempting to read the ISO-8859-1 xml file as UTF-8 git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-30
2007-05-26General cleanup, Add alt url config optionsNick White
Removed unused & unnecessary findnewestiss Replaces strcpy with strncpy to eliminate possible buffer overruns Added a couple of config options to allow use of alternative toc urls git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-29
2007-05-08Bumped version number for 0.0.1 releasev0.0.1Nick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-27
2007-05-05Fixed media sorting bug, added date view to listingsNick White
Fixed bug causing issues containing only media to not be sorted correctly Added display of issue date when -vv is passed with -l or -m git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-26
2007-05-03Added a script to ease releases, improved cli interfaceNick White
Added the script prepare-release.sh Modified and added options to allow easy downloading of single issues and media files Moved functions outputting to the command line to cli.c Added a verbose flag git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-24
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