aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/simple/simple_coder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-07liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin1-2/+4
2022-11-14Revert "liblzma: Simple/BCJ filters: Allow disabling generic BCJ options."Lasse Collin1-2/+2
2022-09-17liblzma: Simple/BCJ filters: Allow disabling generic BCJ options.Lasse Collin1-2/+2
2019-05-13liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior.Lasse Collin1-1/+9
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-28/+33
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-5/+5
2012-05-28liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.Lasse Collin1-1/+1
2012-04-19liblzma: Remove outdated comments.Lasse Collin1-3/+0
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-1/+1
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-11-14Fix a design error in liblzma API.Lasse Collin1-0/+12
2009-07-10BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR.Lasse Collin1-1/+4
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2008-12-31Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin1-1/+1
2008-09-13Renamed constants:Lasse Collin1-1/+1
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-4/+4
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-25/+4
2008-01-26Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with anyLasse Collin1-0/+8
2007-12-11Remove uncompressed size tracking from the filter encoders.Lasse Collin1-25/+4
2007-12-09Imported to git.Lasse Collin1-0/+306