aboutsummaryrefslogtreecommitdiff
path: root/src/xz/options.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-11Fix warnings from clang -Wdocumentation.Lasse Collin1-2/+2
2019-12-31xz: 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/+0
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-26/+16
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-39/+53
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-6/+8
2008-04-24Fixed a bug in command line option parsing.Lasse Collin1-1/+1