summaryrefslogtreecommitdiff
path: root/lib/lzo/lzo1x_compress.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan1-1/+1
2020-06-12lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman1-0/+13
2019-09-26lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman1-6/+8
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-06lib/lzo: fix bugs for very short or empty inputDave Rodgman1-3/+6
2019-03-08lib/lzo: separate lzo-rle from lzoDave Rodgman1-9/+33
2019-03-08lib/lzo: implement run-length encodingDave Rodgman1-11/+89
2013-02-20lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer1-141/+194
2007-08-01lzo: add some missing castsRichard Purdie1-3/+3
2007-07-11Add LZO1X algorithm to the kernelRichard Purdie1-0/+226