just whitespace
[platform/upstream/busybox.git] / archival / tar.c
2006-01-25 Tim Rikerjust whitespace
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2006-01-09 Rob LandleyBug 547: writing out the tar file header before we...
2005-12-16 Rob LandleyBug 601: When we fork an archiver and feed stuff to...
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-12-06 "Vladimir N. Oleynik"reduce 3 warning if compile with -W
2005-10-27 Rob LandleyAdd --no-same-owner and --no-same-permissions options...
2005-10-16 Rob LandleyThe fact "tar tvjf thing.tbz" didn't work was due to...
2005-10-16 Rob LandleyWhitespace and curly bracket cleanup (our tabstop is...
2005-10-15 "Vladimir N. Oleynik"llist must initialize, add loses ifdef, small indent...
2005-10-15 Rob LandleyAdd --exclude option (to make uClibc-0.9.28 headers...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"new featured bb_opt_complementally, correct argc checking
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyFix for bug 383: attempting to "tar c /" would error...
2005-08-30 Rob LandleyDirk Clemens pointed out how easy it is to support...
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-08-26 Eric AndersenTito writes:
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-07-21 Glenn L McGrathFixup -T (--files-from) option, works for non-directori...
2004-05-05 Eric AndersenSteve Grubb writes:
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-25 Glenn L McGrathAdd the -h, --dereference option for archive creation.
2003-12-26 Glenn L McGrathIsolate code better for unused options, config option...
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathFix tar-handles-nested-exclude testcase
2003-11-20 Glenn L McGrathCheck at least one context is specified
2003-11-20 Glenn L McGrathCheck there are files to add the archive before removin...
2003-11-18 Glenn L McGrathtar -Z, uncompress support
2003-11-18 Glenn L McGrathMake unlink old files default behaviour and add a new...
2003-11-14 Glenn L McGrathCatch unsupported features
2003-10-02 Glenn L McGrathFix -C option when creating tar files.
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-05 Eric AndersenBe certain to not abort prematurely when reading stuff...
2003-07-05 Eric AndersenAs noted by Thomas Eckert:
2003-07-05 Eric AndersenGlenn McGrath (bug1) isaway from my email till the...
2003-06-26 Eric Andersenlast_patch91 from vodz to convert tar to use bb_getopt_...
2003-05-18 Matt KraaiHandle -O preceding -x.
2003-04-26 Glenn L McGrathAlways preserve date
2003-04-21 Glenn L McGrathunlink() an existing file, before opening it, simply...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-11-27 Glenn L McGrathCheck that one and only one of the [cxt] options is...
2002-11-25 Glenn L McGrathUse vfork instead of fork, some more cleanup from Vladi...
2002-11-16 Glenn L McGrathRemove #defines around get_header_ptr, we allways need it.
2002-11-15 Glenn L McGrathDont chdir untill after we open the archive
2002-11-13 Glenn L McGrathMinor cleanups
2002-11-08 Glenn L McGrathFix reading from stdin (me), Fix tar segfault when...
2002-11-05 Glenn L McGrathFail silently if a partial tar header is read as tar...
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-10-26 Eric AndersenA bugfix from Danny Lepage:
2002-10-19 Glenn L McGrathFix exclude/include problem
2002-10-19 Glenn L McGrathRemove entries from the accept list as they are matched...
2002-10-19 Glenn L McGrathDont use absolute pathname (dunno why i did that),...
2002-10-18 Glenn L McGrathPut bac kthe code that handles cases where a '-' wasnt...
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-10-06 Glenn L McGrathFix segfault when testing if reaidng from stdin "-"
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-28 Glenn L McGrathFix for using '-' as the filename when reading from...
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-08-22 Glenn L McGrathRun through indent, use /* */ style comments, change...
2002-08-21 Aaron LehmannTar inlining, #if 0 out unused function
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...
next