index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liblzma
/
common
/
stream_encoder_mt.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
Add SPDX license identifier into 0BSD source code files.
Lasse Collin
1
-0
/
+2
2024-02-14
Change most public domain parts to 0BSD.
Lasse Collin
1
-3
/
+0
2023-07-08
liblzma: Remove non-portable empty initializer.
Jia Tan
1
-1
/
+1
2023-06-29
liblzma: Prevent uninitialzed warning in mt stream encoder.
Jia Tan
1
-1
/
+1
2023-05-11
liblzma: Exports lzma_mt_block_size() as an API function.
Jia Tan
1
-11
/
+9
2023-01-12
liblzma: Silence warnings from clang -Wconditional-uninitialized.
Lasse Collin
1
-1
/
+1
2022-11-24
liblzma: Add lzma_filters_update() support to the multi-threaded encoder.
Lasse Collin
1
-8
/
+88
2022-11-24
liblzma: Refactor to use lzma_filters_free().
Lasse Collin
1
-9
/
+2
2022-11-24
liblzma: Fix another invalid free() after memory allocation failure.
Lasse Collin
1
-0
/
+4
2022-09-08
liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.
Lasse Collin
1
-0
/
+42
2022-02-22
liblzma: Check the return value of lzma_index_append() in threaded encoder.
Lasse Collin
1
-2
/
+5
2021-01-24
liblzma: Fix a wrong comment in stream_encoder_mt.c.
Lasse Collin
1
-3
/
+7
2021-01-09
liblzma: Make lzma_outq usable for threaded decompression too.
Lasse Collin
1
-19
/
+33
2019-06-24
liblzma: Add a comment.
Lasse Collin
1
-1
/
+1
2019-05-11
spelling
Antoine Cœur
1
-1
/
+1
2016-11-21
liblzma: Avoid multiple definitions of lzma_coder structures.
Lasse Collin
1
-56
/
+68
2014-11-25
liblzma: Verify the filter chain in threaded encoder initialization.
Lasse Collin
1
-3
/
+6
2014-11-10
liblzma: Fix lzma_mt.preset in lzma_stream_encoder_mt_memusage().
Lasse Collin
1
-2
/
+1
2014-01-29
liblzma: Fix lzma_mt.preset not working with lzma_stream_encoder_mt().
Lasse Collin
1
-2
/
+2
2013-10-02
liblzma: Support LZMA_FULL_FLUSH and _BARRIER in threaded encoder.
Lasse Collin
1
-16
/
+39
2013-09-17
Add native threading support on Windows.
Lasse Collin
1
-47
/
+36
2013-06-23
liblzma: Avoid a warning about a shadowed variable.
Lasse Collin
1
-2
/
+2
2013-03-23
liblzma: Use lzma_block_buffer_bound64() in threaded encoder.
Lasse Collin
1
-16
/
+50
2013-03-23
liblzma: Fix another deadlock in the threaded encoder.
Lasse Collin
1
-3
/
+6
2012-12-14
Make the progress indicator smooth in threaded mode.
Lasse Collin
1
-5
/
+72
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-8
/
+8
2011-10-23
liblzma: Fix a deadlock in the threaded encoder.
Lasse Collin
1
-1
/
+3
2011-04-11
liblzma: Add lzma_stream_encoder_mt() for threaded compression.
Lasse Collin
1
-0
/
+1011