aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/stream_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-24/+32
2013-10-02liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder.Lasse Collin1-1/+3
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-5/+5
2011-04-11liblzma: Make lzma_stream_encoder_init() static (second try).Lasse Collin1-7/+6
2011-04-11Revert "liblzma: Make lzma_stream_encoder_init() static."Lasse Collin1-4/+5
2011-04-10liblzma: Make lzma_stream_encoder_init() static.Lasse Collin1-5/+4
2011-04-02liblzma: Fix a memory leak in stream_encoder.c.Lasse Collin1-1/+1
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-12-31Revised the Index handling code.Lasse Collin1-1/+2
2009-11-14Fix a design error in liblzma API.Lasse Collin1-10/+66
2009-04-28Fixed a crash in liblzma.Lasse Collin1-1/+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-1/+1
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-1/+2
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-3/+3
2008-09-13Renamed constants:Lasse Collin1-2/+2
2008-09-12Improved the Stream Flags handling API.Lasse Collin1-0/+2
2008-09-11Remove bogus #includes.Lasse Collin1-1/+0
2008-09-10CommentsLasse Collin1-1/+5
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-21/+14
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-0/+282