aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/index_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2023-02-23liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin1-3/+10
2023-01-02liblzma: Replaced hardcoded 0x0 index indicator byte with macroJia Tan1-1/+1
2018-10-26liblzma: Don't verify header CRC32s if building for fuzz testing.Lasse Collin1-1/+4
2017-03-30liblzma: Make lzma_index_decoder_init() visible to other liblzma funcs.Lasse Collin1-5/+5
2017-03-30liblzma: Fix handling of memlimit == 0 in lzma_index_decoder().Lasse Collin1-2/+2
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-13/+20
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-6/+6
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-4/+5
2010-10-21liblzma: Update the comments in the API headers.Lasse Collin1-0/+1
2010-01-01Fix _memconfig() functions.Lasse Collin1-4/+6
2009-12-31Revised the Index handling code.Lasse Collin1-4/+8
2009-11-25Index decoder fixes.Lasse Collin1-6/+20
2009-04-28Fixed a crash in liblzma.Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-2/+2
2009-01-20Add some single-call buffer-to-buffer coding functions.Lasse Collin1-14/+69
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-7/+39
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-16/+15
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-11/+3
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-0/+252