summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 5.4.0 and soname to 5.4.0.v5.4.0Lasse Collin2022-12-134-6/+6
* Update INSTALL: CMake on Windows isn't experimental anymore.Lasse Collin2022-12-131-6/+4
* Add NEWS for 5.4.0.Lasse Collin2022-12-131-0/+202
* Fix a typo in NEWS.Lasse Collin2022-12-131-1/+1
* Add NEWS for 5.2.10.Lasse Collin2022-12-131-0/+12
* Tests: Fix a typo in tests/files/README.Lasse Collin2022-12-131-1/+1
* Tests: Add two ARM64 test files.Lasse Collin2022-12-134-0/+12
* Translations: Update the Catalan translation.Lasse Collin2022-12-121-351/+306
* Update THANKS.Lasse Collin2022-12-121-0/+1
* Update AUTHORS.Lasse Collin2022-12-121-0/+12
* Docs: Omit multi-threaded decompress from TODO.Lasse Collin2022-12-121-2/+0
* Docs: Update xz-file-format.txt to 1.1.0 for ARM64 filter.Lasse Collin2022-12-111-7/+22
* xz: Rename --experimental-arm64 to --arm64.Lasse Collin2022-12-111-1/+1
* liblzma: Change LZMA_FILTER_ARM64 to the official Filter ID 0x0A.Lasse Collin2022-12-111-5/+1
* xz: Make args_info.files_name a const pointer.Lasse Collin2022-12-082-2/+2
* xz: Don't modify argv[].Lasse Collin2022-12-081-4/+19
* Translations: Update the German man page translations.Lasse Collin2022-12-081-3189/+1367
* Translations: Update the German translation.Jia Tan2022-12-081-271/+315
* Translations: Update the Turkish translation.Jia Tan2022-12-081-113/+108
* Translations: Update the Croatian translation.Jia Tan2022-12-081-115/+113
* Translations: Add Romanian translation of man pages.Jia Tan2022-12-082-1/+3693
* Translations: Update the Romanian translation.Jia Tan2022-12-081-147/+147
* liblzma: Check for unexpected NULL pointers in block_header_decode().Lasse Collin2022-12-081-0/+4
* Bump version number for 5.3.5beta.v5.3.5betaLasse Collin2022-12-013-12/+12
* Add NEWS for 5.3.5beta.Lasse Collin2022-12-011-0/+43
* Update THANKS.Lasse Collin2022-12-011-0/+3
* liblzma: Use __has_attribute(__symver__) to fix Clang detection.Lasse Collin2022-12-011-1/+14
* liblzma: Omit zero-skipping from ARM64 filter.Lasse Collin2022-12-012-59/+24
* xz: Omit the special notes about ARM64 filter on the man page.Lasse Collin2022-12-011-3/+2
* liblzma: Don't be over-specific in lzma_str_to_filters API doc.Lasse Collin2022-12-011-2/+1
* liblzma: Silence unused variable warning when BCJ filters are disabled.Lasse Collin2022-12-011-0/+15
* Translations: Update the Chinese (simplified) translation.Lasse Collin2022-12-011-260/+348
* Add NEWS for 5.2.9.Lasse Collin2022-11-301-0/+34
* xz: Remove message_filters_to_str function prototype from message.h.Jia Tan2022-11-301-16/+0
* Change the bug report address.Lasse Collin2022-11-305-10/+9
* Build: Add string_conversion.c to CMake, DOS, and VS files.Lasse Collin2022-11-308-0/+8
* Update to HTTPS URLs in AUTHORS.Lasse Collin2022-11-301-3/+3
* liblzma: Improve documentation for string to filter functions.Jia Tan2022-11-291-8/+9
* liblzma: Two fixes to lzma_str_list_filters() API docs.Lasse Collin2022-11-291-3/+3
* xz: Use lzma_str_from_filters().Lasse Collin2022-11-282-175/+28
* liblzma: Add lzma_str_to_filters, _from_filters, and _list_filters.Lasse Collin2022-11-285-0/+1567
* liblzma: Make lzma_validate_chain() available outside filter_common.c.Lasse Collin2022-11-282-4/+7
* liblzma: Remove lzma_lz_decoder_uncompressed() as it's now unused.Lasse Collin2022-11-282-17/+0
* liblzma: Use LZMA1EXT feature in lzma_microlzma_decoder().Lasse Collin2022-11-281-7/+8
* liblzma: Use LZMA1EXT feature in lzma_alone_decoder().Lasse Collin2022-11-281-5/+13
* liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker.Lasse Collin2022-11-279-15/+204
* liblzma: Avoid unneeded use of void pointer in LZMA decoder.Lasse Collin2022-11-272-3/+2
* liblzma: Pass the Filter ID to LZ encoder and decoder.Lasse Collin2022-11-2714-12/+26
* liblzma: Remove two FIXME comments.Lasse Collin2022-11-271-2/+2
* xz: Use lzma_filters_free().Lasse Collin2022-11-261-6/+2