aboutsummaryrefslogtreecommitdiff
path: root/archival/lzop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectableDenys Vlasenko2016-11-161-9/+23
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* lzop: eliminate variable, use "int" as return typeDenys Vlasenko2015-10-281-8/+6
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-1/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+15
* archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-141-1/+3
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* archival: note implicit dependencies between lzop & bbunzipMike Frysinger2013-03-031-0/+1
* lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko2013-03-011-15/+16
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-4/+4
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* update seamless uncompression codeDenys Vlasenko2012-03-061-1/+1
* *: style fixes. no code changesDenys Vlasenko2011-12-151-5/+6
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-4/+2
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+27
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-16/+6
* lzop: fix misordered "v=NULL; free(v)", small code shrinkDenys Vlasenko2010-09-041-15/+22
* archival/*: shrink by reusing sufficiently similar functionsDenys Vlasenko2010-05-311-3/+3
* lzop: fix indentationDenys Vlasenko2010-05-301-1/+1
* unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcatDenys Vlasenko2010-05-271-3/+3
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-3/+6
* *: three more NOINLINEsDenys Vlasenko2009-10-081-2/+2
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* remove trailing whitespaceDenys Vlasenko2009-07-151-3/+3
* lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko2009-04-291-0/+1075