Age | Commit message (Expand) | Author | Files | Lines |
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/+0 |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -314/+217 |
2008-10-07 | Made the preset numbering more logical in liblzma API. | Lasse Collin | 1 | -4/+4 |
2008-10-02 | Initial changes to change the suffix of the new format to .xz. | Lasse Collin | 1 | -20/+47 |
2008-09-27 | Some API changes, bug fixes, cleanups etc. | Lasse Collin | 1 | -12/+21 |
2008-09-13 | Renamed constants: | Lasse Collin | 1 | -1/+1 |
2008-09-04 | Added support for raw encoding and decoding to the command | Lasse Collin | 1 | -8/+9 |
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -15/+20 |
2008-06-18 | Update the code to mostly match the new simpler file format | Lasse Collin | 1 | -21/+1 |
2008-04-30 | Fix a crash with --format=alone if other filters than LZMA | Lasse Collin | 1 | -0/+9 |
2007-12-13 | Fixed a few short options that take an argument. | Lasse Collin | 1 | -1/+1 |