xz/src/xzdec
Lasse Collin 792331bdee Disable the memory usage limiter by default.
For several people, the limiter causes bigger problems that
it solves, so it is better to have it disabled by default.
Those who want to have a limiter by default need to enable
it via the environment variable XZ_DEFAULTS.

Support for environment variable XZ_DEFAULTS was added. It is
parsed before XZ_OPT and technically identical with it. The
intended uses differ quite a bit though; see the man page.

The memory usage limit can now be set separately for
compression and decompression using --memlimit-compress and
--memlimit-decompress. To set both at once, -M or --memlimit
can be used. --memory was retained as a legacy alias for
--memlimit for backwards compatibility.

The semantics of --info-memory were changed in backwards
incompatible way. Compatibility wasn't meaningful due to
changes in the memory usage limiter functionality.

The memory usage limiter info is no longer shown at the
bottom of xz --long -help.

The memory usage limiter support for removed completely from xzdec.

xz's man page was updated to match the above changes. Various
unrelated fixes were also made to the man page.
2010-08-07 20:45:18 +03:00
..
Makefile.am Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
lzmadec_w32res.rc Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
xzdec.1 Disable the memory usage limiter by default. 2010-08-07 20:45:18 +03:00
xzdec.c Disable the memory usage limiter by default. 2010-08-07 20:45:18 +03:00
xzdec_w32res.rc Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00