Age | Commit message (Expand) | Author | Files | Lines |
2020-01-26 | xz: Set the --flush-timeout deadline when the first input byte arrives. | Lasse Collin | 1 | -5/+1 |
2020-01-26 | xz: Move flush_needed from mytime.h to file_pair struct in file_io.h. | Lasse Collin | 1 | -1/+2 |
2020-01-26 | xz: coder.c: Make writing output a separate function. | Lasse Collin | 1 | -13/+17 |
2020-01-26 | xz: Fix semi-busy-waiting in xz --flush-timeout. | Lasse Collin | 1 | -0/+4 |
2019-06-23 | xz: Fix some of the warnings from -Wsign-conversion. | Lasse Collin | 1 | -2/+2 |
2019-05-11 | spelling | Antoine Cœur | 1 | -2/+2 |
2018-12-20 | xz: Fix a crash in progress indicator when in passthru mode. | Lasse Collin | 1 | -4/+7 |
2015-11-03 | xz: Make xz buildable even when encoders or decoders are disabled. | Lasse Collin | 1 | -8/+25 |
2014-08-05 | xz: Add --ignore-check. | Lasse Collin | 1 | -1/+9 |
2014-06-18 | xz: Check for filter chain compatibility for --flush-timeout. | Lasse Collin | 1 | -9/+21 |
2014-06-09 | xz: Force single-threaded mode when --flush-timeout is used. | Lasse Collin | 1 | -0/+11 |
2014-05-08 | xz: Fix uint64_t vs. size_t which broke 32-bit build. | Lasse Collin | 1 | -1/+1 |
2014-01-12 | xz: Fix a comment. | Lasse Collin | 1 | -2/+2 |
2013-11-12 | xz: Make --block-list and --block-size work together in single-threaded. | Lasse Collin | 1 | -15/+75 |
2013-10-22 | xz: Take advantage of LZMA_FULL_BARRIER with --block-list. | Lasse Collin | 1 | -17/+15 |
2013-09-17 | Add native threading support on Windows. | Lasse Collin | 1 | -4/+4 |
2013-07-04 | xz: Add preliminary support for --flush-timeout=TIMEOUT. | Lasse Collin | 1 | -11/+35 |
2013-07-04 | xz: Fix the test when to read more input. | Lasse Collin | 1 | -3/+3 |
2013-07-04 | xz: Move some of the timing code into mytime.[hc]. | Lasse Collin | 1 | -0/+5 |
2013-06-21 | xz: Fix interaction between preset and custom filter chains. | Lasse Collin | 1 | -14/+21 |
2012-07-03 | xz: Add incomplete support for --block-list. | Lasse Collin | 1 | -8/+40 |
2011-11-03 | xz: Fix xz on EBCDIC systems. | Lasse Collin | 1 | -1/+4 |
2011-05-17 | Add underscores to attributes (__attribute((__foo__))). | Lasse Collin | 1 | -1/+1 |
2011-05-01 | xz: Fix input file position when --single-stream is used. | Lasse Collin | 1 | -0/+1 |
2011-05-01 | xz: Print the maximum number of worker threads in xz -vv. | Lasse Collin | 1 | -0/+4 |
2011-04-11 | xz: Add support for threaded compression. | Lasse Collin | 1 | -79/+123 |
2011-04-08 | xz: Change size_t to uint32_t in a few places. | Lasse Collin | 1 | -3/+3 |
2011-04-08 | xz: Fix a typo in a comment. | Lasse Collin | 1 | -1/+1 |
2011-04-05 | xz: Call lzma_end(&strm) before exiting if debugging is enabled. | Lasse Collin | 1 | -0/+10 |
2011-03-18 | xz: Add --block-size=SIZE. | Lasse Collin | 1 | -10/+40 |
2011-03-18 | xz: Add --single-stream. | Lasse Collin | 1 | -2/+9 |
2010-09-03 | xz: Make -vv show also decompressor memory usage. | Lasse Collin | 1 | -0/+7 |
2010-09-02 | xz: Make setting a preset override a custom filter chain. | Lasse Collin | 1 | -0/+9 |
2010-09-02 | xz: Always warn if adjusting dictionary size due to memlimit. | Lasse Collin | 1 | -19/+9 |
2010-08-07 | Disable the memory usage limiter by default. | Lasse Collin | 1 | -3/+5 |
2010-06-15 | Add --no-adjust. | Lasse Collin | 1 | -6/+2 |
2010-05-16 | Split message_filters(). | Lasse Collin | 1 | -1/+1 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 1 | -1/+1 |
2010-01-31 | Select the default integrity check type at runtime. | Lasse Collin | 1 | -5/+14 |
2010-01-31 | Improve displaying of the memory usage limit. | Lasse Collin | 1 | -5/+3 |
2010-01-31 | Delay opening the destionation file and other fixes. | Lasse Collin | 1 | -20/+44 |
2010-01-24 | Some improvements to printing sizes in xz. | Lasse Collin | 1 | -35/+21 |
2009-11-25 | Add missing error check to coder.c. | Lasse Collin | 1 | -9/+11 |
2009-11-25 | Create sparse files by default when decompressing into | Lasse Collin | 1 | -16/+17 |
2009-07-20 | Avoid internal error with --format=xz --lzma1. | Lasse Collin | 1 | -4/+12 |
2009-07-04 | Make "xz --decompress --stdout --force" copy unrecognized | Lasse Collin | 1 | -35/+178 |
2009-06-26 | Updated comments to match renamed files. | Lasse Collin | 1 | -1/+1 |
2009-06-26 | Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] | Lasse Collin | 1 | -0/+488 |