Age | Commit message (Expand) | Author | Files | Lines |
2023-11-15 | xz: Refactor suffix test with raw format. | Jia Tan | 1 | -25/+13 |
2023-11-14 | xz: Move suffix check after stdout mode is detected. | Jia Tan | 1 | -8/+8 |
2023-11-14 | xz: Detect when all data will be written to standard out earlier. | Jia Tan | 1 | -0/+21 |
2023-09-24 | xz: Change quoting style from `...' to '...'. | Jia Tan | 1 | -3/+3 |
2023-07-18 | xz: Make "%s: %s" translatable because French needs "%s : %s". | Lasse Collin | 1 | -1/+4 |
2023-07-18 | xz: Update Authors list in a few files. | Jia Tan | 1 | -1/+2 |
2023-07-17 | xz: Add a new --filters-help option. | Jia Tan | 1 | -0/+8 |
2023-07-17 | xz: Add a message if --block-list is used outside of xz compresssion. | Jia Tan | 1 | -0/+11 |
2023-07-17 | xz: Create command line options for filters[1-9]. | Jia Tan | 1 | -7/+75 |
2023-07-17 | xz: Add --filters option to CLI. | Jia Tan | 1 | -2/+7 |
2023-01-24 | xz: Flip the return value of suffix_is_set to match the documentation. | Lasse Collin | 1 | -3/+3 |
2023-01-21 | xz: Refactor duplicated check for custom suffix when using --format=raw | Jia Tan | 1 | -0/+8 |
2023-01-16 | xz: Do not set compression settings with raw format in list mode. | Jia Tan | 1 | -1/+2 |
2022-12-11 | xz: Rename --experimental-arm64 to --arm64. | Lasse Collin | 1 | -1/+1 |
2022-12-08 | xz: Make args_info.files_name a const pointer. | Lasse Collin | 1 | -1/+1 |
2022-12-08 | xz: Don't modify argv[]. | Lasse Collin | 1 | -4/+19 |
2022-11-19 | xz: Add support --threads=+N so that -T+1 gives threaded mode. | Lasse Collin | 1 | -3/+15 |
2022-11-14 | Replace the experimental ARM64 filter with a new experimental version. | Lasse Collin | 1 | -1/+1 |
2022-11-09 | xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz. | Lasse Collin | 1 | -2/+0 |
2022-11-09 | xz: Add .lz (lzip) decompression support. | Lasse Collin | 1 | -0/+9 |
2022-09-19 | xz: Add --experimental-arm64[=width=WIDTH]. | Lasse Collin | 1 | -0/+7 |
2022-04-12 | xz: Add --memlimit-mt-decompress along with a default limit value. | Lasse Collin | 1 | -7/+17 |
2019-06-23 | xz: Fix some of the warnings from -Wsign-conversion. | Lasse Collin | 1 | -2/+2 |
2019-05-11 | spelling | Antoine Cœur | 1 | -1/+1 |
2015-11-03 | xz: Make xz buildable even when encoders or decoders are disabled. | Lasse Collin | 1 | -0/+16 |
2014-08-05 | xz: Add --ignore-check. | Lasse Collin | 1 | -0/+7 |
2013-07-04 | xz: Add preliminary support for --flush-timeout=TIMEOUT. | Lasse Collin | 1 | -0/+7 |
2012-07-03 | xz: Add incomplete support for --block-list. | Lasse Collin | 1 | -0/+78 |
2011-11-04 | xz: Fix a typo in a comment. | Lasse Collin | 1 | -1/+1 |
2011-04-11 | xz: Add support for threaded compression. | Lasse Collin | 1 | -1/+2 |
2011-04-09 | xz: Minor internal changes to handling of --threads. | Lasse Collin | 1 | -2/+2 |
2011-03-18 | xz: Add --block-size=SIZE. | Lasse Collin | 1 | -0/+7 |
2011-03-18 | xz: Add --single-stream. | Lasse Collin | 1 | -0/+6 |
2010-09-05 | xz: Use an array instead of pointer for stdin_filename. | Lasse Collin | 1 | -1/+1 |
2010-08-07 | Disable the memory usage limiter by default. | Lasse Collin | 1 | -29/+58 |
2010-08-06 | Add missing const to a global constant in xz. | Lasse Collin | 1 | -1/+1 |
2010-06-15 | Add --no-adjust. | Lasse Collin | 1 | -0/+6 |
2010-05-26 | Rename MIN() and MAX() to my_min() and my_max(). | Lasse Collin | 1 | -1/+2 |
2010-05-26 | Remove the Subblock filter code for now. | Lasse Collin | 1 | -8/+1 |
2010-01-26 | Add a missing space to an error message. | Lasse Collin | 1 | -1/+1 |
2010-01-24 | Set LC_NUMERIC=C when --robot is used. | Lasse Collin | 1 | -0/+4 |
2009-11-25 | Create sparse files by default when decompressing into | Lasse Collin | 1 | -0/+6 |
2009-11-16 | Add support for --info-memory and --robot to xz. | Lasse Collin | 1 | -35/+50 |
2009-09-19 | Various changes. | Lasse Collin | 1 | -7/+1 |
2009-07-23 | Fix incorrect usage of getopt_long(), which caused | Lasse Collin | 1 | -1/+0 |
2009-07-10 | Look for full command names instead of substrings | Lasse Collin | 1 | -9/+13 |
2009-06-24 | Cast a char argument to isspace() to unsigned char. | Lasse Collin | 1 | -2/+9 |
2009-05-23 | Remove undocumented alternative option names --bcj, --ppc, | Lasse Collin | 1 | -3/+0 |
2009-05-23 | Add support for specifying the BCJ filter start offset | Lasse Collin | 1 | -15/+21 |
2009-05-22 | Add --no-warn. | Lasse Collin | 1 | -1/+7 |
2009-05-22 | Remove the --info option, which was an alias for --list. | Lasse Collin | 1 | -1/+0 |
2009-05-22 | If xz is run as lzma, unlzma, or lzcat, simply imply | Lasse Collin | 1 | -11/+6 |
2009-05-22 | Make the default memory usage limit 40 % of RAM for both | Lasse Collin | 1 | -7/+21 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 |
2009-02-14 | Cleanups to the code that detects the amount of RAM and | Lasse Collin | 1 | -2/+2 |
2009-02-13 | Fix handling of integrity check type in the xz command line tool. | Lasse Collin | 1 | -1/+8 |
2009-02-13 | Improve support for DOS-like systems. | Lasse Collin | 1 | -8/+5 |
2009-02-08 | Support both slash and backslash as path component | Lasse Collin | 1 | -0/+9 |
2008-12-27 | Some xz command line tool improvements. | Lasse Collin | 1 | -13/+10 |
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -0/+500 |