aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/index.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12liblzma: Fix lzma_index_dup() for empty Streams.Lasse Collin1-5/+6
2015-10-12liblzma: Add a note to index.c for those using static analyzers.Lasse Collin1-0/+3
2015-10-12liblzma: Fix a memory leak in error path of lzma_index_dup().Lasse Collin1-9/+9
2015-03-07liblzma: Fix a warning in index.c.Lasse Collin1-1/+3
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-13/+13
2011-05-27liblzma: Handle allocation failures correctly in lzma_index_init().Lasse Collin1-2/+5
2010-10-23liblzma: Use 512 as INDEX_GROUP_SIZE.Lasse Collin1-1/+1
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-3/+3
2009-12-31Revised the Index handling code.Lasse Collin1-548/+1005
2009-11-25Fix bugs in lzma_index_read() and lzma_index_cat().Lasse Collin1-11/+19
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-16/+16
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-0/+11
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-117/+142
2008-09-13Renamed constants:Lasse Collin1-13/+11
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-82/+691
2007-12-09Imported to git.Lasse Collin1-0/+140