aboutsummaryrefslogtreecommitdiff
path: root/libbb/unarchive.c
AgeCommit message (Expand)Author
2001-10-25Move libbb/unarchive functions to ./archival/libunarchiveGlenn L McGrath
2001-10-13unarchive function changed to support both exclude and include lists, applets...Glenn L McGrath
2001-10-13match exclude/include names with trailing '/'Glenn L McGrath
2001-10-13Use fnmatch() to compare excluded/included filesGlenn L McGrath
2001-10-08Cleanup memory usage properlyGlenn L McGrath
2001-10-08Free some variables after useGlenn L McGrath
2001-09-24List full path instead of relative path if prefix is specified (this was supp...Glenn L McGrath
2001-08-28Use the correct buffer when calling dirname, improve an error message, andMatt Kraai
2001-08-24Canonicalize dirname(3) behavior.Matt Kraai
2001-08-04Fix exclude list handlingGlenn L McGrath
2001-08-02Some libc5 cleanupsEric Andersen
2001-07-18Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" ...Glenn L McGrath
2001-07-18Fail silently on failure to read tar header, its unfortunate that many tar im...Glenn L McGrath
2001-07-14Allow the unarchive() extract_list variable to be NULL, meaning extract allGlenn L McGrath
2001-07-13Return NULL if file doesnt open in deb_extractGlenn L McGrath
2001-07-13Make sure there is a trailing '\0' when extracting to buffer.Glenn L McGrath
2001-07-13Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo...Glenn L McGrath
2001-07-12Quiet mode, sometimes error messages arent wantedGlenn L McGrath
2001-07-11Allow unarchive to redirect stdout (tobe used by dpkg applet)Glenn L McGrath
2001-07-11Reverse part of my previous changesGlenn L McGrath
2001-07-11minor dmalloc inspired cleanupsGlenn L McGrath
2001-06-26Don't use void * to pass pointers of known typeEric Andersen
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath
2001-06-22Fix the build process so it does not do the evil #ifdef BB_FOO stuff.Eric Andersen
2001-06-22Dont change date or chmod on symlinks, lchown on symlinks if lchown availableGlenn L McGrath
2001-06-22remove defines around unarchive, its always usedGlenn L McGrath
2001-06-22comment cleanupTim Riker
2001-06-22create_path -> make_directoryTim Riker
2001-06-20Reorganise unarchiving functions, more code re-use, only does single pass(no ...Glenn L McGrath