summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-22tar: implement --version for buildrootDenys Vlasenko1-0/+9
2015-10-21tar: add support for --strip-components=NDenys Vlasenko5-46/+156
2014-12-22randomconfig fixesDenys Vlasenko4-7/+7
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko1-38/+28
2014-12-06libarchive: add capability to unpack to mem.bufferDenys Vlasenko14-125/+241
2014-12-06Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2014-02-02zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko2-3/+35
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2013-08-15tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru1-3/+1
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker3-3/+3
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-05-24tar: support -J, --xz explicit compression optionBoris Reisig1-2/+15
2012-05-18tar: implement --no-recursionNatanael Copa1-7/+12
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko4-59/+41
2012-03-06update seamless uncompression codeDenys Vlasenko21-312/+233
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-08-09randomconfig fixesDenys Vlasenko8-8/+32
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-04tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko2-5/+33
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko4-59/+59
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko4-14/+30
2011-02-03tar: support -T - and -X -Denys Vlasenko1-1/+1
2011-01-31tar: add -h and -T to help textDenys Vlasenko1-8/+13
2011-01-04tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko1-0/+19
2010-12-26modprobe: add support for --show-dependsSerj Kalichev2-36/+60
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-06whitespace fixesDenys Vlasenko3-3/+3
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-26*: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko5-153/+118
2010-06-24tar: optional support for --to-commandLadislav Michl5-0/+163
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko5-19/+23
2010-01-20tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov3-1/+22
2009-12-18tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko1-1/+1
2009-12-16tar: add support for --overwrite. +70 bytes.Denys Vlasenko4-4/+30
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko6-44/+34
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko6-37/+41
2009-11-29tar: revert part of last change. -39 bytesDenys Vlasenko1-18/+11
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko3-77/+129
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-10-25tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer1-10/+12
[next]