aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_decoder.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-24liblzma: Add optional autodetection of LZMA end marker.Lasse Collin1-3/+5
2016-12-28liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-7/+6
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-3/+4
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-12/+5
2009-04-10Fix off-by-one in LZ decoder.Lasse Collin1-1/+1
2009-01-27Added initial support for preset dictionary for raw LZMA1Lasse Collin1-1/+8
2008-12-15Fix data corruption in LZMA2 decoder.Lasse Collin1-3/+5
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-2/+2
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-147/+161
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-3/+7
2007-12-09Imported to git.Lasse Collin1-0/+214