Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-03 | xz: Add incomplete support for --block-list. | Lasse Collin | 1 | -0/+4 | |
It's broken with threads and when also --block-size is used. | |||||
2011-04-08 | xz: Change size_t to uint32_t in a few places. | Lasse Collin | 1 | -1/+1 | |
2011-04-05 | xz: Call lzma_end(&strm) before exiting if debugging is enabled. | Lasse Collin | 1 | -0/+5 | |
2011-03-18 | xz: Add --block-size=SIZE. | Lasse Collin | 1 | -0/+3 | |
This uses LZMA_FULL_FLUSH every SIZE bytes of input. Man page wasn't updated yet. | |||||
2011-03-18 | xz: Add --single-stream. | Lasse Collin | 1 | -0/+3 | |
This can be useful when there is garbage after the compressed stream (.xz, .lzma, or raw stream). Man page wasn't updated yet. | |||||
2010-06-15 | Add --no-adjust. | Lasse Collin | 1 | -0/+4 | |
2009-06-26 | Updated comments to match renamed files. | Lasse Collin | 1 | -1/+1 | |
2009-06-26 | Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] | Lasse Collin | 1 | -0/+0 | |
to avoid problems on systems with system headers with those names. | |||||
2009-06-26 | Rename process_file() to coder_run(). | Lasse Collin | 1 | -3/+2 | |
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 | -9/+1 | |
It now builds with MinGW. | |||||
2008-12-27 | Some xz command line tool improvements. | Lasse Collin | 1 | -0/+3 | |
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -0/+0 | |
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. | |||||
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 1 | -0/+40 | |
- Updated to the latest, probably final file format version. - Command line tool reworked to not use threads anymore. Threading will probably go into liblzma anyway. - Memory usage limit is now about 30 % for uncompression and about 90 % for compression. - Progress indicator with --verbose - Simplified --help and full --long-help - Upgraded to the last LGPLv2.1+ getopt_long from gnulib. - Some bug fixes |