]> icculus.org git repositories - icculus/xz.git/history - src
xz message handling improvements
[icculus/xz.git] / src /
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-26 Lasse CollinAdded note.GNU-stack to x86 assembler files. It is...
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 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 CollinFixed a typo.
2008-01-23 Lasse CollinFix a memory leak in the Subblock encoder.
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-20 Lasse CollinFix alignment handling bugs in Subblock encoder.
2008-01-19 Lasse CollinImplemented LZMA_SYNC_FLUSH support to the Subblock...
2008-01-19 Lasse CollinRevised the Delta filter implementation. The initialization
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-18 Lasse CollinSet stdin and stdout to binary mode on Windows. This...
2008-01-17 Lasse CollinSubblock decoder: Don't exit the main loop in decode_bu...
2008-01-17 Lasse CollinFix wrong too small size of argument unfiltered_max
2008-01-17 Lasse CollinAdded --delta to the output of "lzma --help".
2008-01-17 Lasse CollinFix Subblock docoder: If Subblock filter was used with...
2008-01-16 Lasse CollinPlugged a memory leak in stream_decoder.c.
2008-01-16 Lasse CollinAdded memory leak detection to lzmadec.c.
2008-01-16 Lasse CollinAdded lzma_memlimit_count().
2008-01-16 Lasse CollinAdded ARRAY_SIZE(array) macro.
2008-01-16 Lasse CollinMake Uncompresed Size validation more strict
2008-01-15 Lasse CollinFree the allocated memory in lzmadec if debugging is
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 CollinOmit invalid space from printf() format string
2008-01-15 Lasse CollinRemoved a few unused macros from lzma_common.h.
2008-01-15 Lasse CollinFix a typo in lzma_encoder.c.
2008-01-15 Lasse CollinConvert bittree_get_price() and bittree_reverse_get_price()
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 CollinRemove RC_BUFFER_SIZE from lzma_encoder_private.h
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2008-01-14 Lasse CollinAdded one assert() to process.c of the command line...
2008-01-14 Lasse CollinDon't use coder->lz.stream_end_was_reached in assertions
2008-01-14 Lasse CollinIn lzma_read_match_distances(), don't use
2008-01-14 Lasse CollinSmall LZMA_SYNC_FLUSH fixes to Block and Single-Stream...
2008-01-14 Lasse CollinMore fixes to LZMA decoder's flush marker handling.
2008-01-10 Lasse CollinEliminate lzma_lz_encoder.must_move_pos. It's needed
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 CollinDisable CRC32 from Block Headers when --check=none
2008-01-08 Lasse CollinFixed encoding of empty files. Arguments to is_size_valid()
2008-01-07 Lasse CollinMore pre-C99 inttypes.h compatibility fixes. Now the...
2008-01-06 Lasse CollinWith printf(), use PRIu64 with a cast to uint64_t instead
2008-01-06 Lasse CollinIntroduced compatibility with systems that have pre-C99
2008-01-05 Lasse CollinFix typo in comment (INT64_MAX -> UINT64_MAX).
2008-01-04 Lasse CollinAnother bug fix for flush marker detection.
2008-01-04 Lasse CollinFix stupid bugs in flush marker detection.
2008-01-04 Lasse CollinAdded support for flush marker, which will be in files
2008-01-04 Lasse CollinMoved range decoder initialization (reading the first
2007-12-14 Lasse CollinUse the filename suffix .S instead of .s for assembler...
2007-12-14 Lasse CollinFixed wrong symbol name in crc64_x86.s.
2007-12-14 Lasse CollinUse .globl instead of .global in x86 assembler code for
2007-12-13 Lasse CollinFixed a few short options that take an argument.
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-11 Lasse CollinGet rid of no-NLS gnulib. I don't know how to get it
2007-12-11 Lasse CollinFixed wrong type of flags_size in Subblock encoder.
2007-12-10 Lasse CollinBumped version number to 4.42.3alpha.
2007-12-09 Lasse CollinAdded LZMA_SYNC_FLUSH support to the Copy filter.
2007-12-09 Lasse CollinAdded missing LZMA_API to the C versions of the CRC...
2007-12-09 Lasse CollinTake advantage of return_if_error() macro in more places.
2007-12-09 Lasse CollinRe-enabled the security checks in Subblock decoder
2007-12-08 Lasse CollinImported to git.