| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix exclude list handling | bug1 | 2001-08-04 | 1 | -7/+18 |
* | Some libc5 cleanups | andersen | 2001-08-02 | 1 | -2/+3 |
* | Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" ... | bug1 | 2001-07-18 | 1 | -3/+6 |
* | Fail silently on failure to read tar header, its unfortunate that many tar im... | bug1 | 2001-07-18 | 1 | -1/+3 |
* | Allow the unarchive() extract_list variable to be NULL, meaning extract all | bug1 | 2001-07-14 | 1 | -16/+12 |
* | Return NULL if file doesnt open in deb_extract | bug1 | 2001-07-13 | 1 | -1/+3 |
* | Make sure there is a trailing '\0' when extracting to buffer. | bug1 | 2001-07-13 | 1 | -0/+1 |
* | Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo... | bug1 | 2001-07-13 | 1 | -0/+3 |
* | Quiet mode, sometimes error messages arent wanted | bug1 | 2001-07-12 | 1 | -8/+20 |
* | Allow unarchive to redirect stdout (tobe used by dpkg applet) | bug1 | 2001-07-11 | 1 | -3/+3 |
* | Reverse part of my previous changes | bug1 | 2001-07-11 | 1 | -1/+2 |
* | minor dmalloc inspired cleanups | bug1 | 2001-07-11 | 1 | -5/+11 |
* | Don't use void * to pass pointers of known type | andersen | 2001-06-26 | 1 | -20/+9 |
* | Nore unarchive (and doc) fixes from Laurence Anderson | bug1 | 2001-06-24 | 1 | -9/+15 |
* | cpio applet, and changes to associated code | bug1 | 2001-06-22 | 1 | -15/+70 |
* | Fix the build process so it does not do the evil #ifdef BB_FOO stuff. | andersen | 2001-06-22 | 1 | -4/+21 |
* | Dont change date or chmod on symlinks, lchown on symlinks if lchown available | bug1 | 2001-06-22 | 1 | -6/+16 |
* | remove defines around unarchive, its always used | bug1 | 2001-06-22 | 1 | -2/+0 |
* | comment cleanup | timr | 2001-06-22 | 1 | -2/+1 |
* | create_path -> make_directory | timr | 2001-06-22 | 1 | -1/+1 |
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | bug1 | 2001-06-20 | 1 | -0/+500 |