aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/block_encoder.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-02-23liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin1-2/+5
2022-11-24liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.Jia Tan1-0/+1
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-17/+23
2014-08-05liblzma: Add support for lzma_block.ignore_check.Lasse Collin1-1/+1
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-4/+4
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-1/+1
2011-04-11liblzma: Validate encoder arguments better.Lasse Collin1-0/+5
2009-11-14Fix a design error in liblzma API.Lasse Collin1-0/+14
2009-05-26Make the raw value of the Check field available to applicationsLasse Collin1-12/+9
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-20Block encoder cleanupsLasse Collin1-21/+7
2008-12-27Bunch of liblzma tweaks, including some API changes.Lasse Collin1-17/+20
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-22/+19
2008-09-13Renamed constants:Lasse Collin1-3/+3
2008-09-11Remove a check from Block encoder that should have alreadyLasse Collin1-5/+0
2008-09-10Cleaned up Block encoder and moved the no longer sharedLasse Collin1-48/+44
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-20/+22
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-177/+51
2008-01-25Combine lzma_options_block validation needed by both BlockLasse Collin1-26/+6
2008-01-14Small LZMA_SYNC_FLUSH fixes to Block and Single-Stream encoders.Lasse Collin1-2/+2
2008-01-08Fixed encoding of empty files. Arguments to is_size_valid()Lasse Collin1-1/+1
2007-12-09Imported to git.Lasse Collin1-0/+375