]> granicus.if.org Git - xz/shortlog
xz
2014-09-14 Lasse CollinBump the version number to 5.1.4beta. v5.1.4beta
2014-09-14 Lasse CollinUpdate NEWS for 5.0.6 and 5.1.4beta.
2014-09-14 Lasse CollinUpdate TODO.
2014-08-05 Lasse Collinxz: Add --ignore-check.
2014-08-05 Lasse Collinliblzma: Add support for LZMA_IGNORE_CHECK.
2014-08-05 Lasse Collinliblzma: Add support for lzma_block.ignore_check.
2014-08-04 Lasse Collinliblzma: Use lzma_memcmplen() in the BT3 match finder.
2014-08-03 Lasse CollinUpdate THANKS.
2014-08-03 Lasse Collinliblzma: SHA-256: Optimize the Maj macro slightly.
2014-08-03 Lasse Collinliblzma: SHA-256: Optimize the way rotations are done.
2014-08-03 Lasse Collinliblzma: SHA-256: Remove the GCC #pragma that became...
2014-08-03 Lasse Collinliblzma: SHA-256: Unroll a little more.
2014-08-03 Lasse Collinliblzma: SHA-256: Do the byteswapping without a tempora...
2014-07-25 Lasse Collinliblzma: Use lzma_memcmplen() in normal mode of LZMA.
2014-07-25 Lasse Collinliblzma: Simplify LZMA fast mode code by using memcmp().
2014-07-25 Lasse Collinliblzma: Use lzma_memcmplen() in fast mode of LZMA.
2014-07-25 Lasse CollinUpdate THANKS.
2014-07-25 Lasse Collinliblzma: Use lzma_memcmplen() in the match finders.
2014-07-25 Lasse Collinliblzma: Add lzma_memcmplen() for fast memory comparison.
2014-07-12 Lasse CollinUpdate THANKS.
2014-07-12 Lasse CollinTranslations: Add Vietnamese translation.
2014-06-29 Lasse Collinxz: Update the help message of a few options.
2014-06-18 Lasse Collinxz: Use lzma_cputhreads() instead of own copy of tuklib...
2014-06-18 Lasse Collinliblzma: Add lzma_cputhreads().
2014-06-18 Lasse Collinxz: Check for filter chain compatibility for --flush...
2014-06-13 Lasse Collinxzgrep: List xzgrep_expected_output in tests/Makefile.am.
2014-06-13 Lasse Collinxzgrep: Improve the test script.
2014-06-11 Lasse Collinxzgrep: Add a test for the previous fix.
2014-06-11 Lasse Collinxzgrep: exit 0 when at least one file matches.
2014-06-09 Lasse Collinxz: Force single-threaded mode when --flush-timeout...
2014-05-25 Lasse CollinUpdate THANKS.
2014-05-25 Lasse Collinliblzma: Use lzma_alloc_zero() in LZ encoder initializa...
2014-05-25 Lasse Collinliblzma: Add the internal function lzma_alloc_zero().
2014-05-08 Lasse Collinxz: Fix uint64_t vs. size_t which broke 32-bit build.
2014-05-04 Lasse CollinDocs: Update comments to refer to lzma/lzma12.h in...
2014-05-04 Lasse Collinliblzma: Rename the private API header lzma/lzma.h...
2014-04-25 Lasse CollinBuild: Fix the combination of --disable-xzdec --enable...
2014-04-25 Lasse CollinBuild: Add --disable-doc to configure.
2014-04-24 Lasse CollinUpdate INSTALL.
2014-04-09 Lasse Collinxz: Rename a variable to avoid a namespace collision...
2014-01-29 Lasse CollinDocs: Add example program for threaded encoding.
2014-01-29 Lasse Collinliblzma: Fix lzma_mt.preset not working with lzma_strea...
2014-01-20 Lasse Collinliblzma: Fix typo in a comment.
2014-01-12 Lasse CollinWindows: Add config.h for building liblzma with MSVC...
2014-01-12 Lasse Collinxz: Fix a comment.
2014-01-12 Lasse CollinWindows: Add MSVC defines for inline and restrict keywords.
2014-01-12 Lasse Collinliblzma: Avoid C99 compound literal arrays.
2014-01-12 Lasse Collinliblzma: Remove a useless C99ism from sha256.c.
2014-01-12 Lasse Collinxz: Fix use of wrong variable.
2014-01-12 Lasse CollinFix typos in comments.
2013-11-26 Lasse CollinUpdate THANKS.
2013-11-26 Lasse Collinliblzma: Document the need for block->check for lzma_bl...
2013-11-12 Lasse Collinxz: Update the man page about --block-size and --block...
2013-11-12 Lasse CollinUpdate THANKS.
2013-11-12 Lasse Collinxz: Make --block-list and --block-size work together...
2013-10-26 Lasse CollinBump the version number to 5.1.3alpha. v5.1.3alpha
2013-10-26 Lasse CollinUpdate NEWS for 5.1.3alpha.
2013-10-26 Lasse CollinUpdate TODO.
2013-10-25 Lasse Collinxz: Document behavior of --block-list with threads.
2013-10-22 Lasse Collinxz: Document --flush-timeout=TIMEOUT on the man page.
2013-10-22 Lasse Collinxz: Take advantage of LZMA_FULL_BARRIER with --block...
2013-10-02 Lasse Collinliblzma: Support LZMA_FULL_FLUSH and _BARRIER in thread...
2013-10-02 Lasse Collinliblzma: Add LZMA_FULL_BARRIER support to single-thread...
2013-09-17 Lasse Collinliblzma: Add block_buffer_encoder.h into Makefile.inc.
2013-09-17 Lasse Collinxz: Add a missing test for TUKLIB_DOSLIKE.
2013-09-17 Lasse CollinAdd native threading support on Windows.
2013-09-11 Lasse CollinBuild: Remove a comment about Automake 1.10 from config...
2013-09-09 Lasse CollinBuild: Create liblzma.pc in a src/liblzma/Makefile.am.
2013-08-04 Lasse CollinFix the previous commit which broke the build.
2013-08-03 Lasse CollinWindows: Add Windows support to tuklib_cpucores().
2013-08-03 Anders F Bjorklundmacosx: separate liblzma package
2013-08-03 Anders F Bjorklundmacosx: set minimum to leopard
2013-08-03 Anders F Bjorklundmove configurables into variables
2013-07-15 Lasse CollinUpdate THANKS.
2013-07-15 Lasse CollinBuild: Fix the detection of missing CRC32.
2013-07-04 Lasse Collinxz: Add preliminary support for --flush-timeout=TIMEOUT.
2013-07-04 Lasse Collinxz: Don't set src_eof=true after an I/O error because...
2013-07-04 Lasse Collinxz: Fix the test when to read more input.
2013-07-04 Lasse Collinxz: Move some of the timing code into mytime.[hc].
2013-07-01 Lasse CollinUpdate THANKS.
2013-07-01 Lasse Collinxz: Silence a warning seen with _FORTIFY_SOURCE=2.
2013-06-30 Lasse CollinUpdate NEWS for 5.0.5.
2013-06-30 Lasse CollinMan pages: Use similar syntax for synopsis as in xz.
2013-06-29 Lasse Collinxz: Use non-blocking I/O for the output file.
2013-06-28 Lasse Collinxz: Fix return value type in io_write_buf().
2013-06-28 Lasse Collinxz: Use the self-pipe trick to avoid a race condition...
2013-06-28 Lasse Collinxz: Use non-blocking I/O for the input file.
2013-06-28 Lasse Collinxz: Remove an outdated NetBSD-specific comment.
2013-06-28 Lasse Collinxz: Fix error detection of fcntl(fd, F_SETFL, flags...
2013-06-28 Lasse Collinxz: Fix use of wrong variable in a fcntl() call.
2013-06-28 Lasse Collinxz: Fix assertion related to posix_fadvise().
2013-06-26 Lasse Collinxz: Check the value of lzma_stream_flags.version in...
2013-06-26 Lasse CollinBuild: Require Automake 1.12 and use serial-tests option.
2013-06-23 Lasse CollinUpdate THANKS.
2013-06-23 Lasse Collinliblzma: Avoid a warning about a shadowed variable.
2013-06-23 Lasse Collinxz: Validate Uncompressed Size from Block Header in...
2013-06-21 Lasse CollinUpdate THANKS.
2013-06-21 Lasse Collinxz: Make the man page more friendly to doclifter.
2013-06-21 Lasse Collinxz: A couple of man page fixes.
2013-06-21 Lasse Collinxz: Fix interaction between preset and custom filter...
next