summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
AgeCommit message (Expand)Author
2021-06-15Handle symlinks first when moving files to cacheMario Domenech Goulart
2020-03-22Add note why module is commented outPeter Bex
2020-03-22Change default CHICKEN release to 5Peter Bex
2020-03-22Also copy over dotfiles after extracting the egg archivePeter Bex
2019-09-22Remove module wrapperPeter Bex
2019-09-22Fix CHICKEN 4 imports1.5Peter Bex
2019-09-22Wrap the program in a module formPeter Bex
2019-09-22Fix short option argument groupingPeter Bex
2019-09-22Add -k and -n flags, suggested by Diego "dieggsy"Peter Bex
2019-09-12Fix sloppy code dealing with tmpdir parent deletionPeter Bex
2019-09-01Don't use "tmp" and copy instead of move to improve permission handling1.4Peter Bex
2018-09-06Drop module wrapper, as that breaks backwards compatibilityPeter Bex
2018-09-05Port to CHICKEN 5Peter Bex
2018-09-05Wrap program in a module to make it easier to portPeter Bex
2018-09-05Improve egg/meta-file handling by only allowing "distribution-files" in egg-f...Peter Bex
2018-09-05Support for CHICKEN 5's egg description filesMario Domenech Goulart
2015-05-03Use gunzip and bunzip instead of zcat and bzcat, for compatibility reasonsPeter Bex
2014-09-15Also pass CHICKEN release to the hooksPeter Bex
2014-09-15Do not default to the current CHICKEN release, that's just too confusing (I t...Peter Bex
2013-10-29Fix pax_global_header problem0.4.1Peter Bex
2013-10-01Download files from file-list types to a tmpdir and move them once completed.Peter Bex
2013-10-01Instead of trying to be fancy and "portable" with pax, just use tar.Peter Bex
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