aboutsummaryrefslogtreecommitdiff
path: root/src/xz/hardware.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12Reduce maximum possible memory limit on MIPS32Ivan A. Melnikov1-0/+6
2020-02-05xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz.Lasse Collin1-1/+31
2014-06-18xz: Use lzma_cputhreads() instead of own copy of tuklib_cpucores().Lasse Collin1-3/+9
2011-04-09xz: Minor internal changes to handling of --threads.Lasse Collin1-12/+12
2010-09-07xz: Add a note to translators.Lasse Collin1-0/+2
2010-08-07Disable the memory usage limiter by default.Lasse Collin1-33/+63
2010-03-07Increase the default memory usage limit on "low-memory" systems.Lasse Collin1-12/+31
2009-11-15Add lzma_physmem().Lasse Collin1-2/+1
2009-10-02Add support for --enable-assume-ram=SIZE.Lasse Collin1-4/+3
2009-09-19Various changes.Lasse Collin1-4/+4
2009-05-22Make the default memory usage limit 40 % of RAM for bothLasse Collin1-50/+36
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2009-02-14Cleanups to the code that detects the amount of RAM andLasse Collin1-28/+22
2009-02-07Assume 32 MiB of RAM on unsupported operating systems likeLasse Collin1-1/+1
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-26/+49