]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
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
2008-09-11 Lasse CollinSilence a compiler warning.
2008-09-10 Lasse CollinBumped version to 4.999.6alpha.
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-07 Lasse CollinChanged Filter ID of LZMA to 0x20.
2008-09-06 Lasse CollinComments
2008-09-06 Lasse CollinSome API cleanups
2008-09-04 Lasse CollinAdded support for raw encoding and decoding to the...
2008-09-04 Lasse CollinDon't allow LZMA_SYNC_FLUSH with decoders anymore....
2008-09-03 Lasse CollinMinor updates to the file format specification.
2008-09-02 Lasse CollinCommand line tool fixes
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-09-02 Lasse CollinSome fixes to LZ encoder.
2008-08-31 Lasse CollinFix wrong pointer calculation in LZMA encoder.
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-20 Lasse CollinFix test_filter_flags to match the new restriction...
2008-06-20 Lasse CollinRemove some redundant code from LZMA encoder.
2008-06-19 Lasse CollinAdd limit of lc + lp <= 4. Now we can allocate the
2008-06-18 Lasse CollinComments
2008-06-18 Lasse CollinDelete old code that was supposed to be already deleted
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-06-17 Lasse CollinUpdate the file format specification draft. The new...
2008-06-11 Lasse CollinFix uninitialized variable in LZMA encoder. This was
2008-06-11 Lasse CollinImprove command line integer parsing a little in lzma and
2008-06-10 Lasse Collins/decompressed/compressed/ in the command line tool's
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-05-30 Lasse CollinTypo fixes from meyering.
2008-05-11 Lasse CollinRemove support for pre-C89 libc versions that lack...
2008-05-11 Lasse CollinImproved C99 compiler detection in configure.ac. It...
2008-05-06 Lasse CollinBunch of grammar fixes from meyering.
2008-05-06 Lasse CollinTypo fix
2008-05-04 Lasse CollinDon't print an error message on broken pipe unless...
2008-04-30 Lasse CollinFix a crash with --format=alone if other filters than...
2008-04-28 Lasse CollinUpdated THANKS.
2008-04-28 Lasse CollinFixed wrong spelling "limitter" to "limiter". This...
2008-04-25 Lasse CollinPrevent LZ encoder from hanging with known uncompressed v4.999.3alpha
next