Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and...
[oweals/busybox.git] / libbb / unarchive.c
2001-07-18 Glenn L McGrathFix extract_archive so it doesnt mangle filenames,...
2001-07-18 Glenn L McGrathFail silently on failure to read tar header, its unfort...
2001-07-14 Glenn L McGrathAllow the unarchive() extract_list variable to be NULL...
2001-07-13 Glenn L McGrathReturn NULL if file doesnt open in deb_extract
2001-07-13 Glenn L McGrathMake sure there is a trailing '\0' when extracting...
2001-07-13 Glenn L McGrathMove setvbuf calls from gz_open() to calling functions...
2001-07-12 Glenn L McGrathQuiet mode, sometimes error messages arent wanted
2001-07-11 Glenn L McGrathAllow unarchive to redirect stdout (tobe used by dpkg...
2001-07-11 Glenn L McGrathReverse part of my previous changes
2001-07-11 Glenn L McGrathminor dmalloc inspired cleanups
2001-06-26 Eric AndersenDon't use void * to pass pointers of known type
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Eric AndersenFix the build process so it does not do the evil #ifdef...
2001-06-22 Glenn L McGrathDont change date or chmod on symlinks, lchown on symlin...
2001-06-22 Glenn L McGrathremove defines around unarchive, its always used
2001-06-22 Tim Rikercomment cleanup
2001-06-22 Tim Rikercreate_path -> make_directory
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...