aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-08-22[NDK] Add AM_MAINTAINER_MODE to xzndk-r21endk-r21dndk-r21cndk-r21bndk-r21-rc1ndk-r21-beta2ndk-r21-beta1ndk-r21ndk-release-r21Haibo Huang
2017-01-06Check in autoconf-generated files.ndk-r17bndk-r17-beta2ndk-r17-beta1ndk-r17ndk-r16-beta2ndk-r16-beta1ndk-r16ndk-r15-beta2ndk-r15-beta1ndk-release-r17ndk-release-r16ndk-r16-releasendk-r15-releaseXin Li
2017-01-05Merge remote-tracking branch 'origin/upstream-v5.2'.Xin Li
2016-12-30Bump version and soname for 5.2.3.Lasse Collin
2016-12-30xz: Fix the Capsicum rights on user_abort_pipe.Lasse Collin
2016-12-28liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin
2016-12-26xz: Add support for sandboxing with Capsicum (disabled by default).Lasse Collin
2016-12-26liblzma: Fix a memory leak in error path of lzma_index_dup().Lasse Collin
2016-12-26tuklib_cpucores: Add support for sched_getaffinity().Lasse Collin
2016-06-30xz: Fix copying of timestamps on Windows.Lasse Collin
2016-06-28xz: Silence warnings from -Wlogical-op.Lasse Collin
2016-06-28Build: Fix = to += for xz_SOURCES in src/xz/Makefile.am.Lasse Collin
2016-06-28liblzma: Disable external SHA-256 by default.Lasse Collin
2016-06-28tuklib_physmem: Hopefully silence a warning on Windows.Lasse Collin
2016-06-28liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma.Lasse Collin
2016-06-28liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c.Lasse Collin
2016-06-28xz: Make xz buildable even when encoders or decoders are disabled.Lasse Collin
2016-06-28Build: Build LZMA1/2 presets also when only decoder is wanted.Lasse Collin
2016-06-28Build: Don't omit lzma_cputhreads() unless using --disable-threads.Lasse Collin
2016-06-28liblzma: Fix a build failure related to external SHA-256 support.Lasse Collin
2016-06-28xz: Always close the file before trying to delete it.Lasse Collin
2016-06-28liblzma: Fix lzma_index_dup() for empty Streams.Lasse Collin
2016-06-28liblzma: Add a note to index.c for those using static analyzers.Lasse Collin
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