]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
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...
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-09 Lasse CollinDefine HAVE_ASM_X86 when x86 assembler optimizations are
2008-01-09 Lasse CollinAdded good-single-none-empty_3.lzma and
2008-01-08 Lasse CollinTake advantage of return_if_error() in block_decoder.c.
2008-01-08 Lasse CollinUpdated tests/files/README.
2008-01-08 Lasse CollinAdded test files with empty Compressed Data.
2008-01-08 Lasse CollinFix decoding of Blocks that have only Block Header.
2008-01-08 Lasse CollinAdded good-single-subblock_implicit.lzma.
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-08 Lasse CollinAdded a few test files.
2008-01-08 Lasse CollinAvoid using ! in test_files.sh, because that doesn...
2008-01-07 Lasse CollinMore pre-C99 inttypes.h compatibility fixes. Now the...
2008-01-07 Lasse CollinUpdated fi.po although it's currently pretty much crap.
2008-01-07 Lasse CollinTest for $GCC = yes instead of if it is non-empty....
2008-01-07 Lasse CollinAdded test_files.sh to tests/Makefile.am so it gets
2008-01-07 Lasse CollinCosmetic edit to test_files.sh.
2008-01-07 Lasse CollinAdded tests/files/README.
2008-01-07 Lasse CollinTell in COPYING that everything in tests/files is
2008-01-07 Lasse CollinCleaned up the tests/files directory.
2008-01-07 Lasse CollinAdded test_files.sh to test decoding of the files in
2008-01-07 Lasse CollinUpdated README regarding the assembler optimizations.
2008-01-07 Lasse CollinUpdated THANKS.
2008-01-06 Lasse CollinCosmetic changes to configure.ac.
2008-01-06 Lasse CollinAutomatically disable assembler code on Darwin x86.
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-05 Lasse CollinRearranged testing of GCC-specific flags.
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 CollinAdded a note to README that --disable-assembler
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 a typo in tests/Makefile.am which prevented
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-10 Lasse CollinDisabled some unneeded warnings and made "make dist... v4.42.2alpha
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 Jim Meyering* tests/test_block_header.c (test3): Remove duplicate...
2007-12-09 Lasse CollinTake advantage of return_if_error() macro in more places.
2007-12-09 Lasse CollinAdded a bunch of .lzma test files.
2007-12-09 Lasse CollinRe-enabled the security checks in Subblock decoder
2007-12-09 Lasse CollinFixed the tests to build with -Werror.
2007-12-08 Lasse CollinImported to git.