Disable debugging
[oweals/busybox.git] / archival / tar.c
2002-07-23 Robert GrieblAdded tar -cz support (creating gzipped tar files witho...
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-02-15 Glenn L McGrathParse the include list to writeTarFile rather than...
2002-02-13 Glenn L McGrathFix condition that prevented creation of compressed...
2002-01-08 Matt Kraai* archival/tar.c (tar_main): Remove unused variable.
2002-01-02 Matt Kraai* archival/dpkg.c (create_list): Use chomp.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-20 Matt KraaiPerform clean up only if CONFIG_FEATURE_CLEAN_UP is...
2001-12-20 Matt KraaiWrite files when extracting an archive from standard...
2001-12-18 Eric AndersenThings like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where...
2001-11-17 Eric AndersenMinor warning cleanups
2001-11-12 Matt KraaiEliminate unused variable warnings.
2001-10-27 Eric AndersenWrap exclude_file() inside a #ifdef CONFIG_FEATURE_TAR_...
2001-10-25 Glenn L McGrathRecovering from my previous commit
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-13 Glenn L McGrathunarchive function changed to support both exclude...
2001-10-13 Glenn L McGrathReverse part of previous change.... i think it was...
2001-10-13 Glenn L McGrathMatch subdirectories of included/excluded files
2001-10-13 Glenn L McGrathSuperficial changes to make the exclude/include code...
2001-10-12 Matt KraaiFix tar segfault when include list is empty and exclude...
2001-10-05 Glenn L McGrathChange extraction/list code to use common unarchive...
2001-08-24 Matt KraaiCanonicalize dirname(3) behavior.
2001-07-13 Glenn L McGrathMove setvbuf calls from gz_open() to calling functions...
2001-07-10 Matt KraaiRead 20 512-byte blocks at a time (like GNU tar).
2001-07-03 Matt KraaiRemove a redundant call to mkdir.
2001-06-22 Tim Rikercomment cleanup
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-21 Eric AndersenSupport tar -C, per bug #1176
2001-06-21 Eric AndersenAdd in (and ignore) tar -p, since we preserver permissi...
2001-06-20 Eric Andersenit turs out, there was a nasty tar bug where bb tar...
2001-06-20 Glenn L McGrathChanged gz_open to ruturn a stream
2001-06-04 Eric AndersenRevert the patch from Konstantin Boldyshev <konst@linux...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-22 Matt KraaiCorrectly remove leading slashes upon extraction (thank...
2001-05-13 Eric AndersenDo not ever change permissions on existing directories...
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-05-01 Matt KraaiSkip headers with empty filenames, rather than stopping.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-29 Glenn L McGrathLogic reversal for last_char_is
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-11 Glenn L McGrathreadTarFile changed from exter nto static
2001-04-11 Glenn L McGrathreplace getOctal with strtol( , NULL, 8)
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-03-28 Glenn L McGrathFixes from Robert Kaiser
2001-03-28 Glenn L McGrathRemove cruft
2001-03-28 Glenn L McGrathRemove tar_unzip_init() not needed any more, uses gz_op...
2001-03-28 Glenn L McGrathFix tar -z, calls gz_open now
2001-03-28 Glenn L McGrathGunzip changes broke tar -z support (woops)
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
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...
next