aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_encoder_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-228/+0
2008-06-19Add limit of lc + lp <= 4. Now we can allocate theLasse Collin1-7/+6
2008-06-11Fix uninitialized variable in LZMA encoder. This wasLasse Collin1-0/+2
2008-06-01Fix a buffer overflow in the LZMA encoder. It was due to myLasse Collin1-4/+5
2008-03-22Demystified the "state" variable in LZMA code. Use theLasse Collin1-2/+3
2008-03-10Really fix the price count initialization.Lasse Collin1-2/+2
2008-03-10Initialize align_price_count and match_price_count inLasse Collin1-0/+2
2008-01-15Revised the fastpos code. It now uses the slightly fasterLasse Collin1-22/+0
2007-12-09Imported to git.Lasse Collin1-0/+245