aboutsummaryrefslogtreecommitdiff
path: root/archival/lzop.c
AgeCommit message (Expand)Author
2016-11-16Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko
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 files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-03-03archival: note implicit dependencies between lzop & bbunzipMike Frysinger
2013-03-01lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-12-15*: style fixes. no code changesDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys 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
2011-02-03whitespace fixesDenys Vlasenko
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-09-04lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko
2010-05-31archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko
2010-05-30lzop: fix indentationDenys Vlasenko
2010-05-27unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2009-10-08*: three more NOINLINEsDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-07-15remove trailing whitespaceDenys Vlasenko
2009-04-29lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko