]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2024-01-29  Jia TanTests: Add new test for xz -r, --recursive option. xz_recursive2
2024-01-29  Jia Tanxz: Update the man page for the -r, --recursive option.
2024-01-29  Jia Tanxz: Add -r,--recursive to --help and --long-help.
2024-01-29  Jia Tanxz: Disable sandbox when recursive mode is used.
2024-01-29  Jia Tanxz: Hide the number of input files with recursive mode.
2024-01-29  Jia Tanxz: Parse directories in recursive mode.
2024-01-29  Jia Tanxz: Restrict when recursive mode can be used.
2024-01-29  Jia Tanxz: Allow directories in io_open_src() in recursive...
2024-01-29  Jia TanBuild: Check for dirent.h.
2024-01-29  Jia Tanxz: Enable -r, --recursive option.
2024-01-29  Jia Tanxz: Change the way coder_run() and list_run() are calle...
2024-01-29  Jia Tanxz: Reorder #include order in private.h.
2024-01-29  Jia Tanxz: Move some list_file() checks to args_parse().
2024-01-29  Jia Tanxz: Add a function to print Windows specific error...
2024-01-26  Jia TanBump version number for 5.5.1alpha. v5.5.1alpha
2024-01-26  Jia TanAdd NEWS for 5.5.1alpha
2024-01-26  Jia TanAdd NEWS for 5.4.6.
2024-01-24  Lasse CollinMove doc/logo/xz-logo.png to "doc" and Doxygen footer...
2024-01-24  Jia TanREADME: Add COPYING.CC-BY-SA-4.0 entry to section 1.1.
2024-01-24  Jia TanBuild: Add the logo and license to the release.
2024-01-24  Jia TanCOPYING: Add the license for the XZ logo.
2024-01-24  Jia TanDoxygen: Added the XZ logo and copyright information.
2024-01-23  Lasse Collinxz: Use threaded mode by defaut (as if --threads=0...
2024-01-23  Jia TanCI: Use RISC-V filter when building with BCJ support.
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.
next