aboutsummaryrefslogtreecommitdiff
path: root/libbb/unarchive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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