Jia Tan
d3e1147705
xz: Add missing comment for coder_set_compression_settings()
2023-01-16 21:35:45 +08:00
Lasse Collin
731db13e6f
xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz.
2022-11-09 14:31:10 +02:00
Lasse Collin
3176f992c5
xz: Add .lz (lzip) decompression support.
...
If configured with --disable-lzip-decoder then --long-help will
still list `lzip' in --format but I left it like that since
due to translations it would be messy to have two help strings.
Features are disabled only in special situations so wrong help
in such a situation shouldn't matter much.
Thanks to Michał Górny for the original patch.
2022-11-09 14:28:41 +02:00
Lasse Collin
88ccf47205
xz: Add incomplete support for --block-list.
...
It's broken with threads and when also --block-size is used.
2012-07-03 21:16:39 +03:00
Lasse Collin
9edd6ee895
xz: Change size_t to uint32_t in a few places.
2011-04-08 17:53:05 +03:00
Lasse Collin
1ef3cf44a8
xz: Call lzma_end(&strm) before exiting if debugging is enabled.
2011-04-05 15:13:29 +03:00
Lasse Collin
923b22483b
xz: Add --block-size=SIZE.
...
This uses LZMA_FULL_FLUSH every SIZE bytes of input.
Man page wasn't updated yet.
2011-03-18 19:10:30 +02:00
Lasse Collin
57597d42ca
xz: Add --single-stream.
...
This can be useful when there is garbage after the
compressed stream (.xz, .lzma, or raw stream).
Man page wasn't updated yet.
2011-03-18 18:19:19 +02:00
Lasse Collin
c15c42abb3
Add --no-adjust.
2010-06-15 14:06:29 +03:00
Lasse Collin
da0af22e4b
Updated comments to match renamed files.
2009-06-26 21:00:35 +03:00
Lasse Collin
65014fd211
Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]
...
to avoid problems on systems with system headers with those
names.
2009-06-26 20:49:54 +03:00