Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-14 | Allow extra commas in filter-specific options on xz command line. | Lasse Collin | 1 | -0/+7 | |
This may slightly ease writing scripts that construct filter-specific option strings dynamically. | |||||
2009-07-14 | Accept --lzma2=preset=6e where "e" is equivalent to --extreme | Lasse Collin | 1 | -21/+59 | |
when no custom chain is in use. | |||||
2009-05-23 | Add support for specifying the BCJ filter start offset | Lasse Collin | 1 | -0/+40 | |
in the xz command line tool. | |||||
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 | |
Some minor documentation cleanups were made at the same time. | |||||
2008-12-27 | Some xz command line tool improvements. | Lasse Collin | 1 | -1/+1 | |
2008-12-10 | Added preset=NUM to --lzma1 and --lzma2. This makes it easy | Lasse Collin | 1 | -0/+8 | |
to take a preset as a template and modify it a little. | |||||
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -0/+352 | |
lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though. |