Bump to version 1.22.1
[platform/upstream/busybox.git] / archival /
2013-11-29 Denys Vlasenkofix assorted unused code and wrong format specs found...
2013-11-28 Daniel Borcadpkg-deb: cosmetic correction to usage text
2013-11-19 Denys Vlasenkotar: prevent empty file to be treated as valid tarball
2013-11-19 Denys Vlasenkotar: fix exitcode check for MMU-spawned unpacking helpers
2013-11-14 Denys Vlasenkoarchival/*: move "config:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files,...
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "kbuild:" snippets into .c files
2013-10-16 Denys VlasenkoFix some compiler warnings emitted by gcc-4.8.0
2013-10-06 Denys Vlasenkobunzip2: fix off-by-one check
2013-09-10 Denys Vlasenkoar: better comment
2013-09-10 Peter Korsgaardar: read_num(): fix reading fields using the entire...
2013-08-15 SASAKI Sugurutar: fix tar -T to add entries in the exact order as...
2013-07-30 Denys Vlasenkounpackers: by users' request, print compression percent...
2013-07-21 Denys Vlasenkounzip: survive lack of CDF on non-streaming zip files
2013-07-20 Denys Vlasenkounzip: increase PEEK_FROM_END from 16k to 64k
2013-06-30 Rich Felker*: change execl sentinels from NULL to (char*)0
2013-05-15 Denys VlasenkoFix build failures caused by not compiling open_transfo...
2013-05-12 Denys VlasenkoFix build failures caused by not compiling open_transfo...
2013-03-03 Mike Frysingerarchival: note implicit dependencies between lzop ...
2013-03-01 Denys Vlasenkodecompress_unlzma: move function, no code changes
2013-03-01 Denys Vlasenkodecompress_unlzma: 10% speedup in "small" code
2013-03-01 Denys Vlasenkodecompress_unlzma: make "fast" version a bit smaller
2013-03-01 Denys Vlasenkolzop: fiq -q and OPTION_DECOMPRESS mismatch
2013-03-01 Mike Frysingerbbunzip: fix order of flags vs bit defines
2013-02-28 Mike Frysingerbbunzip: ignore the -q flag with the decompressors
2013-02-28 Denys Vlasenkozcat: fix "zcat FILE" trying to do detection twice
2013-02-28 Denys Vlasenkozcat: if seamless uncompressors are defined, autodetect...
2013-02-28 Denys Vlasenkofix error message on failure to oen /dev/null; fix...
2013-02-28 Denys Vlasenkocode shrink in check_errors_in_children()
2013-02-27 Leonid Lisovskiyxz: fix put_unaligned_{l,b}e32
2013-02-27 Lasse Collinxz: support concatenated .xz streams
2013-02-27 Lasse Collinxz: mention xzminidec.c in README
2013-02-27 Lasse Collinxz: fix incorrect XZ_BUF_ERROR
2013-02-27 Lasse Collinxz: fix decoding of LZMA2 streams having no uncompresse...
2013-02-27 Lasse Collincz: add C++ support to xz.h
2013-02-27 Lasse Collinxz: remove an empty line from xz_dec_lzma2.c
2013-02-27 Lasse Collinxz: make bcj_x86_test_msbyte() an inline function
2013-02-27 Lasse Collinxz: add a comment about using uint32_t as vli_type
2013-02-27 Lasse Collinxz: avoid "NOTE:" in xz.h
2013-02-27 Lasse Collinxz: update README
2013-02-27 Lasse Collinxz: omit explicit \0 from HEADER_MAGIC
2013-02-20 Denys Vlasenkorpm: unmap rpm file before working with next one
2013-02-20 Denys Vlasenkorpm: stop using statics; move main() to the end of...
2013-02-20 Denys Vlasenkorpm: use "create+rename" method of replacing existing...
2013-02-20 Denys Vlasenkorpm: make -ql display more compatible; improve help...
2013-01-22 Denys Vlasenkounzip: add missing fflush; code shrink
2013-01-22 Denys Vlasenko*: reuse more strings
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-12-05 Denys Vlasenkodecompress_uncompress: comment out a bigger chunk of...
2012-12-05 Denys Vlasenkodecompress_uncompress: comment out debug printout on...
2012-12-05 Denys Vlasenkodecompress_uncompress: move 'code' variable into loop...
2012-06-22 Denys Vlasenkodpkg: fix creation of .list files (were empty since...
2012-06-22 Denys Vlasenkotrivial small speed optimization
2012-06-19 Denys Vlasenkotweak help text
2012-06-15 Denys Vlasenkounzip: make options parsing more robust on getopt w...
2012-06-09 Etienne Le Sueurtar: fix 256-bit encoded number decoding
2012-05-27 Natanael Copaunzip: ignore chmod errors
2012-05-24 Boris Reisigtar: support -J, --xz explicit compression option
2012-05-20 Anthony G. Basilebuild system: fix build failure when only gunzip is...
2012-05-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2012-05-18 Natanael Copatar: implement --no-recursion
2012-04-29 Denys Vlasenkofix build failure when compressed help is selected...
2012-04-20 Denys VlasenkoFix another build failure found with randconfig
2012-04-20 Denys Vlasenkofix build breakage found by randconfig
2012-03-06 Denys Vlasenkofix trivial bug in unpack_gz_stream (wrong fd used...
2012-03-06 Denys VlasenkoDon't compile get_header_tar_FOO function if they are...
2012-03-06 Denys Vlasenkotar,rpm2cpio: check that child decompressor did not...
2012-03-06 Denys VlasenkoMove seamless .Z support into unpack_gz_stream
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2012-03-06 Denys Vlasenkoarchival/libarchive/decompress_unzip.c -> decompress_gu...
2012-03-06 Denys Vlasenkopreparatory cleanups for seamless uncompression improve...
2012-02-23 Denys Vlasenkotar: add support for PAX-encoded path=LONGFILENAME
2011-12-15 Denys Vlasenko*: style fixes. no code changes
2011-11-22 Denys Vlasenkonommu: fix cases where we mangle argv[0][0]
2011-10-31 Denys Vlasenkobzcat: fix unpacking of more than one file, and unpacki...
2011-10-19 Denys Vlasenkoget_header_tar: shrink 6->64 sign extension code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-10 Denys Vlasenkoregularize options which control size/speed trade
2011-09-09 Ian Wienandgzip: new GZIP_BIG_MEM option
2011-09-09 Denys Vlasenkounzip: fflush stdout before reading interative y/n...
2011-08-22 Denys Vlasenkouncompress: die on read errors
2011-08-18 Denys Vlasenkouncompress: fix buffer underrun by corrupted input
2011-08-09 Denys Vlasenkorandomconfig fixes
2011-07-29 Ian Wienandtar: ignore file size (assume 0) for hardlinks
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-20 Cristian Ionescu... warning removal
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-04 Denys Vlasenkotar: store negative mtime as 0; pack very large files...
2011-04-16 Marek PolacekFix double words in comments. No code changes
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-02 Denys Vlasenkotar: skip leading / and handle names like abc/..//...
2011-03-01 Denys Vlasenkotar: on extract, everything up to and including last...
2011-02-06 Denys Vlasenkotar: fix a bug where autodetection messes up -z on...
2011-02-03 Denys Vlasenkotar: support -T - and -X -
2011-02-02 Denys Vlasenkowhitespace fixes
2011-01-31 Denys Vlasenkotar: add -h and -T to help text
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
next