]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lz
Oh well, big messy commit again. Some highlights:
[icculus/xz.git] / src / liblzma / lz /
2008-11-19 Lasse CollinOh well, big messy commit again. Some highlights:
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-17 Lasse CollinMiscellaneous LZ and LZMA encoder cleanups
2008-09-13 Lasse CollinLZ decoder cleanup
2008-09-13 Lasse CollinRenamed constants:
2008-09-06 Lasse CollinComments
2008-09-02 Lasse CollinSome fixes to LZ encoder.
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-04-25 Lasse CollinPrevent LZ encoder from hanging with known uncompressed v4.999.3alpha
2008-04-24 Lasse CollinFix wrong return type (uint32_t -> bool).
2008-04-24 Lasse CollinFix data corruption in LZ encoder with LZMA_SYNC_FLUSH.
2008-03-11 Lasse CollinInitialize the last byte of the dictionary to zero...
2008-03-10 Lasse CollinAlways initialize lz->temp_size in lz_decoder.c. temp_s...
2008-02-02 Lasse CollinDon't memzero() the history buffer when initializing LZ
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2008-01-14 Lasse CollinDon't use coder->lz.stream_end_was_reached in assertions
2008-01-10 Lasse CollinEliminate lzma_lz_encoder.must_move_pos. It's needed
2007-12-08 Lasse CollinImported to git.