aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/block_buffer_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-23liblzma: Add lzma_block_uncomp_encode().Lasse Collin1-31/+63
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-2/+2
2011-04-11liblzma: Validate encoder arguments better.Lasse Collin1-6/+12
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2009-05-26Make the raw value of the Check field available to applicationsLasse Collin1-0/+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-0/+305