Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-08 | xz: Make args_info.files_name a const pointer. | Lasse Collin | 1 | -1/+1 | |
2015-03-07 | xz: Make arg_count an unsigned int to silence a warning. | Lasse Collin | 1 | -1/+1 | |
Actually the value of arg_count cannot exceed INT_MAX but it's nicer as an unsigned int. | |||||
2014-08-05 | xz: Add --ignore-check. | Lasse Collin | 1 | -0/+1 | |
2012-07-03 | xz: Add incomplete support for --block-list. | Lasse Collin | 1 | -0/+1 | |
It's broken with threads and when also --block-size is used. | |||||
2010-09-05 | xz: Use an array instead of pointer for stdin_filename. | Lasse Collin | 1 | -1/+1 | |
Thanks Joerg Sonnenberger. | |||||
2010-08-06 | Add missing const to a global constant in xz. | Lasse Collin | 1 | -1/+1 | |
2009-11-16 | Add support for --info-memory and --robot to xz. | Lasse Collin | 1 | -0/+1 | |
Currently --robot works only with --info-memory and --version. --help and --long-help work too, but --robot has no effect on them. Thanks to Jonathan Nieder for the original patches. | |||||
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. | |||||
2009-02-05 | Various code cleanups the the xz command line tool. | Lasse Collin | 1 | -8/+0 | |
It now builds with MinGW. | |||||
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -0/+56 | |
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. |