aboutsummaryrefslogtreecommitdiff
path: root/src/xzdec/xzdec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Disable the memory usage limiter by default.Lasse Collin1-172/+4
2010-06-11Fix string to uint64_t conversion.Lasse Collin1-2/+11
2010-03-07Treat all integer multiplier suffixes as base-2.Lasse Collin1-26/+16
2010-03-07Consistently round up the memory usage limit in messages.Lasse Collin1-2/+5
2010-03-07Increase the default memory usage limit on "low-memory" systems.Lasse Collin1-12/+30
2010-01-27Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.Lasse Collin1-1/+1
2009-11-15Add lzma_physmem().Lasse Collin1-2/+1
2009-10-02Add support for --enable-assume-ram=SIZE.Lasse Collin1-2/+3
2009-09-19Various changes.Lasse Collin1-40/+15
2009-09-12A few grammar fixes.Lasse Collin1-1/+1
2009-08-13Sync some error messages from xz to xzdec.Lasse Collin1-3/+3
2009-07-08Remove --force from xzdec.Lasse Collin1-4/+1
2009-07-02Define PACKAGE_HOMEPAGE in configure.ac and use it inLasse Collin1-2/+2
2009-06-04Harmonized xzdec --memory with xz --memory and madeLasse Collin1-21/+53
2009-05-22Added support for --quiet and --no-warn to xzdec.Lasse Collin1-27/+49
2009-05-22Use the 40 % of RAM memory usage limit in xzdec too.Lasse Collin1-5/+5
2009-05-21Support special value "max" where xz and xzdec accept an integer.Lasse Collin1-1/+5
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-13Changed how the version number is specified in various places.Lasse Collin1-1/+1
2009-02-13Improve support for DOS-like systems.Lasse Collin1-2/+3
2009-02-01Fix missing newlines in xzdec.c.Lasse Collin1-3/+3
2009-01-31Add LZMA_API to liblzma API headers. It's useful at leastLasse Collin1-0/+1
2009-01-31Use _WIN32 instead of WIN32 in xzdec.c to test if compiling on Windows.Lasse Collin1-2/+2
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-3/+0
2008-11-20Build xzdec and lzmadec from xzdec.c. xzdec supports only .xzLasse Collin1-177/+134
2008-11-20Minor cleanups to xzdec.Lasse Collin1-10/+10
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+492