aboutsummaryrefslogtreecommitdiff
path: root/src/xz/options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-14Replace the experimental ARM64 filter with a new experimental version.Lasse Collin1-39/+0
2022-09-19xz: Add --experimental-arm64[=width=WIDTH].Lasse Collin1-0/+39
2019-06-23xz: Fix some of the warnings from -Wsign-conversion.Lasse Collin1-1/+1
2015-03-07xz: size_t/uint32_t cleanup in options.c.Lasse Collin1-6/+6
2014-12-21xz: Fix a comment.Lasse Collin1-2/+2
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin1-3/+3
2010-09-04xz: Fix grammar.Lasse Collin1-2/+1
2010-09-04xz: Use lzma_lzma_preset() to initialize the options structure.Lasse Collin1-12/+2
2010-05-26Remove the Subblock filter code for now.Lasse Collin1-61/+0
2009-11-14Fix a design error in liblzma API.Lasse Collin1-1/+0
2009-09-01Refactored option parsing.Lasse Collin1-35/+35
2009-09-01Fix options parsing bug in xz.Lasse Collin1-4/+2
2009-07-14Allow extra commas in filter-specific options on xz command line.Lasse Collin1-0/+7
2009-07-14Accept --lzma2=preset=6e where "e" is equivalent to --extremeLasse Collin1-21/+59
2009-05-23Add support for specifying the BCJ filter start offsetLasse Collin1-0/+40
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-10/+3
2008-12-27Some xz command line tool improvements.Lasse Collin1-1/+1
2008-12-10Added preset=NUM to --lzma1 and --lzma2. This makes it easyLasse Collin1-0/+8
2008-11-19Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin1-0/+352