summaryrefslogtreecommitdiff
path: root/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+3
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-4/+4
* Use getopt (or getopt_long).Matt Kraai2001-01-221-81/+76
* Fixed listed files to extract to be more like GNU. Reported by Deon George.Matt Kraai2001-01-221-29/+23
* Close unused pipe handle before fork (for tar -z).Glenn L McGrath2001-01-201-1/+4
* Fix ownership of extracted directories.Matt Kraai2001-01-131-2/+5
* Behave like GNU tar when matching excluded files.Matt Kraai2001-01-031-42/+39
* add dpkg-deb commandGlenn L McGrath2001-01-021-2/+2
* Be sure to read from the given path, not the one used in the header.Matt Kraai2000-12-191-10/+13
* Fix tar handling of absolute paths and excluded directories.Matt Kraai2000-12-191-34/+32
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-14/+11
* Patch from Matt Kraai:Eric Andersen2000-12-131-25/+26
* Fix from Matt Kraai -- a better way to NULL terminate strings for theEric Andersen2000-12-131-2/+0
* Support for tar -z option for uncompressing onlyGlenn L McGrath2000-12-101-22/+74
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-53/+53
* Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardEric Andersen2000-12-071-3/+94
* Patch to add in the -X option and fix the --exclude bug, originally byEric Andersen2000-12-041-1/+28
* Make tar shutup on compileEric Andersen2000-12-011-2/+2
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-3/+9
* Note an error if we are unable to list/extract specified files.Matt Kraai2000-11-301-2/+14
* Check for archive errors even for files we aren't extracting.Matt Kraai2000-11-181-4/+8
* Grammer fix. Changed "longer then" to "longer than". Fix thanks to JimEric Andersen2000-11-141-4/+4
* Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others IMatt Kraai2000-11-081-24/+15
* Fix a thinko. Patch from Justus Pendleton <justus@acm.org>Eric Andersen2000-10-091-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Fix bug#1043 -- hanlde long filenames and links (in this case, by complainingEric Andersen2000-09-241-3/+34
* Fix an obscure option parsing bug.Eric Andersen2000-09-231-1/+4
* Reverted my conversion of tar to getopt to ensure tar canEric Andersen2000-09-191-26/+40
* Updated stdin/stdout treatment to match that of gnu tar.Matt Kraai2000-09-151-9/+6
* Reorganize listing code.Matt Kraai2000-09-151-46/+47
* Allow non-verbose listing to work.Matt Kraai2000-09-151-5/+7
* Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixMatt Kraai2000-09-041-22/+19
* Allow selective extraction and listing of files. And fix an uncheckedMatt Kraai2000-09-041-4/+27
* Argh. I *will* compile before checking in.Matt Kraai2000-09-011-1/+1
* Don't unlink files if we are extracting to stdout.Matt Kraai2000-09-011-3/+3
* Merge in two patches from Dave Cinege:Eric Andersen2000-08-021-54/+40
* Fix from Robert Kaiser for stdin behavior.Eric Andersen2000-07-281-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-31/+0
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-18/+18
* * Fixed tar creation support when reading from stdin ('tar -cf - . ')Eric Andersen2000-07-061-0/+2
* * Fixed a _horrible_ bug where 'tar -tvf' could unlinkEric Andersen2000-06-281-1/+2
* readlink(2) does not NULL terminate the buffer it reads in, but tar expected itEric Andersen2000-06-261-1/+4
* 'tar --help' wasn't working. Fixed it.Eric Andersen2000-06-211-0/+3
* * Fixed a small bug that could cause tar to emit warning messagesEric Andersen2000-06-091-2/+5
* Fixed tar option parsing segfault, and make "tar xv" and "tar -xv"Eric Andersen2000-05-301-3/+4
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-201-2/+3
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+4
* Fix tarball creation. In an attempt to accomodate the whinersErik Andersen2000-04-281-1/+1
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-1/+0