- a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
- 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
- cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
- b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
- 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
- c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
- daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
- 248c57c minor dmalloc inspired cleanups by Glenn L McGrath · 23 years ago
- 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
- 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 24 years ago
- 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 24 years ago
- 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 24 years ago
- 76ce754 Dont change date or chmod on symlinks, lchown on symlinks if lchown available by Glenn L McGrath · 24 years ago
- 9f832de remove defines around unarchive, its always used by Glenn L McGrath · 24 years ago
- 8370976 comment cleanup by Tim Riker · 24 years ago
- fbbd360 create_path -> make_directory by Tim Riker · 24 years ago
- eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 24 years ago