aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/stream_encoder_mt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-08liblzma: Remove non-portable empty initializer.Jia Tan1-1/+1
2023-06-29liblzma: Prevent uninitialzed warning in mt stream encoder.Jia Tan1-1/+1
2023-05-11liblzma: Exports lzma_mt_block_size() as an API function.Jia Tan1-11/+9
2023-01-12liblzma: Silence warnings from clang -Wconditional-uninitialized.Lasse Collin1-1/+1
2022-11-24liblzma: Add lzma_filters_update() support to the multi-threaded encoder.Lasse Collin1-8/+88
2022-11-24liblzma: Refactor to use lzma_filters_free().Lasse Collin1-9/+2
2022-11-24liblzma: Fix another invalid free() after memory allocation failure.Lasse Collin1-0/+4
2022-09-08liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.Lasse Collin1-0/+42
2022-02-22liblzma: Check the return value of lzma_index_append() in threaded encoder.Lasse Collin1-2/+5
2021-01-24liblzma: Fix a wrong comment in stream_encoder_mt.c.Lasse Collin1-3/+7
2021-01-09liblzma: Make lzma_outq usable for threaded decompression too.Lasse Collin1-19/+33
2019-06-24liblzma: Add a comment.Lasse Collin1-1/+1
2019-05-11spellingAntoine Cœur1-1/+1
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-56/+68
2014-11-25liblzma: Verify the filter chain in threaded encoder initialization.Lasse Collin1-3/+6
2014-11-10liblzma: Fix lzma_mt.preset in lzma_stream_encoder_mt_memusage().Lasse Collin1-2/+1
2014-01-29liblzma: Fix lzma_mt.preset not working with lzma_stream_encoder_mt().Lasse Collin1-2/+2
2013-10-02liblzma: Support LZMA_FULL_FLUSH and _BARRIER in threaded encoder.Lasse Collin1-16/+39
2013-09-17Add native threading support on Windows.Lasse Collin1-47/+36
2013-06-23liblzma: Avoid a warning about a shadowed variable.Lasse Collin1-2/+2
2013-03-23liblzma: Use lzma_block_buffer_bound64() in threaded encoder.Lasse Collin1-16/+50
2013-03-23liblzma: Fix another deadlock in the threaded encoder.Lasse Collin1-3/+6
2012-12-14Make the progress indicator smooth in threaded mode.Lasse Collin1-5/+72
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-8/+8
2011-10-23liblzma: Fix a deadlock in the threaded encoder.Lasse Collin1-1/+3
2011-04-11liblzma: Add lzma_stream_encoder_mt() for threaded compression.Lasse Collin1-0/+1011