| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Anand Avati hit an integer overflow problem in our unzip code. | Rob Landley | 2005-08-31 | 1 | -1/+1 |
* | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger | 2005-08-16 | 1 | -1/+1 |
* | punt unused variable | Mike Frysinger | 2005-07-30 | 1 | -3/+0 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | applying fixes from: | Paul Fox | 2005-07-20 | 1 | -79/+81 |
* | applying fix for: | Paul Fox | 2005-07-20 | 1 | -0/+10 |
* | fix printf warning | Mike Frysinger | 2005-04-20 | 1 | -1/+1 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 2 | -7/+8 |
* | When filling the bit buffer, gzip decompression apparently never checked for ... | Manuel Novoa III | 2005-03-01 | 1 | -1/+4 |
* | Don't document compiler warnings. _FIX_ compiler warnings. | Rob Landley | 2004-11-16 | 1 | -12/+13 |
* | Make certain clients of bb_make_directory default to honoring | Eric Andersen | 2004-10-13 | 1 | -1/+1 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 2 | -6/+12 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 1 | -0/+2 |
* | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | 2004-07-26 | 2 | -3/+4 |
* | Fix symlink handling and small memory leak | Glenn L McGrath | 2004-04-29 | 1 | -0/+5 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 5 | -22/+22 |
* | Add a comment explaining why we have to check for an extra \n | Glenn L McGrath | 2004-04-09 | 1 | -1/+3 |
* | rename uncompress.c to decompress_uncompress.c | Eric Andersen | 2004-04-05 | 3 | -1279/+4 |
* | Add missing include files | Eric Andersen | 2004-03-27 | 1 | -0/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 12 | -48/+48 |
* | Sometimes i get carried away with the use of function pointers, im sure | Glenn L McGrath | 2004-02-21 | 1 | -1/+1 |
* | Fix up hard links | Glenn L McGrath | 2004-02-20 | 1 | -3/+5 |
* | A strict interpretation of the ustar format requires the type flag to be | Glenn L McGrath | 2004-02-20 | 1 | -11/+8 |
* | Add extra comments, freakout if a pax archive is encoutered. | Glenn L McGrath | 2004-02-19 | 1 | -9/+24 |
* | Remove debugging | Glenn L McGrath | 2004-02-17 | 1 | -2/+0 |
* | Dont strip trailing '/' until _after_ i test to set if its there ! | Glenn L McGrath | 2004-02-17 | 1 | -12/+17 |
* | Fix usage with libraries, skip symbol table. | Glenn L McGrath | 2004-01-04 | 1 | -1/+1 |
* | Fix a bug of mine where extracting files to stdout would extract to | Glenn L McGrath | 2003-12-22 | 1 | -1/+1 |
* | Don't hose up perms for files that happen to have symlinks | Eric Andersen | 2003-12-21 | 1 | -2/+4 |
* | Fix tar hard links | Glenn L McGrath | 2003-11-27 | 2 | -5/+5 |
* | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | 2003-11-21 | 9 | -99/+7 |
* | Use safe read | Glenn L McGrath | 2003-11-21 | 2 | -2/+2 |
* | Remove unused function | Glenn L McGrath | 2003-11-20 | 2 | -31/+0 |
* | Fix tar-handles-nested-exclude testcase | Glenn L McGrath | 2003-11-20 | 1 | -0/+8 |
* | Dont attempt to unlink directories | Glenn L McGrath | 2003-11-20 | 1 | -1/+1 |
* | tar -Z, uncompress support | Glenn L McGrath | 2003-11-18 | 3 | -10/+1 |
* | Dont close original file handle, we may need it later. | Glenn L McGrath | 2003-11-18 | 1 | -3/+4 |
* | Dont free filename, its needed in the extracted files list. | Glenn L McGrath | 2003-11-17 | 1 | -2/+1 |
* | Fix a bug where cpio wouldnt work unless -u was specified | Glenn L McGrath | 2003-11-15 | 1 | -10/+8 |
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 11 | -258/+142 |
* | Fix memory leaks | Glenn L McGrath | 2003-11-15 | 1 | -0/+3 |
* | Keep trying to find a good header, if we exit it will cause .tar.gz | Glenn L McGrath | 2003-11-14 | 1 | -1/+1 |
* | Fix build error with tar -j | Glenn L McGrath | 2003-11-14 | 1 | -1/+1 |
* | Remove some tar_gz stuff that get dragged in | Glenn L McGrath | 2003-11-14 | 1 | -3/+4 |
* | Remove debugging noise. | Glenn L McGrath | 2003-11-14 | 1 | -1/+0 |
* | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath | 2003-11-14 | 1 | -4/+23 |
* | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | Eric Andersen | 2003-11-07 | 1 | -3/+2 |
* | fix comment | Eric Andersen | 2003-11-07 | 1 | -1/+1 |