summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko3-35/+81
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko1-8/+6
2014-12-06Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko4-8/+8
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-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger2-0/+2
2013-03-01lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko1-15/+16
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-03-06update seamless uncompression codeDenys Vlasenko21-312/+233
2011-12-15*: style fixes. no code changesDenys Vlasenko3-9/+10
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2011-02-02whitespace fixesDenys Vlasenko13-21/+21
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko9-73/+49
2010-09-04lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko1-15/+22
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko5-57/+34
2010-05-29lzop: fix indentationDenys Vlasenko1-1/+1
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko6-36/+59
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko23-160/+231
2009-10-08*: three more NOINLINEsDenys Vlasenko2-3/+3
2009-10-08*: code shrink via NOINLINEDenys Vlasenko10-10/+41
2009-07-15remove trailing whitespaceDenys Vlasenko6-8/+8
2009-04-29lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko12-0/+2990