aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/block_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-23liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin1-1/+4
2022-02-20liblzma: Make Block decoder catch certain types of errors better.Lasse Collin1-25/+54
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-18/+23
2014-08-05liblzma: Add support for lzma_block.ignore_check.Lasse Collin1-4/+14
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-3/+3
2009-05-26Make the raw value of the Check field available to applicationsLasse Collin1-19/+15
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-25Fix a dumb bug in Block decoder, which made it returnLasse Collin1-3/+3
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-27/+27
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-30/+29
2008-09-13Renamed constants:Lasse Collin1-6/+6
2008-09-10Cleaned up Block encoder and moved the no longer sharedLasse Collin1-1/+22
2008-09-04Don't allow LZMA_SYNC_FLUSH with decoders anymore. There'sLasse Collin1-1/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-29/+38
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-222/+76
2008-01-25Combine lzma_options_block validation needed by both BlockLasse Collin1-22/+15
2008-01-08Take advantage of return_if_error() in block_decoder.c.Lasse Collin1-16/+7
2008-01-08Fix decoding of Blocks that have only Block Header.Lasse Collin1-23/+14
2007-12-09Take advantage of return_if_error() macro in more places.Lasse Collin1-16/+6
2007-12-09Imported to git.Lasse Collin1-0/+405