]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
2008-04-25 Lasse CollinBumped version number to 4.999.3alpha. It will become...
2008-04-24 Lasse CollinFix a memory leak by calling free(extra->data) in
2008-04-24 Lasse CollinMake unlzma and lzcat symlinks.
2008-04-24 Lasse CollinFixed a bug in command line option parsing.
2008-04-24 Lasse CollinAdded two assert()s.
2008-04-24 Lasse CollinSwitch to uint16_t as the type of range coder probabili...
2008-04-24 Lasse CollinFix wrong return type (uint32_t -> bool).
2008-04-24 Lasse CollinFix data corruption in LZ encoder with LZMA_SYNC_FLUSH.
2008-04-24 Lasse CollinFix fastpos problem in Makefile.am when built with...
2008-04-24 Lasse CollinUse 64-bit integer as range encoder's cache size. This...
2008-03-24 Lasse CollinReplaced the range decoder optimization that used arith...
2008-03-22 Lasse CollinTake advantage of arithmetic right shift in range decoder.
2008-03-22 Lasse CollinAdded autoconf check to detect if we can use arithmetic
2008-03-21 Lasse CollinUpdate a comment to use the variable name rep_len_decoder.
2008-03-21 Lasse CollinDemystified the "state" variable in LZMA code. Use the
2008-03-14 Lasse CollinFix data corruption in LZMA encoder. Note that this...
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-03-11 Lasse CollinApply a minor speed optimization to LZMA decoder.
2008-03-11 Lasse CollinInitialize the last byte of the dictionary to zero...
2008-03-10 Lasse CollinReally fix the price count initialization.
2008-03-10 Lasse CollinUpdated THANKS.
2008-03-10 Lasse CollinInitialize align_price_count and match_price_count in
2008-03-10 Lasse CollinAlways initialize lz->temp_size in lz_decoder.c. temp_s...
2008-03-10 Lasse CollinDon't fill allocated memory with 0xFD when debugging is
2008-02-28 Lasse CollinRemove two redundant validity checks from the LZMA...
2008-02-06 Lasse CollinTiny clean up to file-format.txt.
2008-02-02 Lasse CollinDon't memzero() the history buffer when initializing LZ
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 CollinUpdated THANKS.
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-26 Lasse CollinAdded more test files.
2008-01-26 Lasse CollinAdded more test files.
2008-01-25 Lasse CollinReturn LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used...
2008-01-25 Lasse CollinAdded more Multi-Block test files. Improved some
2008-01-25 Lasse CollinCombine lzma_options_block validation needed by both...
2008-01-25 Lasse CollinAdded test_memlimit.c.
2008-01-25 Lasse CollinImproved the memory limitter:
2008-01-25 Lasse CollinUse more parenthesis in succeed() macro in tests/tests.h.
2008-01-24 Lasse CollinAdded more Multi-Block Stream test files.
2008-01-23 Lasse CollinAdded bunch of test files containing Multi-Block Streams.
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 CollinAdded debug/full_flush.c.
2008-01-23 Lasse CollinReturn LZMA_STREAM_END instead of LZMA_OK if
2008-01-23 Lasse CollinAdded bad-single-none-footer_filter_flags.lzma and
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 CollinUpdated debug/sync_flush.c.
2008-01-20 Lasse CollinAdded debug/repeat.c.
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 CollinAdded the debug directory and the first debug tool
2008-01-18 Lasse CollinAdded test files to test usage of flush marker in LZMA.
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-18 Lasse CollinDon't add -g to CFLAGS when --enable-debug is specified.
2008-01-18 Lasse CollinSet stdin and stdout to binary mode on Windows. This...
2008-01-17 Lasse CollinAdded test_compress.sh and bunch of files needed by it.
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 CollinTiny non-technical edits to file-format.txt.
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 CollinFix memory leaks from test_block_header.c.
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 CollinFixed assembler detection in configure.ac, and added
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 CollinFix typo in test_index.c.
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...
next