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