aboutsummaryrefslogtreecommitdiff
path: root/src/xz/args.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-28xz: 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/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-314/+217
2008-10-07Made the preset numbering more logical in liblzma API.Lasse Collin1-4/+4
2008-10-02Initial changes to change the suffix of the new format to .xz.Lasse Collin1-20/+47
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-12/+21
2008-09-13Renamed constants:Lasse Collin1-1/+1
2008-09-04Added support for raw encoding and decoding to the commandLasse Collin1-8/+9
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-15/+20
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-21/+1
2008-04-30Fix a crash with --format=alone if other filters than LZMALasse Collin1-0/+9
2007-12-13Fixed a few short options that take an argument.Lasse Collin1-1/+1