| Commit message (Expand) | Author | Age | Files | Lines |
* | Isolate code better for unused options, config option to enable long | bug1 | 2003-12-26 | 2 | -57/+138 |
* | Fix a bug of mine where extracting files to stdout would extract to | bug1 | 2003-12-22 | 1 | -1/+1 |
* | Don't hose up perms for files that happen to have symlinks | andersen | 2003-12-21 | 1 | -2/+4 |
* | Fix a compile error when only using ar, patch by Paul van Gool | bug1 | 2003-12-05 | 1 | -1/+1 |
* | Patch from Ian Campbell, fix or'ed dependencies and handle virtual | bug1 | 2003-11-28 | 1 | -79/+237 |
* | Fix tar hard links | bug1 | 2003-11-27 | 2 | -5/+5 |
* | Important bugfixes from Ian Campbell. | bug1 | 2003-11-26 | 1 | -26/+48 |
* | As we no longer use function pointers for read in common archiving code | bug1 | 2003-11-21 | 11 | -114/+11 |
* | Use safe read | bug1 | 2003-11-21 | 2 | -2/+2 |
* | Remove unused function | bug1 | 2003-11-20 | 2 | -31/+0 |
* | Fix tar-handles-nested-exclude testcase | bug1 | 2003-11-20 | 2 | -0/+13 |
* | Check at least one context is specified | bug1 | 2003-11-20 | 1 | -0/+3 |
* | Check there are files to add the archive before removing a specified | bug1 | 2003-11-20 | 1 | -5/+4 |
* | Dont attempt to unlink directories | bug1 | 2003-11-20 | 1 | -1/+1 |
* | tar -Z, uncompress support | bug1 | 2003-11-18 | 5 | -11/+37 |
* | Dont close original file handle, we may need it later. | bug1 | 2003-11-18 | 1 | -3/+4 |
* | Make unlink old files default behaviour and add a new option -k to | bug1 | 2003-11-18 | 1 | -19/+23 |
* | Dont free filename, its needed in the extracted files list. | bug1 | 2003-11-17 | 1 | -2/+1 |
* | Fix a bug where cpio wouldnt work unless -u was specified | bug1 | 2003-11-15 | 1 | -10/+8 |
* | Move from read_gz to the pipe()+fork() method. | bug1 | 2003-11-15 | 15 | -272/+150 |
* | Fix memory leaks | bug1 | 2003-11-15 | 1 | -0/+3 |
* | Keep trying to find a good header, if we exit it will cause .tar.gz | bug1 | 2003-11-14 | 1 | -1/+1 |
* | Catch unsupported features | bug1 | 2003-11-14 | 1 | -7/+15 |
* | Fix build error with tar -j | bug1 | 2003-11-14 | 1 | -1/+1 |
* | Remove some tar_gz stuff that get dragged in | bug1 | 2003-11-14 | 1 | -3/+4 |
* | Remove debugging noise. | bug1 | 2003-11-14 | 1 | -1/+0 |
* | Read in blocks rather than one char at a time, greatly improves speed | bug1 | 2003-11-14 | 1 | -4/+23 |
* | Vladimir N. Oleynik (vodz) writes: | andersen | 2003-11-14 | 1 | -4/+1 |
* | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | andersen | 2003-11-07 | 1 | -3/+2 |
* | fix comment | andersen | 2003-11-07 | 1 | -1/+1 |
* | Fix tar -j support | bug1 | 2003-11-05 | 3 | -23/+43 |
* | Put back the tar support stubs (and warnings) for now. | andersen | 2003-10-31 | 1 | -0/+16 |
* | Fix stupid typo | andersen | 2003-10-31 | 1 | -1/+1 |
* | make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch | bug1 | 2003-10-29 | 1 | -7/+10 |
* | Use the return value from uncompress_bunzip, fix some typo | bug1 | 2003-10-29 | 1 | -8/+5 |
* | Add some error messages, use xmalloc instead of malloc | bug1 | 2003-10-28 | 1 | -5/+18 |
* | Fix a logic error, the old bunzip code returned non-zero for success, | bug1 | 2003-10-28 | 1 | -1/+1 |
* | Conditionally compile some files. | bug1 | 2003-10-28 | 1 | -20/+23 |
* | Another bzip2 update and speedup from Manuel Novoa III, with some | andersen | 2003-10-23 | 1 | -223/+267 |
* | Andreas Mohr writes: | andersen | 2003-10-22 | 1 | -10/+10 |
* | Manuel Novoa III writes: | andersen | 2003-10-18 | 1 | -22/+43 |
* | Rob Landley's new micro-bunzip version 3. Rob writes: | andersen | 2003-10-18 | 1 | -1592/+465 |
* | Fix -C option when creating tar files. | bug1 | 2003-10-02 | 1 | -30/+37 |
* | Do not shadow the global name 'accept' | andersen | 2003-09-15 | 1 | -2/+2 |
* | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | bug1 | 2003-09-12 | 1 | -3/+0 |
* | Use the typeflag to identify if its a hardlink on OLD and GNU posix | bug1 | 2003-09-12 | 1 | -6/+6 |
* | Marc A. Lehmann writes: | andersen | 2003-09-11 | 1 | -1/+1 |
* | If a tar entry is a regualr file ending in a '/' then its really a | bug1 | 2003-09-09 | 1 | -5/+5 |
* | Dont unlink when testing ! | bug1 | 2003-08-28 | 3 | -43/+44 |
* | trivial doc fix | andersen | 2003-08-22 | 1 | -2/+3 |