1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/xz
Lasse Collin eed9953732 Look for full command names instead of substrings
like "un", "cat", and "lz" when determining if
xz is run as unxz, xzcat, lzma, unlzma, or lzcat.

This is to ensure that if xz is renamed (e.g. via
--program-transform-name), it doesn't so easily
work in wrong mode.
2009-07-10 11:33:21 +03:00
..
args.c Look for full command names instead of substrings 2009-07-10 11:33:21 +03:00
args.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
coder.c Make "xz --decompress --stdout --force" copy unrecognized 2009-07-04 00:40:44 +03:00
coder.h Updated comments to match renamed files. 2009-06-26 21:00:35 +03:00
file_io.c Silence a compiler warning on DOS-like systems. 2009-06-27 10:02:24 +03:00
file_io.h Updated comments to match renamed files. 2009-06-26 21:00:35 +03:00
hardware.c Make the default memory usage limit 40 % of RAM for both 2009-05-22 11:29:50 +03:00
hardware.h Make the default memory usage limit 40 % of RAM for both 2009-05-22 11:29:50 +03:00
list.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
main.c Rename process_file() to coder_run(). 2009-06-26 20:43:36 +03:00
main.h Add --no-warn. 2009-05-22 14:43:00 +03:00
Makefile.am Use sed instead of $(SED) so that we don't need to 2009-07-06 10:36:04 +03:00
message.c Define PACKAGE_HOMEPAGE in configure.ac and use it in 2009-07-02 14:30:38 +03:00
message.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
options.c Add support for specifying the BCJ filter start offset 2009-05-23 15:12:23 +03:00
options.h Add support for specifying the BCJ filter start offset 2009-05-23 15:12:23 +03:00
private.h Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] 2009-06-26 20:49:54 +03:00
signals.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
signals.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
suffix.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
suffix.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
util.c Ugly hack to make it possible to use the thousand separator 2009-06-26 20:36:45 +03:00
util.h Ugly hack to make it possible to use the thousand separator 2009-06-26 20:36:45 +03:00
xz_w32res.rc Moved the Windows resource files outside the windows directory 2009-06-27 17:28:01 +03:00