aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_encoder_optimum_fast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-28liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-1/+2
2015-02-21liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode.Lasse Collin1-1/+1
2014-07-25liblzma: Simplify LZMA fast mode code by using memcmp().Lasse Collin1-10/+1
2014-07-25liblzma: Use lzma_memcmplen() in fast mode of LZMA.Lasse Collin1-3/+3
2010-10-26liblzma: Rename a few variables and constants.Lasse Collin1-5/+4
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2008-12-27Revert a change made in 3b34851de1eaf358cf9268922fa0eeed8278d680Lasse Collin1-15/+8
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-5/+5
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-0/+193