]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/api
Beta was supposed to be API stable but I had forgot to rename
[icculus/xz.git] / src / liblzma / api /
2009-01-17 Lasse CollinBeta was supposed to be API stable but I had forgot...
2008-12-31 Lasse CollinBumped version to 4.999.8beta right after the release
2008-12-31 Lasse CollinPrepare for 4.999.7beta release.
2008-12-31 Lasse CollinCleaned up some comments in the API headers.
2008-12-31 Lasse CollinRenamed lzma_options_simple to lzma_options_bcj in...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-12-27 Lasse CollinBunch of liblzma tweaks, including some API changes.
2008-12-17 Lasse CollinRemove the alignment functions for now. Maybe they...
2008-12-15 Lasse CollinBunch of liblzma API cleanups and fixes.
2008-11-25 Lasse CollinRemove the nowadays unneeded memory limitting malloc...
2008-11-19 Lasse CollinOh well, big messy commit again. Some highlights:
2008-10-07 Lasse CollinMade the preset numbering more logical in liblzma API.
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 CollinRenamed constants:
2008-09-12 Lasse CollinImproved the Stream Flags handling API.
2008-09-10 Lasse CollinBumped version to 4.999.6alpha.
2008-09-10 Lasse CollinFilter handling cleanups
2008-09-09 Lasse CollinCleaned up Block encoder and moved the no longer shared
2008-09-07 Lasse CollinChanged Filter ID of LZMA to 0x20.
2008-09-06 Lasse CollinComments
2008-09-06 Lasse CollinSome API cleanups
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
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.