]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/common
Show both elapsed time and estimated remaining time in xz -v.
[icculus/xz.git] / src / liblzma / common /
2008-01-16 Lasse CollinMake Uncompresed Size validation more strict
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 CollinFix CRC code in case --enable-small is used.
2008-01-15 Lasse CollinAdded precomputed range coder probability price table.
2008-01-14 Lasse CollinSmall LZMA_SYNC_FLUSH fixes to Block and Single-Stream...
2008-01-08 Lasse CollinTake advantage of return_if_error() in block_decoder.c.
2008-01-08 Lasse CollinFix decoding of Blocks that have only Block Header.
2008-01-08 Lasse CollinFixed encoding of empty files. Arguments to is_size_valid()
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-09 Lasse CollinAdded LZMA_SYNC_FLUSH support to the Copy filter.
2007-12-09 Lasse CollinTake advantage of return_if_error() macro in more places.
2007-12-08 Lasse CollinImported to git.