]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
2009-01-29 Lasse CollinRemove dangling crc64_init.c.
2009-01-28 Lasse CollinThe .xz file format specification version 1.0.0 is now
2009-01-28 Lasse CollinUpdated THANKS.
2009-01-28 Lasse CollinFix uninitialized variables in alone_decoder.c. This...
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2009-01-26 Lasse CollinRegenerate the CRC tables without trailing blanks.
2009-01-26 Jim Meyeringremove trailing blanks from all but .xz files
2009-01-26 Lasse CollinAdd lzma_block_buffer_decode().
2009-01-26 Lasse CollinAdd more sanity checks to lzma_stream_buffer_decode().
2009-01-26 Lasse CollinAvoid hardcoded constant in easy.c.
2009-01-26 Lasse CollinTiny bit better sanity check in block_util.c
2009-01-24 Lasse CollinFix a dumb bug in Block decoder, which made it return
2009-01-23 Lasse CollinAdded lzma_stream_buffer_decode() and made minor cleanups.
2009-01-22 Lasse CollinFix a comment.
2009-01-20 Lasse CollinAdd some single-call buffer-to-buffer coding functions.
2009-01-20 Lasse CollinBlock encoder cleanups
2009-01-20 Lasse CollinUse LZMA_PROG_ERROR in lzma_code() as documented in...
2009-01-19 Lasse CollinFix handling of non-fatal errors in lzma_code().
2009-01-19 Lasse CollinMove some LZMA2 constants to lzma2_encoder.h so that...
2009-01-19 Lasse CollinRemove dead code.
2009-01-17 Lasse CollinBeta was supposed to be API stable but I had forgot...
2009-01-15 Lasse CollinUpdated THANKS.
2009-01-15 Lasse CollinFixed a bug in 7z2lzma.bash to make it work with .7z...
2009-01-07 Lasse CollinUse pthread_sigmask() instead of sigprocmask() when...
2008-12-31 Lasse CollinBumped version to 4.999.8beta right after the release
2008-12-31 Lasse CollinDisable Subblock filter from test_compress.sh since... v4.999.7beta
2008-12-31 Lasse CollinDisable both Subblock encoder and decoder my default,
2008-12-31 Lasse CollinUpdate some files in debug directory.
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 CollinFixed missing quoting in configure.ac.
2008-12-30 Lasse CollinUpdated src/liblzma/Makefile.am to use liblzma.pc.in...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-12-27 Lasse CollinUse 28 MiB as memory usage limit for encoding in test_c...
2008-12-27 Lasse CollinRevert a change made in 3b34851de1eaf358cf9268922fa0eee...
2008-12-27 Lasse CollinSome xz command line tool improvements.
2008-12-27 Lasse CollinBunch of liblzma tweaks, including some API changes.
2008-12-18 Lasse CollinUpdated Makefile.am that was missing from the previous...
2008-12-17 Lasse CollinRemove the alignment functions for now. Maybe they...
2008-12-17 Lasse Collinxz message handling improvements
2008-12-15 Lasse CollinFix a dumb bug in .lzma decoder which was introduced in
2008-12-15 Lasse CollinBunch of liblzma API cleanups and fixes.
2008-12-15 Lasse CollinThe LZMA2 decoder fix introduced a bug to LZ decoder,
2008-12-15 Lasse CollinAdded two new test files.
2008-12-15 Lasse CollinFix data corruption in LZMA2 decoder.
2008-12-12 Lasse CollinName the package "xz" in configure.ac.
2008-12-12 Lasse CollinSome adjustments to GCC warning flags. The important...
2008-12-09 Lasse CollinRemove obsolete comment.
2008-12-09 Lasse CollinUse "decompression" consistently in --long-help.
2008-12-09 Lasse CollinAdded preset=NUM to --lzma1 and --lzma2. This makes...
2008-12-09 Lasse CollinPut the file format specification into the public domain.
2008-12-09 Lasse CollinMake the memusage functions of LZMA1 and LZMA2 encoders
2008-12-09 Lasse CollinUpdated THANKS.
2008-12-01 Lasse CollinIn command line tool, take advantage of memusage calcul...
2008-12-01 Lasse CollinValidate the filter chain before checking filter-specific
2008-12-01 Lasse CollinMake the memusage functions of LZMA1 and LZMA2 decoders
2008-12-01 Lasse CollinAdded the changes for Delta filter that should have...
2008-12-01 Lasse CollinLZMA2 decoder cleanups. Make it require new LZMA properties
2008-12-01 Lasse CollinAdded lzma_delta_coder_memusage() which also validates
2008-11-29 Lasse CollinAutomake includes the m4 directory, so don't add it in
2008-11-28 Lasse CollinTested using COLUMNS environment variable to avoid...
2008-11-27 Lasse CollinCleanups to message.c.
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-22 Lasse CollinTypo fix
2008-11-20 Lasse CollinSupport NetBSD's errno for O_NOFOLLOW.
2008-11-20 Lasse CollinBuild xzdec and lzmadec from xzdec.c. xzdec supports...
2008-11-20 Lasse CollinMinor cleanups to xzdec.
2008-11-19 Lasse CollinAdded missing check for uint16_t.
2008-11-19 Lasse CollinRenamed lzma to xz and lzmadec to xzdec. We create...
2008-11-19 Lasse CollinOh well, big messy commit again. Some highlights:
2008-10-09 Lasse CollinFixed the test that should have been fixed as part
2008-10-07 Lasse CollinFixed some help messages.
2008-10-07 Lasse CollinMade the preset numbering more logical in liblzma API.
2008-10-03 Lasse CollinRemoved fi from po/LINGUAS.
2008-10-03 Lasse CollinFixed suffix handling with --format=raw.
2008-10-02 Lasse CollinInitial changes to change the suffix of the new format...
2008-09-30 Lasse CollinRenamed the test files from .lzma suffix to .xz suffix.
2008-09-30 Lasse CollinFixed Stream decoder to actually use the first_stream...
2008-09-30 Lasse CollinAdded one more test file.
2008-09-30 Lasse CollinFixed uninitialized variable in Stream decoder.
2008-09-30 Lasse CollinAdded two test files.
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 CollinRemove po/fi.po since I'm not keeping it updated for...
2008-09-27 Lasse CollinFix also test_compress.sh.
2008-09-27 Lasse CollinFixed compilation of test_filter_flags.c, which was...
2008-09-27 Lasse CollinUpdated file format specification. It changes the suffix
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-27 Lasse CollinAdded 7z2lzma.bash.
2008-09-17 Lasse CollinMiscellaneous LZ and LZMA encoder cleanups
2008-09-13 Lasse CollinLZ decoder cleanup
2008-09-13 Lasse CollinRenamed constants:
2008-09-12 Lasse CollinImproved the Stream Flags handling API.
2008-09-11 Lasse CollinSimplified debug/known_sizes.c to match the relaxed
2008-09-11 Lasse CollinRemove a check from Block encoder that should have...
2008-09-11 Lasse CollinRemove bogus #includes.
2008-09-11 Lasse CollinUpdated THANKS.
2008-09-11 Lasse CollinFix a compiler error on big endian systems that don't
next