summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug when handling debian packages.Glenn L McGrath2003-07-311-3/+5
* Fixup problem unconditionally converting all hard links to symlinks.Eric Andersen2003-07-161-6/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-149-11/+10
* Patch from Thomas Cameron:Eric Andersen2003-07-141-28/+28
* Be certain to not abort prematurely when reading stuff from pipes.Eric Andersen2003-07-053-3/+3
* As noted by Thomas Eckert:Eric Andersen2003-07-051-2/+9
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-2/+2
* Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC.Eric Andersen2003-07-051-1/+1
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-12/+27
* last_patch91 from vodz to convert tar to use bb_getopt_ulflagsEric Andersen2003-06-261-60/+56
* Save a few bytes by using bb_getopt_ulflags and a few other minorGlenn L McGrath2003-06-221-49/+31
* Handle hard links by converting them to symlinksGlenn L McGrath2003-06-121-1/+5
* Handle -O preceding -x.Matt Kraai2003-05-181-1/+3
* Always preserve dateGlenn L McGrath2003-04-261-2/+1
* unlink a previous file before its extractedGlenn L McGrath2003-04-211-1/+2
* unlink() an existing file, before opening it, simply truncating canGlenn L McGrath2003-04-211-1/+2
* Major coreutils update.Manuel Novoa III2003-03-1930-248/+246