Age | Commit message (Expand) | Author |
2003-11-21 | Use safe read | Glenn L McGrath |
2003-11-20 | Remove unused function | Glenn L McGrath |
2003-11-20 | Fix tar-handles-nested-exclude testcase | Glenn L McGrath |
2003-11-20 | Check at least one context is specified | Glenn L McGrath |
2003-11-20 | Check there are files to add the archive before removing a specified | Glenn L McGrath |
2003-11-20 | Dont attempt to unlink directories | Glenn L McGrath |
2003-11-18 | tar -Z, uncompress support | Glenn L McGrath |
2003-11-18 | Dont close original file handle, we may need it later. | Glenn L McGrath |
2003-11-18 | Make unlink old files default behaviour and add a new option -k to | Glenn L McGrath |
2003-11-17 | Dont free filename, its needed in the extracted files list. | Glenn L McGrath |
2003-11-15 | Fix a bug where cpio wouldnt work unless -u was specified | Glenn L McGrath |
2003-11-15 | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath |
2003-11-15 | Fix memory leaks | Glenn L McGrath |
2003-11-14 | Keep trying to find a good header, if we exit it will cause .tar.gz | Glenn L McGrath |
2003-11-14 | Catch unsupported features | Glenn L McGrath |
2003-11-14 | Fix build error with tar -j | Glenn L McGrath |
2003-11-14 | Remove some tar_gz stuff that get dragged in | Glenn L McGrath |
2003-11-14 | Remove debugging noise. | Glenn L McGrath |
2003-11-14 | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath |
2003-11-14 | Vladimir N. Oleynik (vodz) writes: | Eric Andersen |
2003-11-07 | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | Eric Andersen |
2003-11-07 | fix comment | Eric Andersen |
2003-11-05 | Fix tar -j support | Glenn L McGrath |
2003-10-31 | Put back the tar support stubs (and warnings) for now. | Eric Andersen |
2003-10-31 | Fix stupid typo | Eric Andersen |
2003-10-29 | make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch | Glenn L McGrath |
2003-10-29 | Use the return value from uncompress_bunzip, fix some typo | Glenn L McGrath |
2003-10-28 | Add some error messages, use xmalloc instead of malloc | Glenn L McGrath |
2003-10-28 | Fix a logic error, the old bunzip code returned non-zero for success, | Glenn L McGrath |
2003-10-28 | Conditionally compile some files. | Glenn L McGrath |
2003-10-23 | Another bzip2 update and speedup from Manuel Novoa III, with some | Eric Andersen |
2003-10-22 | Andreas Mohr writes: | Eric Andersen |
2003-10-18 | Manuel Novoa III writes: | Eric Andersen |
2003-10-18 | Rob Landley's new micro-bunzip version 3. Rob writes: | Eric Andersen |
2003-10-02 | Fix -C option when creating tar files. | Glenn L McGrath |
2003-09-15 | Do not shadow the global name 'accept' | Eric Andersen |
2003-09-12 | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | Glenn L McGrath |
2003-09-12 | Use the typeflag to identify if its a hardlink on OLD and GNU posix | Glenn L McGrath |
2003-09-11 | Marc A. Lehmann writes: | Eric Andersen |
2003-09-09 | If a tar entry is a regualr file ending in a '/' then its really a | Glenn L McGrath |
2003-08-28 | Dont unlink when testing ! | Glenn L McGrath |
2003-08-22 | trivial doc fix | Eric Andersen |
2003-08-14 | Change hardlink handling for tar to work the same way as cpio | Glenn L McGrath |
2003-07-31 | Fix bug when handling debian packages. | Glenn L McGrath |
2003-07-16 | Fixup problem unconditionally converting all hard links to symlinks. | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen |
2003-07-05 | Be certain to not abort prematurely when reading stuff from pipes. | Eric Andersen |
2003-07-05 | As noted by Thomas Eckert: | Eric Andersen |
2003-07-05 | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen |