aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c
AgeCommit message (Expand)Author
2012-05-24tar: support -J, --xz explicit compression optionBoris Reisig
2012-05-18tar: implement --no-recursionNatanael Copa
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-04tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2011-02-03tar: support -T - and -X -Denys Vlasenko
2011-01-31tar: add -h and -T to help textDenys Vlasenko
2011-01-04tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko
2010-12-26modprobe: add support for --show-dependsSerj Kalichev
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-06whitespace fixesDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko
2010-06-25tar: optional support for --to-commandLadislav Michl
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko
2010-01-20tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov
2009-12-18tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko
2009-12-16tar: add support for --overwrite. +70 bytes.Denys Vlasenko
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-11-29tar: revert part of last change. -39 bytesDenys Vlasenko
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-25tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer
2009-10-25tar: handle "tar fx TARFILE" etcDenys Vlasenko
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-21tar: support for tar --numeric-owner. By Natanael Copa.Denis Vlasenko
2009-01-20tar: stop changing net tarfile's mode, GNU tar doesn't do itDenis Vlasenko
2008-12-12header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko
2008-10-25tar: fix typo in commentDenis Vlasenko
2008-10-24tar: fix bug 3844: non-root tar does not preserve permsDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-10open_transformer: do not return fd, it does not changeDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-01sendmail: fix wrong vfork usage here tooDenis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko