Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-14 | Add SPDX license identifier into 0BSD source code files. | Lasse Collin | 1 | -0/+2 | |
2024-02-14 | Change most public domain parts to 0BSD. | Lasse Collin | 1 | -3/+0 | |
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added. | |||||
2023-07-18 | xz: Update Authors list in a few files. | Jia Tan | 1 | -1/+2 | |
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. |