Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xz: fix decoding of LZMA2 streams having no uncompressed data. | Lasse Collin | 2013-02-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | No .xz encoder creates files with empty LZMA2 streams, but such files would still be valid and decompressors must accept them. Note that empty .xz files are a different thing than empty LZMA2 streams. This bug didn't affect typical .xz files that had no uncompressed data. Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | xz: remove an empty line from xz_dec_lzma2.c | Lasse Collin | 2013-02-27 | 1 | -1/+0 |
| | | | | | Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko | 2010-11-03 | 1 | -0/+1175 |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |