summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Build: Prepare to support Automake's subdir-objects.Lasse Collin2014-10-296-15/+40
* Translations: Update the Italian translation.Lasse Collin2014-10-241-177/+275
* Translations: Update the Polish translation.Lasse Collin2014-10-181-118/+214
* l10n: de.po: Change translator email address.Andre Noll2014-10-141-3/+3
* l10n: de.po: Update German translationAndre Noll2014-10-141-250/+281
* l10n: de.po: Fix typo: Schießen -> Schließen.Andre Noll2014-10-141-1/+1
* Update THANKS.Lasse Collin2014-10-091-0/+1
* Add support for AmigaOS/AROS to tuklib_physmem().Lasse Collin2014-10-092-1/+9
* xzgrep: Avoid passing both -q and -l to grep.Lasse Collin2014-10-091-2/+4
* l10n: vi.po: Update Vietnamese translationTrần Ngọc Quân2014-10-041-52/+84
* Build: Detect supported compiler warning flags better.Lasse Collin2014-09-251-2/+3
* Update NEWS for 5.0.7.Lasse Collin2014-09-201-0/+11
* liblzma: Fix a portability problem in Makefile.am.Lasse Collin2014-09-201-1/+1
* Bump the version number to 5.1.4beta.v5.1.4betaLasse Collin2014-09-142-3/+3
* Update NEWS for 5.0.6 and 5.1.4beta.Lasse Collin2014-09-141-0/+50
* Update TODO.Lasse Collin2014-09-141-4/+34
* xz: Add --ignore-check.Lasse Collin2014-08-055-1/+38
* liblzma: Add support for LZMA_IGNORE_CHECK.Lasse Collin2014-08-053-2/+37
* liblzma: Add support for lzma_block.ignore_check.Lasse Collin2014-08-057-20/+68
* liblzma: Use lzma_memcmplen() in the BT3 match finder.Lasse Collin2014-08-041-3/+2
* Update THANKS.Lasse Collin2014-08-041-0/+1
* liblzma: SHA-256: Optimize the Maj macro slightly.Lasse Collin2014-08-031-1/+1
* liblzma: SHA-256: Optimize the way rotations are done.Lasse Collin2014-08-031-6/+11
* liblzma: SHA-256: Remove the GCC #pragma that became unneeded.Lasse Collin2014-08-031-5/+0
* liblzma: SHA-256: Unroll a little more.Lasse Collin2014-08-031-9/+16
* liblzma: SHA-256: Do the byteswapping without a temporary buffer.Lasse Collin2014-08-031-12/+1
* liblzma: Use lzma_memcmplen() in normal mode of LZMA.Lasse Collin2014-07-251-15/+5
* liblzma: Simplify LZMA fast mode code by using memcmp().Lasse Collin2014-07-251-10/+1
* liblzma: Use lzma_memcmplen() in fast mode of LZMA.Lasse Collin2014-07-251-3/+3
* Update THANKS.Lasse Collin2014-07-251-0/+1
* liblzma: Use lzma_memcmplen() in the match finders.Lasse Collin2014-07-252-23/+23
* liblzma: Add lzma_memcmplen() for fast memory comparison.Lasse Collin2014-07-253-0/+184
* Update THANKS.Lasse Collin2014-07-121-0/+1
* Translations: Add Vietnamese translation.Lasse Collin2014-07-122-0/+1008
* xz: Update the help message of a few options.Lasse Collin2014-06-291-7/+11
* xz: Use lzma_cputhreads() instead of own copy of tuklib_cpucores().Lasse Collin2014-06-182-4/+9
* liblzma: Add lzma_cputhreads().Lasse Collin2014-06-185-1/+45
* xz: Check for filter chain compatibility for --flush-timeout.Lasse Collin2014-06-181-9/+21
* xzgrep: List xzgrep_expected_output in tests/Makefile.am.Lasse Collin2014-06-131-1/+2
* xzgrep: Improve the test script.Lasse Collin2014-06-133-11/+55
* xzgrep: Add a test for the previous fix.Lasse Collin2014-06-111-4/+22
* xzgrep: exit 0 when at least one file matches.Lasse Collin2014-06-111-2/+13
* xz: Force single-threaded mode when --flush-timeout is used.Lasse Collin2014-06-091-0/+11
* Update THANKS.Lasse Collin2014-05-251-0/+1
* liblzma: Use lzma_alloc_zero() in LZ encoder initialization.Lasse Collin2014-05-253-55/+62
* liblzma: Add the internal function lzma_alloc_zero().Lasse Collin2014-05-252-0/+27
* xz: Fix uint64_t vs. size_t which broke 32-bit build.Lasse Collin2014-05-081-1/+1
* Docs: Update comments to refer to lzma/lzma12.h in example programs.Lasse Collin2014-05-041-3/+3
* liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h.Lasse Collin2014-05-043-3/+3
* Build: Fix the combination of --disable-xzdec --enable-lzmadec.Lasse Collin2014-04-251-1/+9