hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
[oweals/busybox.git] / archival / bbunzip.c
2019-11-08 Denys Vlasenkounxz: show -t in --help
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-12-28 Denys Vlasenkoconfig: update size information
2018-02-01 Denys Vlasenkolibarchive: move bbunpack constants to bb_archive.h
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-02 Denys Vlasenkoconfig: do not use `a' quoting in help texts
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkolibarchive: FEATURE_LZMA_FAST should be visible if...
2017-07-20 Denys Vlasenkobzcat,zcat: simplify code if gunzip/bunzip2 is not...
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-04 Denys Vlasenkobzcat: compile bunzip2_main() if BZCAT.
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-06-15 Denys Vlasenkoarchival: add option -k "keep" to gzip/bzip2/lzop,...
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-09 Denys Vlasenkounzip: optional support for bzip2 and lzma
2017-01-09 Kang-Che SungAllow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
2017-01-08 Kang-Che Sungbunzip2: fix code bloat caused by zcat's seamless magic
2016-12-23 Denys Vlasenkofix breakage found by mass one-applet builds
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-11-16 Denys VlasenkoMake bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individ...
2016-06-20 Denys Vlasenkolibarchive: fix xmalloc_open_zipped_read_close() on...
2015-10-27 Aaro Koskinengzip: add support for --no-name long option
2015-10-27 Aaro Koskinengunzip: add support for long options
2015-10-25 Denys Vlasenkotweak defconfig
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2014-02-02 Denys Vlasenkozcat: complain if input is not compressed
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-07-30 Denys Vlasenkounpackers: by users' request, print compression percent...
2013-03-03 Mike Frysingerarchival: note implicit dependencies between lzop ...
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...
2012-03-06 Denys VlasenkoMove seamless .Z support into unpack_gz_stream
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2011-10-31 Denys Vlasenkobzcat: fix unpacking of more than one file, and unpacki...
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-10-09 Denys Vlasenkotweak help text
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-05 Denys Vlasenkorandomconfig fixes
2010-07-01 Denys Vlasenkoxz compression detection: avoid the need to seek
2010-06-05 Denys Vlasenkomake it possible to keep usage texts in .c files
2010-06-05 Denys Vlasenkomake it possible to have include/applets.h-esque entrie...
2010-05-31 Denys Vlasenkoarchival/*: shrink by reusing sufficiently similar...
2010-05-30 Denys Vlasenko*: teach tar et. al. to understand .xz by heart
2010-05-30 Denys Vlasenkoreorder parts of bbunzip.c, no code changes
2010-05-30 Denys Vlasenkounxz: new applet, complete with xzcat and xz -d aliases
2010-05-30 Denys Vlasenkorename FEATURE_LZMA_ALIAS to just LZMA
2010-05-27 Bernhard Reutner... bbunzip: silence warning about unused variable
2010-05-27 Denys Vlasenkounlzma: add "lzma -d" alias, add -t support, rename...
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkob[un]zip2, g[un]zip: unlink destination if -f is given...
2008-03-30 Denis Vlasenkog[un]zip: accept and ignore -n (needed for kernel compile)
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-10-21 Denis Vlasenkobzip2: make -d actually work
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-05 Denis Vlasenkogunzip: support concatenated gz files.
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-09-05 Denis Vlasenkotar + gzip/bzip2/etc: support NOMMU machines (by Alex...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-03-14 Denis Vlasenkogzip: use common bbunzip infrastructure - ~700 bytes...
2007-03-12 Denis Vlasenkobbunzip: remove extra formatting directives in comments
2007-03-11 Denis Vlasenkofix buglets found by randomconfig run
2007-03-09 Denis Vlasenkobbunzip: size optimization: ~90 bytes
2007-03-07 Denis Vlasenkobbunzip: fix comments to match reality
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...