]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/api
Remove some redundant code from LZMA encoder.
[icculus/xz.git] / src / liblzma / api /
2008-06-19 Lasse CollinAdd limit of lc + lp <= 4. Now we can allocate the
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-05-06 Lasse CollinBunch of grammar fixes from meyering.
2008-05-06 Lasse CollinTypo fix
2008-04-28 Lasse CollinFixed wrong spelling "limitter" to "limiter". This...
2008-04-25 Lasse CollinBumped version number to 4.999.3alpha. It will become...
2008-03-14 Lasse CollinFix a comment API header.
2008-03-12 Lasse CollinMake lzma_stream.next_in const. Let's see if anyone...
2008-01-26 Lasse CollinAdded api/lzma/easy.h. I had forgot to add this to the
2008-01-25 Lasse CollinReturn LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used...
2008-01-25 Lasse CollinImproved the memory limitter:
2008-01-22 Lasse CollinAdded lzma_easy_* functions. These should make using
2008-01-21 Lasse CollinMade lzma_extra pointers const in lzma_options_stream.
2008-01-19 Lasse CollinImplemented LZMA_SYNC_FLUSH support to the Subblock...
2008-01-16 Lasse CollinAdded lzma_memlimit_count().
2008-01-06 Lasse CollinIntroduced compatibility with systems that have pre-C99
2008-01-05 Lasse CollinFix typo in comment (INT64_MAX -> UINT64_MAX).
2007-12-10 Lasse CollinBumped version number to 4.42.3alpha.
2007-12-08 Lasse CollinImported to git.