aboutsummaryrefslogtreecommitdiff
path: root/tests/test_index.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Tests: Fix compilation issues.Jia Tan1-0/+6
2022-09-28Tests: Create a test for the lzma_index_cat bug.Jia Tan1-1/+42
2015-10-12Tests: Add tests for the two bugs fixed in index.c.Lasse Collin1-0/+30
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-12-31Revised the Index handling code.Lasse Collin1-134/+237
2009-11-26Fix a memory leak in test_index.c.Lasse Collin1-0/+2
2009-11-25Fix bugs in lzma_index_read() and lzma_index_cat().Lasse Collin1-3/+25
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-01-20Add some single-call buffer-to-buffer coding functions.Lasse Collin1-0/+24
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-2/+0
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-4/+6
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-25/+17
2008-09-13Renamed constants:Lasse Collin1-1/+1
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-12/+492
2008-01-15Fix typo in test_index.c.Lasse Collin1-1/+1
2007-12-09Fixed the tests to build with -Werror.Lasse Collin1-7/+7