aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/auto_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08liblzma: Fix a comment in auto_decoder.c.Lasse Collin1-2/+2
2017-03-30liblzma: Fix lzma_memlimit_set(strm, 0).Lasse Collin1-0/+3
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-13/+22
2013-03-23liblzma: Be less picky in lzma_alone_decoder().Lasse Collin1-1/+1
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-3/+3
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/+1
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-0/+29
2008-09-27Changed magic bytes to match the updated spec. FilenameLasse Collin1-2/+2
2008-09-13Renamed constants:Lasse Collin1-1/+1
2008-09-06Some API cleanupsLasse Collin1-9/+9
2008-09-02Auto decoder cleanupLasse Collin1-1/+1
2008-09-02Updated auto decoder to handle LZMA_CONCATENATED when decodingLasse Collin1-16/+71
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-18/+20
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-12/+6
2007-12-09Imported to git.Lasse Collin1-0/+113