]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lzma
Moved var declarations out of for-loops. Makes pre-C99 compilers happier.
[icculus/xz.git] / src / liblzma / lzma /
2010-11-16 Ryan C. GordonMoved var declarations out of for-loops. Makes pre...
2010-11-15 Lasse CollinMerge branch 'v5.0' origin/HEAD origin/master
2010-10-26 Lasse CollinMerge branch 'v5.0'
2010-10-26 Lasse Collinliblzma: Rename a few variables and constants.
2010-10-19 Lasse CollinClean up a few FIXMEs and TODOs.
2010-09-26 Lasse CollinFix the preset -3e.
2010-09-04 Lasse CollinDon't set lc=4 with --extreme.
2010-09-03 Lasse CollinTweak the compression presets -0 .. -5.
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-02-12 Lasse CollinCollection of language fixes to comments and docs.
2009-11-22 Lasse CollinMake fastpos.h use tuklib_integer.h instead of bsr.h
2009-11-15 Lasse CollinFix wrong indentation caused by incorrect settings
2009-11-14 Lasse CollinFix a design error in liblzma API.
2009-10-04 Lasse CollinUse a tuklib module for integer handling.
2009-09-11 Lasse CollinFix a couple of warnings.
2009-06-30 Lasse CollinBuild system fixes
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2009-01-19 Lasse CollinMove some LZMA2 constants to lzma2_encoder.h so that...
2009-01-19 Lasse CollinRemove dead code.
2008-12-27 Lasse CollinRevert a change made in 3b34851de1eaf358cf9268922fa0eee...
2008-12-27 Lasse CollinBunch of liblzma tweaks, including some API changes.
2008-12-15 Lasse CollinBunch of liblzma API cleanups and fixes.
2008-12-15 Lasse CollinFix data corruption in LZMA2 decoder.
2008-12-09 Lasse CollinMake the memusage functions of LZMA1 and LZMA2 encoders
2008-12-01 Lasse CollinMake the memusage functions of LZMA1 and LZMA2 decoders
2008-12-01 Lasse CollinLZMA2 decoder cleanups. Make it require new LZMA properties
2008-10-07 Lasse CollinMade the preset numbering more logical in liblzma API.
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-17 Lasse CollinMiscellaneous LZ and LZMA encoder cleanups
2008-09-13 Lasse CollinRenamed constants:
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 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 CollinUpdate the code to mostly match the new simpler file...
2008-06-11 Lasse CollinFix uninitialized variable in LZMA encoder. This was
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-04-24 Lasse CollinAdded two assert()s.
2008-04-24 Lasse CollinFix fastpos problem in Makefile.am when built with...
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-11 Lasse CollinApply a minor speed optimization to LZMA decoder.
2008-03-10 Lasse CollinReally fix the price count initialization.
2008-03-10 Lasse CollinInitialize align_price_count and match_price_count in
2008-02-28 Lasse CollinRemove two redundant validity checks from the LZMA...
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-15 Lasse CollinRevised the fastpos code. It now uses the slightly...
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-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 CollinIn lzma_read_match_distances(), don't use
2008-01-14 Lasse CollinMore fixes to LZMA decoder's flush marker handling.
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-08 Lasse CollinImported to git.