]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2024-01-23  Jia TanTests: Use smaller dictionary size in RISC-V test files.
2024-01-23  Jia TanTests: Skip RISC-V test files if decoder was not built.
2024-01-23  Lasse Collinxz: Man page: Add more examples of LZMA2 options with...
2024-01-23  Lasse Collinliblzma: RISC-V filter: Use byte-by-byte access.
2024-01-23  Jia Tanxz: Update xz -lvv for RISC-V filter.
2024-01-23  Jia TanTests: Add two RISC-V Filter test files.
2024-01-23  Jia Tanxz: Update message in --long-help for RISC-V Filter.
2024-01-23  Jia Tanxz: Update the man page for the RISC-V Filter.
2024-01-23  Jia TanTests: Add RISC-V Filter test in test_compress.sh.
2024-01-23  Jia Tanliblzma: Update string_conversion.c to support RISC...
2024-01-23  Jia TanCMake: Support RISC-V BCJ Filter for encoding and decoding.
2024-01-23  Jia Tanliblzma: Add RISC-V BCJ filter.
2024-01-19  Jia TanDocs: Update .xz file format specification to 1.2.0.
2024-01-19  Jia Tanxz: Update website URLs in the man pages.
2024-01-19  Jia Tanliblzma: Update website URL.
2024-01-19  Jia TanDocs: Update website URLs.
2024-01-19  Jia TanBuild: Update website URL.
2024-01-11  Lasse Collinliblzma: CRC: Add a comment to crc_x86_clmul.h about...
2024-01-11  Lasse Collinliblzma: CRC: Remove crc_always_inline, use lzma_always...
2024-01-11  Lasse Collinliblzma: CRC: Update CLMUL comments to more generic...
2024-01-11  Lasse Collinliblzma: Rename arch-specific CRC functions and macros.
2024-01-11  Lasse Collinliblzma: Fix a comment in crc_common.h.
2024-01-11  Lasse Collinliblzma: Avoid extern lzma_crc32_clmul() and lzma_crc64...
2024-01-11  Lasse Collinliblzma: crc_clmul.c: Add crc_attr_target macro.
2024-01-11  Lasse Collinliblzma: Simplify existing cases with lzma_attr_no_sani...
2024-01-11  Lasse Collinliblzma: #define crc_attr_no_sanitize_address in crc_co...
2024-01-10  Lasse Collinliblzma: CRC: Add empty lines.
2024-01-10  Lasse Collinliblzma: crc_clmul.c: Tidy up the location of MSVC...
2023-12-28  Lasse CollinUpdate THANKS.
2023-12-28  Lasse Collinliblzma: Use 8-byte method in memcmplen.h on ARM64.
2023-12-28  Lasse Collinliblzma: Check also for __clang__ in memcmplen.h.
2023-12-21  Jia TanTranslations: Update the French translation.
2023-12-21  Jia Tanxz: Add a comment to Capsicum sandbox setup.
2023-12-21  Jia TanDocs: Update --enable-sandbox option in INSTALL.
2023-12-21  Jia TanCMake: Move sandbox detection outside of xz section.
2023-12-20  Jia TanBuild: Allow sandbox to be configured for just xzdec.
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.
next