]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/api
Fix xzgrep to not break if filenames have spaces or quotes.
[icculus/xz.git] / src / liblzma / api /
2010-02-12 Lasse CollinCollection of language fixes to comments and docs.
2010-02-07 Lasse CollinSubtle change to liblzma Block handling API.
2009-12-31 Lasse CollinFix _memconfig() functions.
2009-12-31 Lasse CollinRevised the Index handling code.
2009-12-31 Lasse CollinAdd missing lzma_nothrow in filter.h.
2009-12-08 Lasse CollinAlways rely on GCC's auto-import on Windows.
2009-11-25 Lasse CollinIndex decoder fixes.
2009-11-15 Lasse CollinAdd lzma_physmem().
2009-11-14 Lasse CollinFix a design error in liblzma API.
2009-10-17 Lasse CollinFix wrong function name in the previous commit.
2009-10-16 Lasse CollinAdd lzma_filters_copy().
2009-09-15 Lasse CollinFix incorrect use of "restrict".
2009-09-12 Lasse CollinFix GCC version check for nothrow attribute.
2009-09-12 Lasse CollinA few grammar fixes.
2009-08-27 Lasse CollinBumped version to 4.999.9beta.
2009-08-27 Lasse CollinUpdates to liblzma API headers.
2009-06-26 Lasse CollinBasic support for building with Cygwin and MinGW using
2009-05-26 Lasse CollinMake the raw value of the Check field available to...
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-18 Lasse CollinAdded files missing from the previous commit.
2009-02-13 Lasse CollinChanged how the version number is specified in various...
2009-02-07 Lasse CollinIntroduced LZMA_API_STATIC macro, which the applications
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-02-01 Lasse CollinAdded initial version of raw buffer-to-buffer coding
2009-01-31 Lasse CollinUse __cdecl also for function pointers in liblzma API...
2009-01-31 Lasse CollinAdd LZMA_API to liblzma API headers. It's useful at...
2009-01-31 Lasse CollinFix two lines in lzma.h on which the # wasn't at the
2009-01-31 Lasse CollinAdd support for using liblzma headers in MSVC, which...
2009-01-31 Lasse CollinFix # -> ## in a macro in lzma.h.
2009-01-26 Lasse CollinAdd lzma_block_buffer_decode().
2009-01-23 Lasse CollinAdded lzma_stream_buffer_decode() and made minor cleanups.
2009-01-20 Lasse CollinAdd some single-call buffer-to-buffer coding functions.
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.