aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c
AgeCommit message (Expand)Author
2015-10-22tar: implement --version for buildrootDenys Vlasenko
2015-10-22tar: add support for --strip-components=NDenys Vlasenko
2014-12-22randomconfig fixesDenys Vlasenko
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker
2013-01-14whitespace fixes. no code changesDenys Vlasenko
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