aboutsummaryrefslogtreecommitdiff
path: root/libbb/unarchive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix exclude list handlingbug12001-08-041-7/+18
* Some libc5 cleanupsandersen2001-08-021-2/+3
* Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" ...bug12001-07-181-3/+6
* Fail silently on failure to read tar header, its unfortunate that many tar im...bug12001-07-181-1/+3
* Allow the unarchive() extract_list variable to be NULL, meaning extract allbug12001-07-141-16/+12
* Return NULL if file doesnt open in deb_extractbug12001-07-131-1/+3
* Make sure there is a trailing '\0' when extracting to buffer.bug12001-07-131-0/+1
* Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo...bug12001-07-131-0/+3
* Quiet mode, sometimes error messages arent wantedbug12001-07-121-8/+20
* Allow unarchive to redirect stdout (tobe used by dpkg applet)bug12001-07-111-3/+3
* Reverse part of my previous changesbug12001-07-111-1/+2
* minor dmalloc inspired cleanupsbug12001-07-111-5/+11
* Don't use void * to pass pointers of known typeandersen2001-06-261-20/+9
* Nore unarchive (and doc) fixes from Laurence Andersonbug12001-06-241-9/+15
* cpio applet, and changes to associated codebug12001-06-221-15/+70
* Fix the build process so it does not do the evil #ifdef BB_FOO stuff.andersen2001-06-221-4/+21
* Dont change date or chmod on symlinks, lchown on symlinks if lchown availablebug12001-06-221-6/+16
* remove defines around unarchive, its always usedbug12001-06-221-2/+0
* comment cleanuptimr2001-06-221-2/+1
* create_path -> make_directorytimr2001-06-221-1/+1
* Reorganise unarchiving functions, more code re-use, only does single pass(no ...bug12001-06-201-0/+500