summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug of mine where extracting files to stdout would extract toGlenn L McGrath2003-12-221-1/+1
* Don't hose up perms for files that happen to have symlinksEric Andersen2003-12-211-2/+4
* Fix a compile error when only using ar, patch by Paul van GoolGlenn L McGrath2003-12-051-1/+1
* Patch from Ian Campbell, fix or'ed dependencies and handle virtualGlenn L McGrath2003-11-281-79/+237
* Fix tar hard linksGlenn L McGrath2003-11-272-5/+5
* Important bugfixes from Ian Campbell.Glenn L McGrath2003-11-261-26/+48
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-2111-114/+11
* Use safe readGlenn L McGrath2003-11-212-2/+2
* Remove unused functionGlenn L McGrath2003-11-202-31/+0
* Fix tar-handles-nested-exclude testcaseGlenn L McGrath2003-11-202-0/+13
* Check at least one context is specifiedGlenn L McGrath2003-11-201-0/+3
* Check there are files to add the archive before removing a specifiedGlenn L McGrath2003-11-201-5/+4
* Dont attempt to unlink directoriesGlenn L McGrath2003-11-201-1/+1
* tar -Z, uncompress supportGlenn L McGrath2003-11-185-11/+37
* Dont close original file handle, we may need it later.Glenn L McGrath2003-11-181-3/+4
* Make unlink old files default behaviour and add a new option -k toGlenn L McGrath2003-11-181-19/+23
* Dont free filename, its needed in the extracted files list.Glenn L McGrath2003-11-171-2/+1
* Fix a bug where cpio wouldnt work unless -u was specifiedGlenn L McGrath2003-11-151-10/+8
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-1515-272/+150
* Fix memory leaksGlenn L McGrath2003-11-151-0/+3
* Keep trying to find a good header, if we exit it will cause .tar.gzGlenn L McGrath2003-11-141-1/+1
* Catch unsupported featuresGlenn L McGrath2003-11-141-7/+15
* Fix build error with tar -jGlenn L McGrath2003-11-141-1/+1
* Remove some tar_gz stuff that get dragged inGlenn L McGrath2003-11-141-3/+4
* Remove debugging noise.Glenn L McGrath2003-11-141-1/+0
* Read in blocks rather than one char at a time, greatly improves speedGlenn L McGrath2003-11-141-4/+23
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2003-11-141-4/+1
* This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2Eric Andersen2003-11-071-3/+2
* fix commentEric Andersen2003-11-071-1/+1
* Fix tar -j supportGlenn L McGrath2003-11-053-23/+43
* Put back the tar support stubs (and warnings) for now.Eric Andersen2003-10-311-0/+16
* Fix stupid typoEric Andersen2003-10-311-1/+1
* make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patchGlenn L McGrath2003-10-291-7/+10
* Use the return value from uncompress_bunzip, fix some typoGlenn L McGrath2003-10-291-8/+5
* Add some error messages, use xmalloc instead of mallocGlenn L McGrath2003-10-281-5/+18
* Fix a logic error, the old bunzip code returned non-zero for success,Glenn L McGrath2003-10-281-1/+1
* Conditionally compile some files.Glenn L McGrath2003-10-281-20/+23
* Another bzip2 update and speedup from Manuel Novoa III, with someEric Andersen2003-10-231-223/+267
* Andreas Mohr writes:Eric Andersen2003-10-221-10/+10
* Manuel Novoa III writes:Eric Andersen2003-10-181-22/+43
* Rob Landley's new micro-bunzip version 3. Rob writes:Eric Andersen2003-10-181-1592/+465
* Fix -C option when creating tar files.Glenn L McGrath2003-10-021-30/+37
* Do not shadow the global name 'accept'Eric Andersen2003-09-151-2/+2
* Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.Glenn L McGrath2003-09-121-3/+0
* Use the typeflag to identify if its a hardlink on OLD and GNU posixGlenn L McGrath2003-09-121-6/+6
* Marc A. Lehmann writes:Eric Andersen2003-09-111-1/+1
* If a tar entry is a regualr file ending in a '/' then its really aGlenn L McGrath2003-09-091-5/+5
* Dont unlink when testing !Glenn L McGrath2003-08-283-43/+44
* trivial doc fixEric Andersen2003-08-221-2/+3
* Change hardlink handling for tar to work the same way as cpioGlenn L McGrath2003-08-142-44/+46