summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* liblzma: Use lzma_filters_free() in more places.Lasse Collin2022-11-263-38/+8
* liblzma: Omit simple coder init functions if they are disabled.Lasse Collin2022-11-256-0/+24
* xz: Allow nice_len 2 and 3 even if match finder requires 3 or 4.Lasse Collin2022-11-241-5/+0
* liblzma: Allow nice_len 2 and 3 even if match finder requires 3 or 4.Lasse Collin2022-11-243-8/+26
* liblzma: Add lzma_filters_update() support to the multi-threaded encoder.Lasse Collin2022-11-242-23/+109
* Update THANKS.Lasse Collin2022-11-241-0/+1
* Build: Don't put GNU/Linux-specific symbol versions into static liblzma.Lasse Collin2022-11-243-49/+111
* liblzma: Refactor to use lzma_filters_free().Lasse Collin2022-11-242-21/+6
* liblzma: Fix another invalid free() after memory allocation failure.Lasse Collin2022-11-241-0/+4
* liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.Jia Tan2022-11-241-0/+1
* liblzma: Add new API function lzma_filters_free().Lasse Collin2022-11-244-0/+49
* CMake: Don't use symbol versioning with static library.Lasse Collin2022-11-241-3/+7
* liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy().Lasse Collin2022-11-231-1/+2
* liblzma: Fix invalid free() after memory allocation failure.Lasse Collin2022-11-231-8/+31
* liblzma: Fix language in a comment.Lasse Collin2022-11-221-1/+1
* liblzma: Fix infinite loop in LZMA encoder init with dict_size >= 2 GiB.Lasse Collin2022-11-221-4/+15
* liblzma: Fix two Doxygen commands in the API headers.Lasse Collin2022-11-212-2/+2
* xz: Refactor duplicate code from hardware_memlimit_mtenc_get().Lasse Collin2022-11-191-1/+1
* xz: Add support --threads=+N so that -T+1 gives threaded mode.Lasse Collin2022-11-194-6/+51
* CMake: Adds test_memlimit to CMake testsJia Tan2022-11-191-0/+1
* Translations: Update the Korean translation.Lasse Collin2022-11-151-281/+371
* Translations: Update the Turkish translation.Lasse Collin2022-11-151-258/+310
* Bump version number for 5.3.4alpha.v5.3.4alphaLasse Collin2022-11-153-3/+3