aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/easy_common.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-01-22Added lzma_easy_* functions. These should make usingLasse Collin1-18/+29
liblzma as easy as using zlib, because the easy API don't require developers to know any fancy LZMA options. Note that Multi-Block Stream encoding is currently broken. The easy API should be OK, the bug(s) are elsewhere.
2008-01-20Added debug/repeat.c.Lasse Collin1-19/+19
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