]> granicus.if.org Git - xz/history - src
Windows: Update VS version in windows/vs2019/config.h.
[xz] / src /
2019-03-04 Lasse Collinxz: Automatically align column headings in xz -lvv.
2019-03-04 Lasse Collinxz: Automatically align strings ending in a colon in...
2018-12-20 Lasse Collinxz: Fix a crash in progress indicator when in passthru...
2018-11-22 Lasse Collinxz: Update man page timestamp.
2018-11-22 Pavel Raiskup'have have' typos
2018-10-26 Lasse Collinliblzma: Don't verify header CRC32s if building for...
2018-07-27 Lasse Collinxzless: Rename unused variables to silence static analy...
2018-07-27 Lasse Collinliblzma: Remove an always-true condition from lzma_inde...
2018-05-19 Lasse Collinliblzma: Improve lzma_properties_decode() API documenta...
2018-04-29 Lasse CollinBump the version number to 5.3.1alpha. v5.3.1alpha
2018-02-06 Ben Boeckelnothrow: use noexcept for C++11 and newer
2018-02-06 Lasse Collinliblzma: Remove incorrect #ifdef from range_common.h.
2018-01-10 Lasse Collintuklib_integer: New Intel C compiler needs immintrin.h.
2017-08-14 Lasse CollinFix or hide warnings from GCC 7's -Wimplicit-fallthrough.
2017-05-23 Lasse Collinxz: Fix "xz --list --robot missing_or_bad_file.xz".
2017-04-24 Lasse Collinxz: Use lzma_file_info_decoder() for --list.
2017-04-24 Lasse Collinliblzma: Add lzma_file_info_decoder().
2017-04-21 Lasse Collinliblzma: Rename LZMA_SEEK to LZMA_SEEK_NEEDED and seek_...
2017-04-19 Lasse CollinUpdate the home page URLs to HTTPS.
2017-04-05 Lasse Collinxz: Add io_seek_src().
2017-03-30 Lasse Collinxz: Use POSIX_FADV_RANDOM for in "xz --list" mode.
2017-03-30 Lasse Collinliblzma: Make lzma_index_decoder_init() visible to...
2017-03-30 Lasse Collinliblzma: Add generic support for input seeking (LZMA_SEEK).
2017-03-30 Lasse Collinliblzma: Fix lzma_memlimit_set(strm, 0).
2017-03-30 Lasse Collinliblzma: Similar memlimit fix for stream_, alone_,...
2017-03-30 Lasse Collinliblzma: Fix handling of memlimit == 0 in lzma_index_de...
2016-11-21 Lasse Collinliblzma: Avoid multiple definitions of lzma_coder struc...
2016-10-24 Lasse Collintuklib_cpucores: Add support for sched_getaffinity().
2016-06-30 Lasse Collinxz: Fix copying of timestamps on Windows.
2016-06-16 Lasse Collinxz: Silence warnings from -Wlogical-op.
2016-04-10 Lasse CollinBuild: Fix = to += for xz_SOURCES in src/xz/Makefile.am.
2016-03-13 Lasse Collinliblzma: Disable external SHA-256 by default.
2015-11-08 Lasse Collintuklib_physmem: Hopefully silence a warning on Windows.
2015-11-04 Lasse Collinliblzma: Make Valgrind happier with optimized (gcc...
2015-11-03 Lasse Collinliblzma: Rename lzma_presets.c back to lzma_encoder_pre...
2015-11-03 Lasse Collinxz: Make xz buildable even when encoders or decoders...
2015-11-03 Lasse CollinBuild: Build LZMA1/2 presets also when only decoder...
2015-11-03 Lasse CollinBuild: Don't omit lzma_cputhreads() unless using -...
2015-11-02 Lasse Collinliblzma: Fix a build failure related to external SHA...
2015-11-02 Lasse Collinxz: Always close the file before trying to delete it.
2015-10-12 Lasse Collinliblzma: Fix lzma_index_dup() for empty Streams.
2015-10-12 Lasse Collinliblzma: Add a note to index.c for those using static...
2015-10-12 Lasse Collinliblzma: Fix a memory leak in error path of lzma_index_...
2015-07-12 Lasse Collinliblzma: A MSVC-specific hack isn't needed with MSVC...
2015-05-11 Lasse Collinxz: Document that threaded decompression hasn't been...
2015-04-20 Lasse CollinRevert "xz: Use pipe2() if available."
2015-04-01 Lasse Collinxz: Fix the Capsicum rights on user_abort_pipe.
2015-03-31 Lasse Collinxz: Add support for sandboxing with Capsicum.
2015-03-30 Lasse CollinBump version to 5.3.0alpha and soname to 5.3.99.
2015-03-29 Lasse CollinFix the detection of installed RAM on QNX.
2015-03-07 Lasse Collinxz: size_t/uint32_t cleanup in options.c.
2015-03-07 Lasse Collinxz: Fix a comment and silence a warning in message.c.
2015-03-07 Lasse Collinliblzma: Silence more uint32_t vs. size_t warnings.
2015-03-07 Lasse Collinxz: Make arg_count an unsigned int to silence a warning.
2015-03-07 Lasse Collinliblzma: Fix a warning in index.c.
2015-02-26 Lasse CollinBump version and soname for 5.2.1. v5.2.1
2015-02-22 Lasse Collinxz: Use pipe2() if available.
2015-02-21 Lasse Collinliblzma: Fix a compression-ratio regression in LZMA1...
2015-02-21 Lasse Collinxz: Fix the fcntl() usage when creating a pipe for...
2015-02-10 Lasse Collintuklib_cpucores: Use cpuset_getaffinity() on FreeBSD...
2015-02-09 Lasse Collinxzdiff: Make the mktemp usage compatible with FreeBSD...
2015-02-03 Lasse CollinAdd a few casts to tuklib_integer.h to silence possible...
2015-01-26 Lasse Collinliblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the...
2015-01-26 Lasse Collinliblzma: Silence harmless Valgrind errors.
2015-01-09 Lasse Collinxz: Fix comments.
2015-01-09 Lasse Collinxz: Don't fail if stdout doesn't support O_NONBLOCK.
2015-01-07 Lasse Collinxz: Fix a memory leak in DOS-specific code.
2015-01-07 Lasse Collinxz: Don't fail if stdin doesn't support O_NONBLOCK.
2014-12-21 Lasse CollinBump version and soname for 5.2.0.
2014-12-21 Lasse CollinFix build when --disable-threads is used.
2014-12-21 Lasse Collinxz: Fix a comment.
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-02 Lasse Collinliblzma: Document how lzma_mt.block_size affects memory...
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-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-10-29 Lasse CollinBuild: Prepare to support Automake's subdir-objects.
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-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-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 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 Collinliblzma: Use lzma_memcmplen() in the match finders.
2014-07-25 Lasse Collinliblzma: Add lzma_memcmplen() for fast memory comparison.
2014-06-29 Lasse Collinxz: Update the help message of a few options.
next