aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decompress_unlzo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+12
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu1-6/+6
2013-02-20lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer1-1/+1
2012-01-12unlzo: fix input buffer freeSascha Hauer1-1/+1
2011-01-13Decompressors: fix callback-to-callback mode in decompress_unlzo.cLasse Collin1-10/+50
2011-01-13Decompressors: check input size in decompress_unlzo.cLasse Collin1-5/+41
2011-01-13Decompressors: check for write errors in decompress_unlzo.cLasse Collin1-2/+2
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin1-1/+0
2011-01-13Decompressors: get rid of set_error_fn() macroLasse Collin1-3/+1
2010-04-24lib: fix the use of LZO to decompress initramfs imagesAlbin Tonnerre1-7/+15
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre1-0/+209