summaryrefslogtreecommitdiff
path: root/src/lib/lzmadecode.c
AgeCommit message (Expand)Author
2019-05-29src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS
2018-08-14lib/lzmadecode.c: : Avoid static analysis error for unused valueRichard Spiegel
2018-04-09lib/lzmadecode: Add block around `UpdateBit1()`Paul Menzel
2017-03-13src/lib: Remove semicolon from end of macroLee Leahy
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2017-03-13src/lib: Fix spacingLee Leahy
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2017-03-12src/lib: Move trailing statements to next lineLee Leahy
2017-03-09src/lib: Add space before (Lee Leahy
2016-02-12lzma: Port size-checking ulzman() version to corebootJulius Werner
2014-12-04RISCV: get RISCV to build againRonald G. Minnich
2014-02-05load_payload: Use 32-bit accesses to speed up decompression.Vladimir Serbinenko
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2009-04-04fix variable shadowing in lzmadecode.c (trivial)Stefan Reinauer
2006-09-14additions and mods for lzma. Carl-Daniel Hailfinger