Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |