aboutsummaryrefslogtreecommitdiff
path: root/src/xz/args.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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