summaryrefslogtreecommitdiffstats
path: root/src/lib/lzmadecode.c
Commit message (Expand)AuthorAgeFilesLines
* lib/lzmadecode: Allow for 8 byte reads on 64bitArthur Heymans2024-02-211-9/+9
* lib/lzma: Build the source for decompression with flag -OfastZheng Bao2022-10-121-0/+7
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* lib/lzmadecode.c: : Avoid static analysis error for unused valueRichard Spiegel2018-08-141-0/+4
* lib/lzmadecode: Add block around `UpdateBit1()`Paul Menzel2018-04-091-1/+2
* src/lib: Remove semicolon from end of macroLee Leahy2017-03-131-3/+3
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-27/+70
* src/lib: Fix spacingLee Leahy2017-03-131-6/+12
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-298/+262
* src/lib: Move trailing statements to next lineLee Leahy2017-03-121-5/+10
* src/lib: Add space before (Lee Leahy2017-03-091-5/+5
* lzma: Port size-checking ulzman() version to corebootJulius Werner2016-02-121-2/+5
* RISCV: get RISCV to build againRonald G. Minnich2014-12-041-1/+2
* load_payload: Use 32-bit accesses to speed up decompression.Vladimir Serbinenko2014-02-051-1/+10
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-20/+20
* fix variable shadowing in lzmadecode.c (trivial)Stefan Reinauer2009-04-041-1/+1
* additions and mods for lzma. Carl-Daniel Hailfinger2006-09-141-0/+398