]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2014-12-20  Lasse CollinUpdate INSTALL about the dependencies of the scripts.
2014-12-20  Lasse CollinWindows: Update build instructions.
2014-12-20  Lasse CollinWindows: Update the build script and README-Windows...
2014-12-19  Lasse CollinWindows: Define TUKLIB_SYMBOL_PREFIX in config.h.
2014-12-16  Lasse Collinxz: Update the man page about --threads.
2014-12-16  Lasse Collinxz: Update the man page about --block-size.
2014-12-12  Adrien Naderpo/fr: several more translation updates: reword and...
2014-12-12  Adrien Naderpo/fr: yet another place where my email address had...
2014-12-12  Adrien Naderpo/fr: fix several typos that have been around since...
2014-12-12  Adrien Naderpo/fr: last batch of new translations for now.
2014-12-12  Adrien Naderpo/fr: translations for --threads, --block-size and...
2014-12-12  Adrien Naderpo/fr: remove fuzzy marker for error messages that...
2014-12-12  Adrien Naderpo/fr: several minor updates and better wording.
2014-12-12  Adrien Naderpo/fr: update my email address and copyright years.
2014-12-12  Adrien Naderfr.po: commit file after only "update-po" so actual...
2014-12-02  Lasse Collinliblzma: Document how lzma_mt.block_size affects memory...
2014-11-28  Lasse CollinUpdate INSTALL about a "make check" failure in test_scr...
2014-11-26  Lasse CollinRemove LZMA_UNSTABLE macro.
2014-11-26  Lasse Collinliblzma: Update lzma_stream_encoder_mt() API docs.
2014-11-25  Lasse Collinliblzma: Verify the filter chain in threaded encoder...
2014-11-17  Lasse CollinBuild: Update m4/ax_pthread.m4 from Autoconf Archive.
2014-11-17  Lasse CollinBuild: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.
2014-11-17  Lasse CollinBuild: Fix Autoconf warnings about escaped backquotes.
2014-11-10  Lasse Collinxzdiff: Use mkdir if mktemp isn't available.
2014-11-10  Lasse Collinxzdiff: Create a temporary directory to hold a temporar...
2014-11-10  Lasse Collinliblzma: Fix lzma_mt.preset in lzma_stream_encoder_mt_m...
2014-11-10  Lasse CollinUpdate THANKS.
2014-10-29  Lasse CollinUpdate .gitignore files.
2014-10-29  Lasse CollinBuild: Prepare to support Automake's subdir-objects.
2014-10-24  Lasse CollinTranslations: Update the Italian translation.
2014-10-18  Lasse CollinTranslations: Update the Polish translation.
2014-10-14  Andre Nolll10n: de.po: Change translator email address.
2014-10-14  Andre Nolll10n: de.po: Update German translation
2014-10-14  Andre Nolll10n: de.po: Fix typo: Schießen -> Schließen.
2014-10-09  Lasse CollinUpdate THANKS.
2014-10-09  Lasse CollinAdd support for AmigaOS/AROS to tuklib_physmem().
2014-10-09  Lasse Collinxzgrep: Avoid passing both -q and -l to grep.
2014-10-04  Trần Ngọc Quânl10n: vi.po: Update Vietnamese translation
2014-09-25  Lasse CollinBuild: Detect supported compiler warning flags better.
2014-09-20  Lasse CollinUpdate NEWS for 5.0.7.
2014-09-20  Lasse Collinliblzma: Fix a portability problem in Makefile.am.
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.
next