]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lz
liblzma: Make lzma_code() check the reserved members in lzma_stream.
[icculus/xz.git] / src / liblzma / lz /
2010-09-03 Lasse Collinliblzma: Adjust default depth calculation for HC3 and...
2010-06-02 Lasse CollinSilence a bogus Valgrind warning.
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-02-12 Lasse CollinCollection of language fixes to comments and docs.
2009-11-15 Lasse CollinFix wrong indentation caused by incorrect settings
2009-11-14 Lasse CollinFix a design error in liblzma API.
2009-10-04 Lasse CollinUse a tuklib module for integer handling.
2009-10-02 Lasse CollinUse unaligned access (if possible) on both endiannesses
2009-10-02 Lasse CollinMake liblzma produce the same output on both endiannesses.
2009-09-12 Lasse CollinA few grammar fixes.
2009-09-11 Lasse CollinFix a couple of warnings.
2009-08-16 Lasse CollinFix data corruption in LZ/LZMA2 encoder.
2009-06-30 Lasse CollinBuild system fixes
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-04-10 Lasse CollinFix off-by-one in LZ decoder.
2009-02-08 Lasse CollinAdd a separate internal function to initialize the...
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-12-15 Lasse CollinThe LZMA2 decoder fix introduced a bug to LZ decoder,
2008-12-15 Lasse CollinFix data corruption in LZMA2 decoder.
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.