aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_fast.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-09liblzma: Remove ifunc support.Lasse Collin1-43/+5
2024-04-09Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094).Lasse Collin1-2/+5
2024-03-09liblzma: Fix typos in crc32_fast.c and crc64_fast.c.Jia Tan1-2/+2
2024-03-09liblzma: Fix false Valgrind error report with GCC.Jia Tan1-6/+3
2024-03-05liblzma: Use attribute no_profile_instrument_function with ifunc.Jia Tan1-0/+5
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2024-02-01liblzma: Only use ifunc in crcXX_fast.c if its needed.Jia Tan1-3/+3
2024-02-01liblzma: Rename crc32_aarch64.h to crc32_arm64.h.Jia Tan1-2/+1
2024-02-01liblzma: Refactor crc_common.h.Jia Tan1-4/+4
2024-01-27Speed up CRC32 calculation on ARM64Chenxi Mao1-1/+4
2024-01-11liblzma: CRC: Update CLMUL comments to more generic wording.Lasse Collin1-8/+8
2024-01-11liblzma: Rename arch-specific CRC functions and macros.Lasse Collin1-6/+7
2024-01-11liblzma: Avoid extern lzma_crc32_clmul() and lzma_crc64_clmul().Lasse Collin1-2/+7
2024-01-10liblzma: CRC: Add empty lines.Lasse Collin1-0/+2
2023-10-21liblzma: Move is_clmul_supported() back to crc_common.h.Jia Tan1-1/+1
2023-10-18liblzma: Refactor CRC comments.Jia Tan1-19/+45
2023-10-18liblzma: Create crc_clmul.c.Jia Tan1-116/+4
2023-10-18liblzma: Define CRC_USE_IFUNC in crc_common.h.Jia Tan1-2/+1
2023-10-13liblzma: Added crc32_clmul to crc32_fast.c.Hans Jansen1-7/+240
2023-10-13liblzma: Rename crc_macros.h to crc_common.h.Hans Jansen1-1/+1
2019-12-31Rename read32ne to aligned_read32ne, and similarly for the others.Lasse Collin1-2/+2
2014-01-12Fix typos in comments.Lasse Collin1-1/+1
2009-11-22Add missing consts to pointer casts.Lasse Collin1-2/+2
2009-10-04Use a tuklib module for integer handling.Lasse Collin1-2/+2
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-18/+12
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-1/+1
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-0/+0
2007-12-09Added missing LZMA_API to the C versions of the CRC functions.Lasse Collin1-1/+1