aboutsummaryrefslogtreecommitdiff
path: root/src/xz/args.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-18xz: Update Authors list in a few files.Jia Tan1-1/+2
2023-07-17xz: Add a new --filters-help option.Jia Tan1-0/+8
2023-07-17xz: Add a message if --block-list is used outside of xz compresssion.Jia Tan1-0/+11
2023-07-17xz: Create command line options for filters[1-9].Jia Tan1-7/+75
2023-07-17xz: Add --filters option to CLI.Jia Tan1-2/+7
2023-01-24xz: Flip the return value of suffix_is_set to match the documentation.Lasse Collin1-3/+3
2023-01-21xz: Refactor duplicated check for custom suffix when using --format=rawJia Tan1-0/+8
2023-01-16xz: Do not set compression settings with raw format in list mode.Jia Tan1-1/+2
2022-12-11xz: Rename --experimental-arm64 to --arm64.Lasse Collin1-1/+1
2022-12-08xz: Make args_info.files_name a const pointer.Lasse Collin1-1/+1
2022-12-08xz: Don't modify argv[].Lasse Collin1-4/+19
2022-11-19xz: Add support --threads=+N so that -T+1 gives threaded mode.Lasse Collin1-3/+15
2022-11-14Replace the experimental ARM64 filter with a new experimental version.Lasse Collin1-1/+1
2022-11-09xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz.Lasse Collin1-2/+0
2022-11-09xz: Add .lz (lzip) decompression support.Lasse Collin1-0/+9
2022-09-19xz: Add --experimental-arm64[=width=WIDTH].Lasse Collin1-0/+7
2022-04-12xz: Add --memlimit-mt-decompress along with a default limit value.Lasse Collin1-7/+17
2019-06-23xz: Fix some of the warnings from -Wsign-conversion.Lasse Collin1-2/+2
2019-05-11spellingAntoine Cœur1-1/+1
2015-11-03xz: Make xz buildable even when encoders or decoders are disabled.Lasse Collin1-0/+16
2014-08-05xz: Add --ignore-check.Lasse Collin1-0/+7
2013-07-04xz: Add preliminary support for --flush-timeout=TIMEOUT.Lasse Collin1-0/+7
2012-07-03xz: Add incomplete support for --block-list.Lasse Collin1-0/+78
2011-11-04xz: Fix a typo in a comment.Lasse Collin1-1/+1
2011-04-11xz: Add support for threaded compression.Lasse Collin1-1/+2
2011-04-09xz: Minor internal changes to handling of --threads.Lasse Collin1-2/+2
2011-03-18xz: Add --block-size=SIZE.Lasse Collin1-0/+7
2011-03-18xz: Add --single-stream.Lasse Collin1-0/+6
2010-09-05xz: Use an array instead of pointer for stdin_filename.Lasse Collin1-1/+1
2010-08-07Disable the memory usage limiter by default.Lasse Collin1-29/+58
2010-08-06Add missing const to a global constant in xz.Lasse Collin1-1/+1
2010-06-15Add --no-adjust.Lasse Collin1-0/+6
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+2
2010-05-26Remove the Subblock filter code for now.Lasse Collin1-8/+1
2010-01-26Add a missing space to an error message.Lasse Collin1-1/+1
2010-01-24Set LC_NUMERIC=C when --robot is used.Lasse Collin1-0/+4
2009-11-25Create sparse files by default when decompressing intoLasse Collin1-0/+6
2009-11-16Add support for --info-memory and --robot to xz.Lasse Collin1-35/+50
2009-09-19Various changes.Lasse Collin1-7/+1
2009-07-23Fix incorrect usage of getopt_long(), which causedLasse Collin1-1/+0
2009-07-10Look for full command names instead of substringsLasse Collin1-9/+13
2009-06-24Cast a char argument to isspace() to unsigned char.Lasse Collin1-2/+9
2009-05-23Remove undocumented alternative option names --bcj, --ppc,Lasse Collin1-3/+0
2009-05-23Add support for specifying the BCJ filter start offsetLasse Collin1-15/+21
2009-05-22Add --no-warn.Lasse Collin1-1/+7
2009-05-22Remove the --info option, which was an alias for --list.Lasse Collin1-1/+0
2009-05-22If xz is run as lzma, unlzma, or lzcat, simply implyLasse Collin1-11/+6
2009-05-22Make the default memory usage limit 40 % of RAM for bothLasse Collin1-7/+21
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-2/+2
2009-02-13Fix handling of integrity check type in the xz command line tool.Lasse Collin1-1/+8
2009-02-13Improve support for DOS-like systems.Lasse Collin1-8/+5
2009-02-08Support both slash and backslash as path componentLasse Collin1-0/+9
2008-12-27Some xz command line tool improvements.Lasse Collin1-13/+10
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+500