| Commit message (Expand) | Author | Age | Files | Lines |
* | unarchive function changed to support both exclude and include lists, applets... | Glenn L McGrath | 2001-10-13 | 1 | -17/+18 |
* | match exclude/include names with trailing '/' | Glenn L McGrath | 2001-10-13 | 1 | -2/+3 |
* | Use fnmatch() to compare excluded/included files | Glenn L McGrath | 2001-10-13 | 1 | -1/+1 |
* | Cleanup memory usage properly | Glenn L McGrath | 2001-10-08 | 1 | -3/+7 |
* | Free some variables after use | Glenn L McGrath | 2001-10-08 | 1 | -0/+4 |
* | List full path instead of relative path if prefix is specified (this was supp... | Glenn L McGrath | 2001-09-24 | 1 | -1/+1 |
* | Use the correct buffer when calling dirname, improve an error message, and | Matt Kraai | 2001-08-28 | 1 | -2/+5 |
* | Canonicalize dirname(3) behavior. | Matt Kraai | 2001-08-24 | 1 | -2/+4 |
* | Fix exclude list handling | Glenn L McGrath | 2001-08-04 | 1 | -7/+18 |
* | Some libc5 cleanups | Eric Andersen | 2001-08-02 | 1 | -2/+3 |
* | Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" ... | Glenn L McGrath | 2001-07-18 | 1 | -3/+6 |
* | Fail silently on failure to read tar header, its unfortunate that many tar im... | Glenn L McGrath | 2001-07-18 | 1 | -1/+3 |
* | Allow the unarchive() extract_list variable to be NULL, meaning extract all | Glenn L McGrath | 2001-07-14 | 1 | -16/+12 |
* | Return NULL if file doesnt open in deb_extract | Glenn L McGrath | 2001-07-13 | 1 | -1/+3 |
* | Make sure there is a trailing '\0' when extracting to buffer. | Glenn L McGrath | 2001-07-13 | 1 | -0/+1 |
* | Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo... | Glenn L McGrath | 2001-07-13 | 1 | -0/+3 |
* | Quiet mode, sometimes error messages arent wanted | Glenn L McGrath | 2001-07-12 | 1 | -8/+20 |
* | Allow unarchive to redirect stdout (tobe used by dpkg applet) | Glenn L McGrath | 2001-07-11 | 1 | -3/+3 |
* | Reverse part of my previous changes | Glenn L McGrath | 2001-07-11 | 1 | -1/+2 |
* | minor dmalloc inspired cleanups | Glenn L McGrath | 2001-07-11 | 1 | -5/+11 |
* | Don't use void * to pass pointers of known type | Eric Andersen | 2001-06-26 | 1 | -20/+9 |
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 1 | -9/+15 |
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -15/+70 |
* | Fix the build process so it does not do the evil #ifdef BB_FOO stuff. | Eric Andersen | 2001-06-22 | 1 | -4/+21 |
* | Dont change date or chmod on symlinks, lchown on symlinks if lchown available | Glenn L McGrath | 2001-06-22 | 1 | -6/+16 |
* | remove defines around unarchive, its always used | Glenn L McGrath | 2001-06-22 | 1 | -2/+0 |
* | comment cleanup | Tim Riker | 2001-06-22 | 1 | -2/+1 |
* | create_path -> make_directory | Tim Riker | 2001-06-22 | 1 | -1/+1 |
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | Glenn L McGrath | 2001-06-20 | 1 | -0/+500 |