aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/stream_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2023-01-02liblzma: Replaced hardcoded 0x0 index indicator byte with macroJia Tan1-1/+2
2022-11-26liblzma: Use lzma_filters_free() in more places.Lasse Collin1-3/+1
2022-09-28liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR.Lasse Collin1-3/+13
2022-09-28liblzma: Stream decoder: Fix comments.Lasse Collin1-7/+5
2017-03-30liblzma: Similar memlimit fix for stream_, alone_, and auto_decoder.Lasse Collin1-4/+1
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-21/+29
2014-08-05liblzma: Add support for LZMA_IGNORE_CHECK.Lasse Collin1-2/+12
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-4/+5
2010-02-07Subtle change to liblzma Block handling API.Lasse Collin1-0/+3
2010-01-01Fix _memconfig() functions.Lasse Collin1-4/+7
2009-09-11Fix a couple of warnings.Lasse Collin1-1/+1
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
2009-01-17Beta was supposed to be API stable but I had forgot to renameLasse Collin1-1/+1
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-2/+1
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-7/+40
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-4/+5
2008-09-30Fixed Stream decoder to actually use the first_stream variable.Lasse Collin1-0/+5
2008-09-30Fixed uninitialized variable in Stream decoder.Lasse Collin1-0/+1
2008-09-13Renamed constants:Lasse Collin1-2/+2
2008-09-12Improved the Stream Flags handling API.Lasse Collin1-3/+2
2008-09-11Remove bogus #includes.Lasse Collin1-3/+0
2008-09-06Some API cleanupsLasse Collin1-16/+15
2008-09-02Stream decoder cleanupsLasse Collin1-25/+32
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-57/+181
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-320/+138
2008-01-16Plugged a memory leak in stream_decoder.c.Lasse Collin1-0/+20
2007-12-09Take advantage of return_if_error() macro in more places.Lasse Collin1-11/+6
2007-12-09Imported to git.Lasse Collin1-0/+454