aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/stream_buffer_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-05liblzma: Remove common.h include from common/index.h.Jia Tan1-0/+1
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-1/+2
2011-04-11liblzma: Don't create an empty Block in lzma_stream_buffer_encode().Lasse Collin1-7/+13
2011-04-11liblzma: Validate encoder arguments better.Lasse Collin1-0/+3
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2009-12-31Revised the Index handling code.Lasse Collin1-3/+3
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/+138