summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
AgeCommit message (Expand)Author
2012-02-22properly handle errors thrown when loading the init filemoritz
2012-01-31use chicken-syntax for the init filemoritz
2012-01-31add usage info for -i/-init-file optionmoritz
2012-01-28pass condition message to download-release-error and add read-release-info-fi...moritz
2012-01-27remove redundant `and' guard in `and-let*' (thanks Peter)moritz
2012-01-26add -i/--init-file option for giving an init file that is loadedmoritz
2011-09-15Uri-encode strings when replacing URI patternsPeter Bex
2011-09-14Fix moving files for realPeter Bex
2011-09-14Use move-file from setup-api instead of rename-file, since the latter just re...Peter Bex
2011-06-02Update henrietta-cache so it doesn't get tripped up by Apache's extra newlinesPeter Bex
2011-06-02Update to ensure path is always taken as a dirPeter Bex
2011-05-26Add flat file list type to replace meta-files. This first lists a base URI an...0.2Peter Bex
2011-05-24TypoPeter Bex
2011-05-24Bug in sendfile was fixed. Adjust comment accordingly :)Peter Bex
2011-05-24Add better error reporting to make Felix happy :)Peter Bex
2011-03-29Use zcat instead of gzcat as that's apparently more 'portable'. Yay for GNU a...0.1Peter Bex
2011-03-20Don't unneccessarily use an alist for the distribution typesPeter Bex
2011-03-20Add handling for meta-filesPeter Bex
2011-03-20Fix bug in error-handling code when release-info could not be retrievedPeter Bex
2011-03-20improve error handling in case of unknown URI typePeter Bex
2011-03-20improve error handling by logging errors to standard error and status output ...Peter Bex
2011-03-20Fix usagePeter Bex
2011-03-20Add 'tags' subdir because henrietta expects itPeter Bex
2011-03-20Implement zipfile-extractionPeter Bex
2011-03-20Fix commandline argument handlingPeter Bex
2011-03-20Improve status output and don't download when we already have the filePeter Bex
2011-03-19Initial, currently broken, versionPeter Bex