index
:
henrietta-cache
master
Egg cache builder for the Henrietta egg server.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
henrietta-cache.scm
Age
Commit message (
Expand
)
Author
2024-09-13
Port to CHICKEN 6
1.7
Peter Bex
2021-06-15
Handle symlinks first when moving files to cache
Mario Domenech Goulart
2020-03-22
Add note why module is commented out
Peter Bex
2020-03-22
Change default CHICKEN release to 5
Peter Bex
2020-03-22
Also copy over dotfiles after extracting the egg archive
Peter Bex
2019-09-22
Remove module wrapper
Peter Bex
2019-09-22
Fix CHICKEN 4 imports
1.5
Peter Bex
2019-09-22
Wrap the program in a module form
Peter Bex
2019-09-22
Fix short option argument grouping
Peter Bex
2019-09-22
Add -k and -n flags, suggested by Diego "dieggsy"
Peter Bex
2019-09-12
Fix sloppy code dealing with tmpdir parent deletion
Peter Bex
2019-09-01
Don't use "tmp" and copy instead of move to improve permission handling
1.4
Peter Bex
2018-09-06
Drop module wrapper, as that breaks backwards compatibility
Peter Bex
2018-09-05
Port to CHICKEN 5
Peter Bex
2018-09-05
Wrap program in a module to make it easier to port
Peter Bex
2018-09-05
Improve egg/meta-file handling by only allowing "distribution-files" in egg-f...
Peter Bex
2018-09-05
Support for CHICKEN 5's egg description files
Mario Domenech Goulart
2015-05-03
Use gunzip and bunzip instead of zcat and bzcat, for compatibility reasons
Peter Bex
2014-09-15
Also pass CHICKEN release to the hooks
Peter Bex
2014-09-15
Do not default to the current CHICKEN release, that's just too confusing (I t...
Peter Bex
2013-10-29
Fix pax_global_header problem
0.4.1
Peter Bex
2013-10-01
Download files from file-list types to a tmpdir and move them once completed.
Peter Bex
2013-10-01
Instead of trying to be fancy and "portable" with pax, just use tar.
Peter Bex
2012-02-22
properly handle errors thrown when loading the init file
moritz
2012-01-31
use chicken-syntax for the init file
moritz
2012-01-31
add usage info for -i/-init-file option
moritz
2012-01-28
pass condition message to download-release-error and add read-release-info-fi...
moritz
2012-01-27
remove redundant `and' guard in `and-let*' (thanks Peter)
moritz
2012-01-26
add -i/--init-file option for giving an init file that is loaded
moritz
2011-09-15
Uri-encode strings when replacing URI patterns
Peter Bex
2011-09-14
Fix moving files for real
Peter Bex
2011-09-14
Use move-file from setup-api instead of rename-file, since the latter just re...
Peter Bex
2011-06-02
Update henrietta-cache so it doesn't get tripped up by Apache's extra newlines
Peter Bex
2011-06-02
Update to ensure path is always taken as a dir
Peter Bex
2011-05-26
Add flat file list type to replace meta-files. This first lists a base URI an...
0.2
Peter Bex
2011-05-24
Typo
Peter Bex
2011-05-24
Bug in sendfile was fixed. Adjust comment accordingly :)
Peter Bex
2011-05-24
Add better error reporting to make Felix happy :)
Peter Bex
2011-03-29
Use zcat instead of gzcat as that's apparently more 'portable'. Yay for GNU a...
0.1
Peter Bex
2011-03-20
Don't unneccessarily use an alist for the distribution types
Peter Bex
2011-03-20
Add handling for meta-files
Peter Bex
2011-03-20
Fix bug in error-handling code when release-info could not be retrieved
Peter Bex
2011-03-20
improve error handling in case of unknown URI type
Peter Bex
2011-03-20
improve error handling by logging errors to standard error and status output ...
Peter Bex
2011-03-20
Fix usage
Peter Bex
2011-03-20
Add 'tags' subdir because henrietta expects it
Peter Bex
2011-03-20
Implement zipfile-extraction
Peter Bex
2011-03-20
Fix commandline argument handling
Peter Bex
2011-03-20
Improve status output and don't download when we already have the file
Peter Bex
2011-03-19
Initial, currently broken, version
Peter Bex