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