]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/common
The LZMA2 decoder fix introduced a bug to LZ decoder,
[icculus/xz.git] / src / liblzma / common /
2008-12-01 Lasse CollinValidate the filter chain before checking filter-specific
2008-12-01 Lasse CollinAdded the changes for Delta filter that should have...
2008-11-25 Lasse CollinRemove the nowadays unneeded memory limitting malloc...
2008-11-23 Lasse CollinVLI encoder and decoder cleanups. Made encoder return
2008-11-19 Lasse CollinOh well, big messy commit again. Some highlights:
2008-09-30 Lasse CollinFixed Stream decoder to actually use the first_stream...
2008-09-30 Lasse CollinFixed uninitialized variable in Stream decoder.
2008-09-27 Lasse CollinFix conflicting Subblock helper filter's ID.
2008-09-27 Lasse CollinChanged magic bytes to match the updated spec. Filename
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-13 Lasse CollinRenamed constants:
2008-09-12 Lasse CollinImproved the Stream Flags handling API.
2008-09-11 Lasse CollinRemove a check from Block encoder that should have...
2008-09-11 Lasse CollinRemove bogus #includes.
2008-09-10 Lasse CollinCheck for LZMA_FILTER_RESERVED_START in filter_flags_en... v4.999.5alpha
2008-09-10 Lasse CollinFilter handling cleanups
2008-09-09 Lasse CollinComments
2008-09-09 Lasse CollinCleaned up Block encoder and moved the no longer shared
2008-09-06 Lasse CollinSome API cleanups
2008-09-04 Lasse CollinDon't allow LZMA_SYNC_FLUSH with decoders anymore....
2008-09-02 Lasse CollinAuto decoder cleanup
2008-09-02 Lasse CollinUpdated auto decoder to handle LZMA_CONCATENATED when...
2008-09-02 Lasse CollinStream decoder cleanups
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-05-11 Lasse CollinRemove support for pre-C89 libc versions that lack...
2008-04-28 Lasse CollinFixed wrong spelling "limitter" to "limiter". This...
2008-04-25 Lasse CollinRemoved src/liblzma/common/sysdefs.h symlink, which was
2008-04-24 Lasse CollinFix a memory leak by calling free(extra->data) in
2008-03-10 Lasse CollinDon't fill allocated memory with 0xFD when debugging is
2008-02-01 Lasse CollinDo uncompressed size validation in raw encoder. This way
2008-02-01 Lasse CollinAvoid unneeded function call in raw_common.c.
2008-01-25 Lasse CollinCombine lzma_options_block validation needed by both...
2008-01-25 Lasse CollinImproved the memory limitter:
2008-01-23 Lasse CollinFix decoding of empty Metadata Blocks, that don't have
2008-01-23 Lasse CollinFix a bug related to 99e12af4e2b866c011fe0106cd1e0bfdcc...
2008-01-23 Lasse CollinFix decoding of Extra Records that have empty Data.
2008-01-23 Lasse CollinAdd the trailing '\0' to lzma_extra.data as the API...
2008-01-23 Lasse CollinReturn LZMA_STREAM_END instead of LZMA_OK if
2008-01-23 Lasse CollinFix Size of Header Metadata Block handling. Now
2008-01-23 Lasse CollinFix a memory leak in metadata_decoder.c.
2008-01-23 Lasse CollinFix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f...
2008-01-22 Lasse CollinTake advantage of return_if_error() macro in
2008-01-22 Lasse CollinFixed a dangling pointer that caused invalid free().
2008-01-22 Lasse CollinAdded lzma_easy_* functions. These should make using
2008-01-22 Lasse CollinFix Multi-Block Stream encoder's EOPM usage.
2008-01-21 Lasse CollinMade lzma_extra pointers const in lzma_options_stream.
2008-01-19 Lasse CollinRevised the Delta filter implementation. The initialization
2008-01-16 Lasse CollinPlugged a memory leak in stream_decoder.c.
2008-01-16 Lasse CollinAdded lzma_memlimit_count().
2008-01-16 Lasse CollinMake Uncompresed Size validation more strict
2008-01-15 Lasse CollinUse fastpos.h when encoding LZMA dictionary size in
2008-01-15 Lasse CollinRevised the fastpos code. It now uses the slightly...
2008-01-15 Lasse CollinAdded bsr.h.
2008-01-15 Lasse CollinFix CRC code in case --enable-small is used.
2008-01-15 Lasse CollinAdded precomputed range coder probability price table.
2008-01-14 Lasse CollinSmall LZMA_SYNC_FLUSH fixes to Block and Single-Stream...
2008-01-08 Lasse CollinTake advantage of return_if_error() in block_decoder.c.
2008-01-08 Lasse CollinFix decoding of Blocks that have only Block Header.
2008-01-08 Lasse CollinFixed encoding of empty files. Arguments to is_size_valid()
2007-12-11 Lasse CollinRemoved uncompressed size tracking from Delta encoder...
2007-12-11 Lasse CollinRemove uncompressed size tracking from the filter encoders.
2007-12-09 Lasse CollinAdded LZMA_SYNC_FLUSH support to the Copy filter.
2007-12-09 Lasse CollinTake advantage of return_if_error() macro in more places.
2007-12-08 Lasse CollinImported to git.