aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/block_encoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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