aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-28Check in autoconf-generated files.ndk-r14-beta2ndk-r14-beta1ndk-r14ndk-r13-beta2ndk-r13-beta1ndk-r13ndk-r12bndk-r12-beta2ndk-r14-releasendk-r13-releasendk-r12-releaseJosh Gao
2015-09-29Bump version and soname for 5.2.2.upstream-v5.2.2Lasse Collin
2015-09-25liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer.Lasse Collin
2015-05-11xz: Document that threaded decompression hasn't been implemented yet.Lasse Collin
2015-04-20Revert "xz: Use pipe2() if available."Lasse Collin
2015-03-29Fix the detection of installed RAM on QNX.Lasse Collin
2015-03-07xz: size_t/uint32_t cleanup in options.c.Lasse Collin
2015-03-07xz: Fix a comment and silence a warning in message.c.Lasse Collin
2015-03-07liblzma: Silence more uint32_t vs. size_t warnings.Lasse Collin
2015-03-07xz: Make arg_count an unsigned int to silence a warning.Lasse Collin
2015-03-07liblzma: Fix a warning in index.c.Lasse Collin
2015-02-26Bump version and soname for 5.2.1.Lasse Collin
2015-02-22xz: Use pipe2() if available.Lasse Collin
2015-02-21liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode.Lasse Collin
2015-02-21xz: Fix the fcntl() usage when creating a pipe for the self-pipe trick.Lasse Collin
2015-02-10tuklib_cpucores: Use cpuset_getaffinity() on FreeBSD if available.Lasse Collin
2015-02-09xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp.Lasse Collin
2015-02-03Add a few casts to tuklib_integer.h to silence possible warnings.Lasse Collin
2015-01-26liblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the compare method.Lasse Collin
2015-01-26liblzma: Silence harmless Valgrind errors.Lasse Collin
2015-01-09xz: Fix comments.Lasse Collin
2015-01-09xz: Don't fail if stdout doesn't support O_NONBLOCK.Lasse Collin
2015-01-07xz: Fix a memory leak in DOS-specific code.Lasse Collin
2015-01-07xz: Don't fail if stdin doesn't support O_NONBLOCK.Lasse Collin
2014-12-21Bump version and soname for 5.2.0.Lasse Collin
2014-12-21Fix build when --disable-threads is used.Lasse Collin
2014-12-21xz: Fix a comment.Lasse Collin
2014-12-16xz: Update the man page about --threads.Lasse Collin
2014-12-16xz: Update the man page about --block-size.Lasse Collin
2014-12-02liblzma: Document how lzma_mt.block_size affects memory usage.Lasse Collin
2014-11-26Remove LZMA_UNSTABLE macro.Lasse Collin
2014-11-26liblzma: Update lzma_stream_encoder_mt() API docs.Lasse Collin
2014-11-25liblzma: Verify the filter chain in threaded encoder initialization.Lasse Collin
2014-11-10xzdiff: Use mkdir if mktemp isn't available.Lasse Collin
2014-11-10xzdiff: Create a temporary directory to hold a temporary file.Lasse Collin
2014-11-10liblzma: Fix lzma_mt.preset in lzma_stream_encoder_mt_memusage().Lasse Collin
2014-10-29Build: Prepare to support Automake's subdir-objects.Lasse Collin
2014-10-09Add support for AmigaOS/AROS to tuklib_physmem().Lasse Collin
2014-10-09xzgrep: Avoid passing both -q and -l to grep.Lasse Collin
2014-09-20liblzma: Fix a portability problem in Makefile.am.Lasse Collin
2014-09-14Bump the version number to 5.1.4beta.Lasse Collin
2014-08-05xz: Add --ignore-check.Lasse Collin
2014-08-05liblzma: Add support for LZMA_IGNORE_CHECK.Lasse Collin
2014-08-05liblzma: Add support for lzma_block.ignore_check.Lasse Collin
2014-08-04liblzma: Use lzma_memcmplen() in the BT3 match finder.Lasse Collin
2014-08-03liblzma: SHA-256: Optimize the Maj macro slightly.Lasse Collin
2014-08-03liblzma: SHA-256: Optimize the way rotations are done.Lasse Collin
2014-08-03liblzma: SHA-256: Remove the GCC #pragma that became unneeded.Lasse Collin
2014-08-03liblzma: SHA-256: Unroll a little more.Lasse Collin
2014-08-03liblzma: SHA-256: Do the byteswapping without a temporary buffer.Lasse Collin