]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2023-12-19  Jia Tanxzdec: Add sandbox support for Pledge, Capsicum, and...
2023-12-20  Jia Tanliblzma: Initialize lzma_lz_encoder pointers with NULL.
2023-12-16  Jia Tanliblzma: Set all values in lzma_lz_encoder to NULL...
2023-12-16  Jia Tanliblzma: Tweak a comment.
2023-12-16  Jia Tanliblzma: Make parameter names in function definition...
2023-12-16  Jia Tanliblzma: Improve lzma encoder init function consistency.
2023-12-16  Jia TanDocs: Update repository URL in Changelog.
2023-12-15  Jia TanCI: Update Upload Artifact Action.
2023-12-07  Jia TanTests: Silence -Wsign-conversion warning on GCC version...
2023-12-07  Jia TanUpdate THANKS.
2023-12-07  Jia TanTests: Minor cleanups to OSS-Fuzz files.
2023-12-07  Maksym VatsykTests: Add fuzz_encode_stream ossfuzz target.
2023-12-07  Maksym VatsykTests: Add fuzz_decode_alone OSS-Fuzz target
2023-12-07  Maksym VatsykTests: Update OSS-Fuzz Makefile.
2023-12-07  Maksym VatsykTests: Move common OSS-Fuzz target code to .h file.
2023-12-07  Maksym VatsykTests: Rename OSS-Fuzz files.
2023-11-30  Jia TanUpdate THANKS.
2023-11-30  Kian-Meng AngTests: Fix typos
2023-11-30  Kian-Meng Angxz: Fix typo
2023-11-30  Jia TanUpdate THANKS.
2023-11-30  Jia TanCI: Test musl libc builds on Ubuntu runner.
2023-11-30  Jia TanCI: Allow ci_build.sh to set a different C compiler.
2023-11-30  Jia TanCMake: Use consistent indentation with check_c_source_c...
2023-11-30  Jia TanCMake: Change __attribute__((__ifunc__())) detection.
2023-11-30  Jia TanDocs: Update INSTALL for --enable_ifunc change.
2023-11-30  Jia TanBuild: Change --enable-ifunc handling.
2023-11-23  Lasse Collinxz: Tweak a comment.
2023-11-23  Jia Tanxz: Use is_tty() in message.c.
2023-11-23  Jia Tanxz: Create separate is_tty() function.
2023-11-22  Jia Tantuklib_integer: Fix typo discovered by codespell.
2023-11-17  Lasse Collinxz: Move the check for --suffix with --format=raw a...
2023-11-17  Jia TanTests: Create test_suffix.sh.
2023-11-17  Jia Tanxz: Fix a bug with --files and --files0 in raw mode...
2023-11-17  Jia TanTests: Fix typo in a comment.
2023-11-15  Jia Tanxz: Refactor suffix test with raw format.
2023-11-14  Jia Tanxz: Move suffix check after stdout mode is detected.
2023-11-14  Jia Tanxz: Detect when all data will be written to standard...
2023-11-08  Jia Tanliblzma: Add missing comments to lz_encoder.h.
2023-11-01  Jia TanAdd NEWS for 5.4.5.
2023-10-31  Lasse Collinliblzma: Fix compilation of fastpos_tablegen.c.
2023-10-31  Jia TanBuild: Fix text wrapping in an output message.
2023-10-30  Lasse Collinliblzma: Add a note why crc_always_inline exists for...
2023-10-30  Lasse Collinliblzma: Use lzma_always_inline in memcmplen.h.
2023-10-30  Lasse Collinliblzma: #define lzma_always_inline in common.h.
2023-10-30  Lasse Collinliblzma: Use lzma_attr_visibility_hidden on private...
2023-10-30  Lasse Collinliblzma: #define lzma_attr_visibility_hidden in common.h.
2023-10-26  Lasse Collinliblzma: Refer to MinGW-w64 instead of MinGW in the...
2023-10-26  Lasse CollinCMake: Use -D_FILE_OFFSET_BITS=64 if (and only if)...
2023-10-26  Lasse CollinCMake: Generate and install liblzma.pc if not using...
2023-10-26  Lasse CollinCMake: Rearrange the PACKAGE_ variables.
2023-10-26  Lasse Collinliblzma: Add Cflags.private to liblzma.pc.in for MSYS2.
2023-10-26  Lasse CollinCMake: Create liblzma.def when building liblzma.dll...
2023-10-26  Lasse CollinCMake: Change one CMAKE_CURRENT_SOURCE_DIR to CMAKE_CUR...
2023-10-26  Lasse CollinCMake/Windows: Fix the import library filename.
2023-10-25  Lasse CollinBuild: Detect -fsanitize= in CFLAGS and incompatible...
2023-10-23  Jia TanCI: Disable sandboxing in fsanitize=address,undefined...
2023-10-23  Jia TanCI: Allow disabling the sandbox in ci_build.sh.
2023-10-22  Lasse CollinCMake: Don't shadow the cache entry ENABLE_THREADS...
2023-10-22  Lasse CollinDocs: Update INSTALL about sandboxing support.
2023-10-22  Lasse Collinxz: Support basic sandboxing with Linux Landlock (ABI...
2023-10-22  Lasse CollinCMake: Edit threading related messages.
2023-10-22  Lasse CollinCMake: Use FATAL_ERROR if user-supplied options aren...
2023-10-22  Lasse CollinCMake: Add sandboxing support.
2023-10-22  Lasse CollinSimplify detection of Capsicum support.
2023-10-22  Lasse Collinxz/Windows: Allow clock_gettime with POSIX threads.
2023-10-22  Lasse Collinmythread.h: Make MYTHREAD_POSIX compatible with MinGW...
2023-10-22  Lasse CollinCMake: Check for clock_gettime() even on Windows.
2023-10-22  Lasse CollinBuild: Check for clock_gettime() even if not using...
2023-10-22  Lasse Collinxz/Windows: Ensure that clock_gettime() isn't used...
2023-10-22  Lasse Collinxz/Windows: Use GetTickCount64() with MinGW-w64 if...
2023-10-20  Jia Tanliblzma: Move is_clmul_supported() back to crc_common.h.
2023-10-19  Jia TanBuild: Remove check for COND_CHECK_CRC32 in check/Makef...
2023-10-19  Jia TanCMake: Add ALLOW_CLMUL_CRC option to enable/disable...
2023-10-18  Jia Tanliblzma: Fix -fsanitize=address failure with crc_clmul...
2023-10-18  Lasse Collintuklib_integer: Update the CMake test for fast unaligne...
2023-10-18  Lasse CollinBuild: Enabled unaligned access by default on PowerPC64...
2023-10-18  Lasse Collintuklib_integer: Revise unaligned reads and writes on...
2023-10-18  Lasse Collintuklib_integer: Add missing write64be and write64le...
2023-10-18  Jia Tanliblzma: Set the MSVC optimization fix to only cover...
2023-10-18  Lasse Collinliblzma: CRC_USE_GENERIC_FOR_SMALL_INPUTS cannot be...
2023-10-18  Lasse Collinliblzma: Include common.h in crc_common.h.
2023-10-18  Jia Tanliblzma: Add include guards to crc_common.h.
2023-10-18  Jia Tanliblzma: Add the crc_always_inline macro to crc_simd_bo...
2023-10-18  Jia Tanliblzma: Create crc_always_inline macro.
2023-10-18  Jia Tanliblzma: Refactor CRC comments.
2023-10-18  Jia Tanliblzma: Create crc_clmul.c.
2023-10-18  Jia Tanliblzma: Define CRC_USE_IFUNC in crc_common.h.
2023-10-13  Hans Jansenliblzma: Added crc32_clmul to crc32_fast.c.
2023-10-13  Hans Jansenliblzma: Moved CLMUL CRC logic to crc_common.h.
2023-10-13  Hans Jansenliblzma: Rename crc_macros.h to crc_common.h.
2023-10-13  Gabriela GutierrezCI: Bump and ref actions by commit SHA in windows-ci.yml
2023-10-13  Gabriela GutierrezCI: Bump and ref actions by commit SHA in ci.yml
2023-10-12  Jia TanBuild: Update visibility.m4 from Gnulib.
2023-10-06  Lasse CollinUpdate THANKS.
2023-10-06  Lasse CollinCMake/Windows: Fix when the windres workaround is applied.
2023-09-29  Jia TanCI: Disable CLANG64 MSYS2 environment until bug is...
2023-09-29  Jia TanCMake: Rename xz and man page symlink custom targets.
2023-09-29  Jia TanCMake: Specify LINKER_LANGUAGE for libgnu target to...
2023-09-27  Lasse CollinCMake: Fix Windows build with Clang/LLVM 17.
2023-09-26  Lasse Collinliblzma: Update a comment.
next