]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2020-01-26  Lasse Collinxz: Move flush_needed from mytime.h to file_pair struct...
2020-01-26  Lasse Collinxz: coder.c: Make writing output a separate function.
2020-01-26  Lasse Collinxz: Fix semi-busy-waiting in xz --flush-timeout.
2020-01-26  Lasse Collinxz: Refactor io_read() a bit.
2020-01-26  Lasse Collinxz: Update a comment in file_io.h.
2020-01-26  Lasse Collinxz: Move the setting of flush_needed in file_io.c to...
2020-01-19  Lasse CollinUse $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile.
2019-12-30  Lasse CollinRename unaligned_read32ne to read32ne, and similarly...
2019-12-30  Lasse CollinRename read32ne to aligned_read32ne, and similarly...
2019-12-30  Lasse CollinRevise tuklib_integer.h and .m4.
2019-12-29  Lasse CollinTests: Hopefully fix test_check.c to work on EBCDIC...
2019-09-24  Lasse CollinScripts: Put /usr/xpg4/bin to the beginning of PATH...
2019-07-12  Lasse CollinFix comment typos in tuklib_mbstr* files.
2019-07-12  Lasse CollinAdd missing include to tuklib_mbstr_width.c.
2019-07-12  Lasse CollinUpdate tuklib base headers to include stdbool.h.
2019-06-27  Lasse Collinxz: Automatically align the strings in --info-memory.
2019-06-25  Lasse Collinliblzma: Fix a buggy comment.
2019-06-24  Lasse Collinconfigure.ac: Fix a typo in a comment.
2019-06-24  Lasse CollinTests: Silence warnings from clang -Wassign-enum.
2019-06-24  Lasse Collinliblzma: Add a comment.
2019-06-24  Lasse Collinliblzma: Silence clang -Wmissing-variable-declarations.
2019-06-24  Lasse CollinAdd LZMA_RET_INTERNAL1..8 to lzma_ret and use one for...
2019-06-24  Lasse Collinxz: Silence a warning from clang -Wsign-conversion...
2019-06-24  Lasse Collinxz: Make "headings" static in list.c.
2019-06-24  Lasse Collinliblzma: Remove incorrect uses of lzma_attribute((__unu...
2019-06-24  Lasse CollinTests: Silence a warning from -Wsign-conversion.
2019-06-24  Lasse Collinxz: Fix an integer overflow with 32-bit off_t.
2019-06-23  Lasse Collinxz: Cleanup io_seek_src() a bit.
2019-06-23  Lasse CollinTests: Remove a duplicate branch from tests/tests.h.
2019-06-23  Lasse Collinxz: Change io_seek_src and io_pread arguments from...
2019-06-23  Lasse Collinxz: list.c: Fix some warnings from -Wsign-conversion.
2019-06-23  Lasse Collintuklib_mbstr_width: Fix a warning from -Wsign-conversion.
2019-06-23  Lasse Collinxz: Fix some of the warnings from -Wsign-conversion.
2019-06-23  Lasse Collintuklib_cpucores: Silence warnings from -Wsign-conversion.
2019-06-23  Lasse Collinxzdec: Fix warnings from -Wsign-conversion.
2019-06-23  Lasse Collinliblzma: Fix warnings from -Wsign-conversion.
2019-06-23  Lasse Collintuklib_integer: Silence warnings from -Wsign-conversion.
2019-06-20  Lasse Collintuklib_integer: Fix usage of conv macros.
2019-06-03  Lasse CollinUpdate THANKS.
2019-06-03  Lasse Collinliblzma: Fix comments.
2019-06-01  Lasse Collinliblzma: Fix one more unaligned read to use unaligned_r...
2019-06-01  Lasse CollinUpdate THANKS.
2019-06-01  Lasse Collinliblzma: memcmplen: Use ctz32() from tuklib_integer.h.
2019-06-01  Lasse Collintuklib_integer: Cleanup MSVC-specific code.
2019-06-01  Lasse Collinliblzma: Use unaligned_readXXne functions instead of...
2019-06-01  Lasse Collintuklib_integer: Autodetect support for unaligned access...
2019-06-01  Lasse Collintuklib_integer: Improve unaligned memory access.
2019-05-13  Lasse Collinliblzma: Avoid memcpy(NULL, foo, 0) because it is undef...
2019-05-11  Lasse CollinUpdate THANKS.
2019-05-11  Lasse Collinxz: Update xz man page date.
2019-05-11  Antoine Cœurspelling
2019-05-01  Lasse Collinxz: In xz -lvv look at the widths of the check names...
2019-05-01  Lasse Collinxz: Fix xz -lvv column alignment to look at the transla...
2019-05-01  Lasse CollinUpdate THANKS.
2019-05-01  Lasse CollinWindows: Update VS version in windows/vs2019/config.h.
2019-05-01  Julien MarrecWindows: Upgrade solution itself
2019-05-01  Julien MarrecWindows: Upgrade solution with VS2019
2019-05-01  Julien MarrecWindows: Duplicate windows/vs2017 before upgrading
2019-03-04  Lasse CollinREADME: Update translation instructions.
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...
2019-01-13  Lasse CollinWindows/VS2017: Omit WindowsTargetPlatformVersion from...
2018-12-20  Lasse CollinUpdate THANKS.
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-11-02  Lasse CollinUpdate THANKS.
2018-11-02  Lasse CollinTests: Add a fuzz test program and a config file for...
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-04-29  Lasse Collinextra/scanlzma: Fix compiler warnings.
2018-04-29  Lasse CollinDOS: Add file_info.c to the list of files to build.
2018-04-29  Lasse CollinUpdate NEWS for 5.3.1alpha.
2018-04-29  Lasse CollinAdd NEWS for 5.2.4.
2018-02-06  Lasse CollinUpdate THANKS.
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 CollinUpdate THANKS.
2018-01-10  Lasse Collintuklib_integer: New Intel C compiler needs immintrin.h.
2017-09-24  Lasse CollinUpdate THANKS.
2017-09-16  Lasse CollinWindows: Fix paths in VS project files.
2017-09-16  Lasse CollinWindows: Update VS2017 project files to include file...
2017-09-16  Lasse CollinWindows: Add project files for VS2017.
2017-09-16  Lasse CollinWindows: Update VS2013 project files to include file...
2017-09-16  Lasse CollinWindows: Move VS2013 files into windows/vs2013 directory.
2017-08-14  Lasse CollinFix or hide warnings from GCC 7's -Wimplicit-fallthrough.
2017-05-23  Alexey TourbinDocs: Fix a typo in a comment in doc/examples/02_decomp...
2017-05-23  Lasse Collinxz: Fix "xz --list --robot missing_or_bad_file.xz".
2017-04-24  Lasse CollinDocs: Add doc/examples/11_file_info.c.
2017-04-24  Lasse CollinBuild: Omit pre-5.0.0 entries from the generated ChangeLog.
2017-04-24  Lasse Collinxz: Use lzma_file_info_decoder() for --list.
2017-04-24  Lasse Collinliblzma: Add lzma_file_info_decoder().
2017-04-24  Lasse CollinUpdate the Git repository URL to HTTPS in ChangeLog.
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.
next