Removed trailing \n from error_msg{,_and_die} messages.
[oweals/busybox.git] / tar.c
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Matt KraaiUse getopt (or getopt_long).
2001-01-22 Matt KraaiFixed listed files to extract to be more like GNU....
2001-01-20 Glenn L McGrathClose unused pipe handle before fork (for tar -z).
2001-01-13 Matt KraaiFix ownership of extracted directories.
2001-01-03 Matt KraaiBehave like GNU tar when matching excluded files.
2001-01-02 Glenn L McGrathadd dpkg-deb command
2000-12-19 Matt KraaiBe sure to read from the given path, not the one used...
2000-12-19 Matt KraaiFix tar handling of absolute paths and excluded directo...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-13 Eric AndersenPatch from Matt Kraai:
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-10 Glenn L McGrathSupport for tar -z option for uncompressing only
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Eric AndersenPatch from Jim Gleason <jimg@lineo.com> to fix tar...
2000-12-04 Eric AndersenPatch to add in the -X option and fix the --exclude...
2000-12-01 Eric AndersenMake tar shutup on compile
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-30 Matt KraaiNote an error if we are unable to list/extract specifie...
2000-11-18 Matt KraaiCheck for archive errors even for files we aren't extra...
2000-11-14 Eric AndersenGrammer fix. Changed "longer then" to "longer than...
2000-11-08 Matt KraaiFix some bugs reported by Jim Gleason <jimg@lineo.com...
2000-10-09 Eric AndersenFix a thinko. Patch from Justus Pendleton <justus...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-24 Eric AndersenFix bug#1043 -- hanlde long filenames and links (in...
2000-09-23 Eric AndersenFix an obscure option parsing bug.
2000-09-19 Eric AndersenReverted my conversion of tar to getopt to ensure tar can
2000-09-15 Matt KraaiUpdated stdin/stdout treatment to match that of gnu...
2000-09-15 Matt KraaiReorganize listing code.
2000-09-15 Matt KraaiAllow non-verbose listing to work.
2000-09-04 Matt KraaiAllow compilation when not using BB_FEATURE_TAR_EXCLUDE...
2000-09-04 Matt KraaiAllow selective extraction and listing of files. And...
2000-09-01 Matt KraaiArgh. I *will* compile before checking in.
2000-09-01 Matt KraaiDon't unlink files if we are extracting to stdout.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-07-28 Eric AndersenFix from Robert Kaiser for stdin behavior.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-06 Eric Andersen* Fixed tar creation support when reading from stdin...
2000-06-28 Eric Andersen* Fixed a _horrible_ bug where 'tar -tvf' could unlink
2000-06-26 Eric Andersenreadlink(2) does not NULL terminate the buffer it reads...
2000-06-21 Eric Andersen'tar --help' wasn't working. Fixed it.
2000-06-09 Eric Andersen* Fixed a small bug that could cause tar to emit warnin...
2000-05-30 Eric AndersenFixed tar option parsing segfault, and make "tar xv...
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenFix tarball creation. In an attempt to accomodate...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-19 Erik Andersenmake ps accept (and ignore) all options (--help works...
2000-04-14 Erik AndersenFix a tar bug: tar removed leading '/'s for symlink...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-09 Erik AndersenThis makes tar work perfectly, and adds in "--exclude...
2000-04-08 Erik AndersenFix tar checksum calculation bug.
2000-04-08 Erik AndersenLatest and greatest
2000-04-07 Erik AndersenSlightly better fringe case handling and GNU tar like...
2000-04-05 Erik AndersenTar now works perfectly. It behaves much better now...
2000-04-04 Erik AndersenUpdate tar so creation of tarballs is much closer to...
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-26 Erik AndersenFirst stages of (re-)writing busybox's tar creation...
2000-03-25 Erik AndersenLatest and greatest
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMore changes that are broken. It doesn't compile
2000-03-23 Erik AndersenMy latest ramblings.
2000-02-18 Erik AndersenSome updates for the day,
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-27 Erik AndersencopyFile could call chmod on a symlink, changing the...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-23 Erik AndersenFix a bug where tar could change perms and ownership...
2000-01-23 Erik AndersenSome busybox updates. You no longer _have_ to put...
2000-01-16 Erik Andersentar creation support is now optional.
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-28 Erik AndersenFixed a bug where tar would not set the user and group...
1999-12-27 Erik Andersenchown(2) clears S_ISUID and S_ISGID, even when chown is
1999-11-29 Eric AndersenFixed tar so uid/gud/permissions on extracted tarballs...
1999-11-19 Eric AndersenStuf
1999-11-13 Eric Andersenupdates for the day
1999-11-12 Eric AndersenLatest and greatest
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-10 Eric AndersenMaybe works now...
1999-11-09 Eric AndersenStuff
1999-11-03 Eric AndersenMore init fixes. Fixed sync segfault.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-13 Eric AndersenMore stuff
1999-10-13 Eric AndersenMore stuff
1999-10-12 Eric AndersenMore stuff...
1999-10-09 Eric AndersenMore stuff.
1999-10-06 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2