aboutsummaryrefslogtreecommitdiff
path: root/archival/bzip2.c
AgeCommit message (Expand)Author
2020-12-13help text tweaksDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-02-07bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko
2018-02-01libarchive: move bbunpack constants to bb_archive.hDenys Vlasenko
2018-02-01bzip2: code shrink, stop using global data variableDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-06-15archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzopDenys Vlasenko
2017-01-09Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys 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
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2010-12-30bzip2: plug memory leak on every processed fileDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27support gzip -t and bzip2 -tDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2007-10-17bzip2: more of code shrinkDenis Vlasenko
2007-10-16bzip2: move state pointer to the offset 0 (smaller code)Denis Vlasenko
2007-10-16bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko
2007-10-14bzip2: implement -1..-9 command line flagsDenis Vlasenko
2007-10-14bzip2: size reduction, to just below 9k.Denis Vlasenko
2007-10-13bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko