aboutsummaryrefslogtreecommitdiff
path: root/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-4/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-5/+5
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Fix wget error message and add (and use) chomp library function.kraai2001-02-011-2/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-20/+20
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+3
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-4/+4
* Use getopt (or getopt_long).kraai2001-01-221-81/+76
* Fixed listed files to extract to be more like GNU. Reported by Deon George.kraai2001-01-221-29/+23
* Close unused pipe handle before fork (for tar -z).bug12001-01-201-1/+4
* Fix ownership of extracted directories.kraai2001-01-131-2/+5
* Behave like GNU tar when matching excluded files.kraai2001-01-031-42/+39
* add dpkg-deb commandbug12001-01-021-2/+2
* Be sure to read from the given path, not the one used in the header.kraai2000-12-191-10/+13
* Fix tar handling of absolute paths and excluded directories.kraai2000-12-191-34/+32
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-14/+11
* Patch from Matt Kraai:andersen2000-12-131-25/+26
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-131-2/+0
* Support for tar -z option for uncompressing onlybug12000-12-101-22/+74
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-53/+53
* Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardandersen2000-12-071-3/+94
* Patch to add in the -X option and fix the --exclude bug, originally byandersen2000-12-041-1/+28
* Make tar shutup on compileandersen2000-12-011-2/+2
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-3/+9
* Note an error if we are unable to list/extract specified files.kraai2000-11-301-2/+14
* Check for archive errors even for files we aren't extracting.kraai2000-11-181-4/+8
* Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jimandersen2000-11-141-4/+4
* Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others Ikraai2000-11-081-24/+15
* Fix a thinko. Patch from Justus Pendleton <justus@acm.org>andersen2000-10-091-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Fix bug#1043 -- hanlde long filenames and links (in this case, by complainingandersen2000-09-241-3/+34
* Fix an obscure option parsing bug.andersen2000-09-231-1/+4
* Reverted my conversion of tar to getopt to ensure tar canandersen2000-09-191-26/+40
* Updated stdin/stdout treatment to match that of gnu tar.kraai2000-09-151-9/+6
* Reorganize listing code.kraai2000-09-151-46/+47
* Allow non-verbose listing to work.kraai2000-09-151-5/+7
* Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixkraai2000-09-041-22/+19
* Allow selective extraction and listing of files. And fix an uncheckedkraai2000-09-041-4/+27
* Argh. I *will* compile before checking in.kraai2000-09-011-1/+1
* Don't unlink files if we are extracting to stdout.kraai2000-09-011-3/+3
* Merge in two patches from Dave Cinege:andersen2000-08-021-54/+40
* Fix from Robert Kaiser for stdin behavior.andersen2000-07-281-1/+1
* Extract usage information into a separate file.kraai2000-07-161-31/+0
* Always report the applet name when doing error reporting.kraai2000-07-121-18/+18
* * Fixed tar creation support when reading from stdin ('tar -cf - . ')andersen2000-07-061-0/+2
* * Fixed a _horrible_ bug where 'tar -tvf' could unlinkandersen2000-06-281-1/+2
* readlink(2) does not NULL terminate the buffer it reads in, but tar expected itandersen2000-06-261-1/+4
* 'tar --help' wasn't working. Fixed it.andersen2000-06-211-0/+3
* * Fixed a small bug that could cause tar to emit warning messagesandersen2000-06-091-2/+5