aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-15Fix wrong indentation caused by incorrect settingsLasse Collin1-9/+9
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-12/+5
2009-01-27Added initial support for preset dictionary for raw LZMA1Lasse Collin1-10/+25
2008-12-15The LZMA2 decoder fix introduced a bug to LZ decoder,Lasse Collin1-10/+23
2008-12-15Fix data corruption in LZMA2 decoder.Lasse Collin1-1/+16
2008-09-13LZ decoder cleanupLasse Collin1-3/+2
2008-09-13Renamed constants:Lasse Collin1-1/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-373/+174
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-3/+3
2008-03-11Initialize the last byte of the dictionary to zero so thatLasse Collin1-0/+1
2008-03-10Always initialize lz->temp_size in lz_decoder.c. temp_size didLasse Collin1-5/+6
2008-02-02Don't memzero() the history buffer when initializing LZLasse Collin1-4/+3
2007-12-09Imported to git.Lasse Collin1-0/+462