]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lzma/lzma_encoder.c
Fix wrong pointer calculation in LZMA encoder.
[icculus/xz.git] / src / liblzma / lzma / lzma_encoder.c
2008-08-31 Lasse CollinFix wrong pointer calculation in LZMA encoder.
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-20 Lasse CollinRemove some redundant code from LZMA encoder.
2008-06-18 Lasse CollinComments
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-04-24 Lasse CollinAdded two assert()s.
2008-03-21 Lasse CollinDemystified the "state" variable in LZMA code. Use the
2008-03-14 Lasse CollinFix data corruption in LZMA encoder. Note that this...
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-15 Lasse CollinRevised the fastpos code. It now uses the slightly...
2008-01-15 Lasse CollinFix a typo in lzma_encoder.c.
2008-01-15 Lasse CollinConvert bittree_get_price() and bittree_reverse_get_price()
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2007-12-08 Lasse CollinImported to git.