aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_encoder_mf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-25liblzma: Fix a buggy comment.Lasse Collin1-1/+1
2014-08-04liblzma: Use lzma_memcmplen() in the BT3 match finder.Lasse Collin1-3/+2
2014-07-25liblzma: Use lzma_memcmplen() in the match finders.Lasse Collin1-22/+11
2014-05-25liblzma: Use lzma_alloc_zero() in LZ encoder initialization.Lasse Collin1-14/+17
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-2/+2
2009-10-02Make liblzma produce the same output on both endiannesses.Lasse Collin1-1/+0
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-12/+5
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-15/+15
2008-09-06CommentsLasse Collin1-1/+1
2008-09-02Some fixes to LZ encoder.Lasse Collin1-57/+38
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-0/+780