]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2024-02-15  Lasse CollinTranslations: Omit the generic copyright line from...
2024-02-15  Jia TanUpdate m4/.gitignore.
2024-02-14  Lasse CollinTests: tuktest.h: Treat Clang separately from GCC.
2024-02-14  Lasse CollinTests: tuktest.h: Add a missing word to a comment.
2024-02-14  Lasse CollinTests: tuktest.h: Fix the comment about STest.
2024-02-14  Jia TanBump version for 5.5.2beta. v5.5.2beta
2024-02-14  Lasse Collinliblzma: Fix validate_map.sh.
2024-02-14  Lasse CollinBuild: Start the generated ChangeLog from around 5...
2024-02-14  Lasse CollinFixed NEWS for 5.5.2beta.
2024-02-14  Lasse Collinliblzma: Silence warnings in --enable-small build.
2024-02-14  Lasse CollinBuild: Install COPYING.0BSD as part of docs.
2024-02-14  Lasse CollinDocs: List COPYING.0BSD in README.
2024-02-14  Lasse CollinDocs: Include doc/examples/11_file_info.c in tarballs.
2024-02-14  Lasse Collinliblzma: Silence a warning.
2024-02-14  Lasse CollinAdd NEWS for 5.5.2beta.
2024-02-14  Lasse Collinxz: Mention lzmainfo if trying to use 'lzma --list'.
2024-02-14  Lasse Collinliblzma: Add comments.
2024-02-14  Lasse CollinScripts: Add lz4 support to xzgrep and xzdiff.
2024-02-14  Lasse Collinliblzma: Choose the range decoder variants using a...
2024-02-14  Lasse Collinxz: Fix outdated threading related info on the man...
2024-02-14  Lasse Collinliblzma: Range decoder: Add x86-64 inline assembly.
2024-02-14  Lasse Collinliblzma: Range decoder: Add branchless C code.
2024-02-14  Lasse Collinliblzma: Clarify a comment.
2024-02-14  Lasse Collinliblzma: LZMA decoder: Optimize loop comparison.
2024-02-14  Lasse Collinliblzma: Optimize literal_subcoder() macro slightly.
2024-02-14  Lasse Collinliblzma: LZ decoder: Add unlikely().
2024-02-14  Lasse Collinliblzma: LZ decoder: Remove a useless unlikely().
2024-02-14  Lasse Collinliblzma: Optimize LZ decoder slightly.
2024-02-14  Lasse Collinliblzma: LZMA decoder: Get rid of next_state[].
2024-02-14  Lasse Collinliblzma: LZMA decoder improvements.
2024-02-14  Jia Tanliblzma: Creates Non-resumable and Resumable modes...
2024-02-14  Jia Tanliblzma: Creates separate "safe" range decoder mode.
2024-02-14  Lasse Collindoxygen/footer.html: Add missing closing tags and don...
2024-02-14  Lasse CollinTweak the expressions in AUTHORS.
2024-02-14  Lasse CollinTranslations: Add the man page translators into man...
2024-02-14  Lasse CollinTranslations: Translate also messages of lzmainfo.
2024-02-14  Lasse CollinTranslations: Add custom .pot header with SPDX license...
2024-02-14  Lasse CollinTranslations: po4a/update-po: Add copyright notice...
2024-02-14  Lasse CollinUpdate COPYING about the man pages of the scripts.
2024-02-14  Lasse Collinxzdiff, xzgrep, and xzmore: Rewrite the man pages.
2024-02-14  Lasse Collinxzless: Update man page slightly.
2024-02-14  Lasse CollinTranslations: Change po/Makevars to add a copyright...
2024-02-14  Lasse CollinTranslations: Update po/Makevars to use the template...
2024-02-14  Lasse Collinliblzma: Include the SPDX license identifier 0BSD to...
2024-02-14  Lasse Collinliblzma: Fix compilation of price_tablegen.c.
2024-02-14  Lasse CollinAdd SPDX license identifiers to GPL, LGPL, and FSFULLR...
2024-02-14  Lasse CollinAdd SPDX license identifier into 0BSD source code files.
2024-02-14  Lasse Collinliblzma: Sync the AUTHORS fix about SHA-256 to lzma.h.
2024-02-14  Lasse CollinChange most public domain parts to 0BSD.
2024-02-14  Lasse CollinFix SHA-256 authors.
2024-02-14  Lasse CollinRemove macosx/build.sh.
2024-02-14  Lasse CollinDoc: Remove doc/examples_old.
2024-02-13  Jia TanTests: Add RISC-V filter support in a few places.
2024-02-13  Jia Tanliblzma: Fix build error if only RISC-V BCJ filter...
2024-02-13  Jia TanTranslations: Update the Korean translation.
2024-02-12  Jia TanTranslations: Update the Korean man page translations.
2024-02-12  Jia TanTranslations: Update the Chinese (simplified) translation.
2024-02-09  Lasse Collinxzless: Use ||- in LESSOPEN with with "less" 451 and...
2024-02-09  Lasse Collinxzless: Use --show-preproc-errors with "less" 632 and...
2024-02-09  Jia Tanliblzma: Fix typo discovered by codespell.
2024-02-09  Jia TanTranslations: Update the Swedish translation.
2024-02-08  Jia TanTranslations: Update the Spanish translation.
2024-02-07  Jia TanTranslations: Update the Spanish translation.
2024-02-07  Jia TanTranslations: Update the Polish translation.
2024-02-07  Jia TanTranslations: Update the German translation.
2024-02-07  Jia TanTranslations: Update the German man page translations.
2024-02-06  Jia TanTranslations: Update the Romanian translation.
2024-02-06  Jia TanTranslations: Update the Romanian man page translations.
2024-02-07  Jia TanTranslations: Update the Ukrainian translation.
2024-02-06  Jia TanTranslations: Update the Ukrainian man page translations.
2024-02-01  Jia TanUpdate AUTHORS.
2024-02-01  Jia Tanliblzma: Update Authors list in crc32_arm64.h.
2024-02-01  Jia Tanliblzma: Check HAVE_USABLE_CLMUL before omitting CRC32...
2024-02-01  Jia Tanliblzma: Check HAVE_USABLE_CLMUL before omitting CRC64...
2024-02-01  Jia Tanliblzma: Only use ifunc in crcXX_fast.c if its needed.
2024-02-01  Jia TanDocs: Add --disable-arm64-crc32 description to INSTALL.
2024-02-01  Jia Tanliblzma: Omit CRC tables when not needed with ARM64...
2024-02-01  Jia Tanliblzma: Rename crc32_aarch64.h to crc32_arm64.h.
2024-02-01  Jia Tanliblzma: Refactor crc_common.h.
2024-02-01  Jia TanCMake: Add support for ARM64 CRC32 instruction detection.
2024-02-01  Jia TanBuild: Add support for ARM64 CRC32 instruction detection.
2024-01-27  Chenxi MaoSpeed up CRC32 calculation on ARM64
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.
next