Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-21 | liblzma: Move is_clmul_supported() back to crc_common.h. | Jia Tan | 1 | -1/+1 |
2023-10-18 | liblzma: Refactor CRC comments. | Jia Tan | 1 | -19/+45 |
2023-10-18 | liblzma: Create crc_clmul.c. | Jia Tan | 1 | -116/+4 |
2023-10-18 | liblzma: Define CRC_USE_IFUNC in crc_common.h. | Jia Tan | 1 | -2/+1 |
2023-10-13 | liblzma: Added crc32_clmul to crc32_fast.c. | Hans Jansen | 1 | -7/+240 |
2023-10-13 | liblzma: Rename crc_macros.h to crc_common.h. | Hans Jansen | 1 | -1/+1 |
2019-12-31 | Rename read32ne to aligned_read32ne, and similarly for the others. | Lasse Collin | 1 | -2/+2 |
2014-01-12 | Fix typos in comments. | Lasse Collin | 1 | -1/+1 |
2009-11-22 | Add missing consts to pointer casts. | Lasse Collin | 1 | -2/+2 |
2009-10-04 | Use a tuklib module for integer handling. | Lasse Collin | 1 | -2/+2 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -18/+12 |
2009-02-02 | Modify LZMA_API macro so that it works on Windows with | Lasse Collin | 1 | -1/+1 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 1 | -0/+88 |