| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix tar -j support | Glenn L McGrath | 2003-11-05 | 3 | -23/+43 |
* | Put back the tar support stubs (and warnings) for now. | Eric Andersen | 2003-10-31 | 1 | -0/+16 |
* | Fix stupid typo | Eric Andersen | 2003-10-31 | 1 | -1/+1 |
* | Add some error messages, use xmalloc instead of malloc | Glenn L McGrath | 2003-10-28 | 1 | -5/+18 |
* | Conditionally compile some files. | Glenn L McGrath | 2003-10-28 | 1 | -20/+23 |
* | Another bzip2 update and speedup from Manuel Novoa III, with some | Eric Andersen | 2003-10-23 | 1 | -223/+267 |
* | Manuel Novoa III writes: | Eric Andersen | 2003-10-18 | 1 | -22/+43 |
* | Rob Landley's new micro-bunzip version 3. Rob writes: | Eric Andersen | 2003-10-18 | 1 | -1592/+465 |
* | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | Glenn L McGrath | 2003-09-12 | 1 | -3/+0 |
* | Use the typeflag to identify if its a hardlink on OLD and GNU posix | Glenn L McGrath | 2003-09-12 | 1 | -6/+6 |
* | Marc A. Lehmann writes: | Eric Andersen | 2003-09-11 | 1 | -1/+1 |
* | If a tar entry is a regualr file ending in a '/' then its really a | Glenn L McGrath | 2003-09-09 | 1 | -5/+5 |
* | Dont unlink when testing ! | Glenn L McGrath | 2003-08-28 | 2 | -38/+29 |
* | Change hardlink handling for tar to work the same way as cpio | Glenn L McGrath | 2003-08-14 | 2 | -44/+46 |
* | Fix bug when handling debian packages. | Glenn L McGrath | 2003-07-31 | 1 | -3/+5 |
* | Fixup problem unconditionally converting all hard links to symlinks. | Eric Andersen | 2003-07-16 | 1 | -6/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 4 | -4/+4 |
* | Be certain to not abort prematurely when reading stuff from pipes. | Eric Andersen | 2003-07-05 | 2 | -2/+2 |
* | Handle hard links by converting them to symlinks | Glenn L McGrath | 2003-06-12 | 1 | -1/+5 |
* | unlink a previous file before its extracted | Glenn L McGrath | 2003-04-21 | 1 | -1/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 18 | -89/+89 |
* | Woops, my gunzip fix broke unzip, these cant be static | Glenn L McGrath | 2003-02-09 | 2 | -4/+4 |
* | Moved to libunarchive/unzip.c | Glenn L McGrath | 2003-02-09 | 1 | -69/+0 |
* | Fix endian probelm on PPC, i had different types for an extern variable. | Glenn L McGrath | 2003-02-09 | 3 | -27/+80 |
* | Fix long standing bug with old gnu tar files, add a check so tar will | Glenn L McGrath | 2003-01-28 | 2 | -12/+21 |
* | A cleaner cleanup that avoids passing an off_t to scanf | Eric Andersen | 2002-12-11 | 1 | -5/+9 |
* | squash a warning | Eric Andersen | 2002-12-11 | 1 | -1/+1 |
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 3 | -1/+187 |