summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-09Updated email addressNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-41
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-02Test of archNick White
Sorry. GNU arch has been playing games with me. This is purely a test to see it's working again. No changes here. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-32
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-09Moved configure.in to configure.ac, as recommendedNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-28
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-03Altered bug/support urls in docs, corrected config versionNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-25
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
2007-04-30Removed last of static issue array code, added sortingNick White
Removed defined constants from issue.h previously used to determine size of static arrays Removed unused separate show media structure function Remove clean media & clean issue functions Added issue sorting code git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-22
2007-04-29Completed issue malloc, fixed build warningsNick White
Used malloc to dynamically assign enough memory for sections, items, and media, using the functionality of issuemem.c Included some function definitions in issue.h to remove various build warnings git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-21
2007-03-11Changed install instructionsNick White
Changed INSTALL instructions to reflect to immanent autotools conversion. This is more of a check that the new archive signing is working ;) git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-20
2007-03-11Finalised separate cover removalNick White
Removed cover entry from issue structure completely, and updated show_struct to reflect the changes git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-19
2007-03-11Changed cover handling to same as sectionNick White
Cover is now just section 0. Avoids unnecessary code duplication, and is no less functional. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-18
2007-03-11Removed unnecessary command-line warningNick White
Removed warning message about unknown option - get(long)opt already gives that for us. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-17
2007-03-11Removed TODONick White
Moved TODO list to savannah tracker, instead of a file which transforms regularly git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-16
2007-03-07Tiny hook update, TODO cleanupNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-15
2007-03-07TestNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-14
2007-03-07TestNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-13
2007-03-07testNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-12
2007-03-07Another commit log attemptNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-11
2007-03-07Another commit log attemptNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-10
2007-03-07Commit log attempt ... againNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-9
2007-03-07Another attempt to get commit email hook rightNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-8
2007-03-07Added executable bit to hookNick White
Let's see if commit loggin works now... git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-7
2007-03-07various checks & cleanups, default usage, hook scriptNick White
Add file valid checks to update Add file checks to parse contents Remove empty files which don't download Automatically attempt to update contents if they cannot be opened Add default showopts if no options are passed Remove show struct mention in usage Move order of usage Add alternative media toc file option Added commit hook script git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-6
2007-03-05Add long option supportNick White
Added long option support using getopt_long Separated usage to separate function git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-5
2007-03-04Fixed bug causing segfault if -a -n/m were passed togetherNick White
Issue structure was passed incorrectly to parsemedia Fixed fill correct issue(s) if it already exists Added default no_of_media to -1 git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-4
2007-03-04Added Bridget to CREDITSNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-3
2007-03-04Improve UI, workaround cover bug, fix mediarevNick White
Replaced line-feed with newline on download completion Worked around attempt to download cover when non-existant Removed whitespace mediarev parsing restrictions Fixed bug miscounting media items parsed Misc mediarev tidying git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-2
2007-03-02Improve download output formattingNick White
Added carriage return to end of save_file Changed "Downloading" to "Download Progress" Updated TODO git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-1
2007-02-28Initial importmaster--base-0Nick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0