aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tar: add IF_FEATURE_* checksMing Liu2017-06-131-10/+15
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-2/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-23/+12
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-8/+7
* randomconfig fixesDenys Vlasenko2016-06-191-2/+4
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+2
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* tar: implement --version for buildrootDenys Vlasenko2015-10-221-0/+9
* tar: add support for --strip-components=NDenys Vlasenko2015-10-221-14/+66
* randomconfig fixesDenys Vlasenko2014-12-221-5/+3
* tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko2014-12-111-38/+28
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-071-2/+2
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-1/+1
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
* tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-191-3/+10
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-1/+100
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru2013-08-151-3/+1
* *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-7/+7
* tar: support -J, --xz explicit compression optionBoris Reisig2012-05-241-2/+15
* tar: implement --no-recursionNatanael Copa2012-05-181-7/+12
* tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko2012-03-061-31/+7
* update seamless uncompression codeDenys Vlasenko2012-03-061-40/+31
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* randomconfig fixesDenys Vlasenko2011-08-101-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko2011-05-041-4/+32
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-0/+1
* tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-021-11/+2
* tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-061-2/+4
* tar: support -T - and -X -Denys Vlasenko2011-02-031-1/+1
* tar: add -h and -T to help textDenys Vlasenko2011-01-311-8/+13
* tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko2011-01-041-0/+19
* modprobe: add support for --show-dependsSerj Kalichev2010-12-261-1/+0
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-3/+1
* *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-261-40/+67
* tar: optional support for --to-commandLadislav Michl2010-06-251-0/+12
* *: small code shrinks and compile fix for unicodeDenys Vlasenko2010-01-201-8/+6
* tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov2010-01-201-0/+11
* tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko2009-12-181-1/+1
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-161-2/+11
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-161-7/+7
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-111-1/+1
* tar: revert part of last change. -39 bytesDenys Vlasenko2009-11-291-18/+11