Add --no-same-owner and --no-same-permissions options to tar.
[oweals/busybox.git] / archival / libunarchive / decompress_bunzip2.c
2005-09-25 Rob LandleyStop gcc4 from nit-picking about signedness of char *.
2004-11-16 Rob LandleyDon't document compiler warnings. _FIX_ compiler warnings.
2004-08-28 Eric AndersenFixup some warnings
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-11-05 Glenn L McGrathFix tar -j support
2003-10-31 Eric AndersenPut back the tar support stubs (and warnings) for now.
2003-10-28 Glenn L McGrathAdd some error messages, use xmalloc instead of malloc
2003-10-23 Eric AndersenAnother bzip2 update and speedup from Manuel Novoa...
2003-10-18 Eric AndersenManuel Novoa III writes:
2003-10-18 Eric AndersenRob Landley's new micro-bunzip version 3. Rob writes:
2003-03-19 Manuel Novoa III Major coreutils update.
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-11-03 Glenn L McGrathMove bunzip2 idecompression code to libunarchive