summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version and soname for 5.4.1.v5.4.1Lasse Collin2023-01-112-2/+2
* Add NEWS for 5.4.1.Jia Tan2023-01-111-0/+70
* sysdefs.h: Don't include strings.h anymore.Lasse Collin2023-01-111-6/+0
* xz: Include <strings.h> in suffix.c if needed for strcasecmp().Lasse Collin2023-01-111-0/+3
* xz: Fix warning -Wformat-nonliteral on clang in message.c.Jia Tan2023-01-111-0/+9
* Tests: Fix test_filter_flags copy/paste error.Jia Tan2023-01-111-2/+2
* Tests: Fix type-limits warning in test_filter_flags.Jia Tan2023-01-111-3/+10
* liblzma: CLMUL CRC64: Work around a bug in MSVC, second attempt.Lasse Collin2023-01-111-0/+18
* Tests: Fix unused function warning in test_block_header.Jia Tan2023-01-111-0/+4
* Tests: Fix unused function warning in test_index_hash.Jia Tan2023-01-111-3/+1
* Windows: Update INSTALL-MSVC.txt to recommend CMake over project files.Lasse Collin2023-01-111-7/+12
* Revert "liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022)."Lasse Collin2023-01-101-6/+0
* sysdefs.h: Fix a comment.Lasse Collin2023-01-101-1/+1
* sysdefs.h: Don't include memory.h anymore even if it were available.Lasse Collin2023-01-101-6/+2
* CMake/Windows: Add a workaround for windres from GNU binutils.Lasse Collin2023-01-101-1/+31
* Tests: test_filter_flags: Clean up minor issues.Lasse Collin2023-01-091-75/+78
* Tests: Refactors existing filter flags tests.Jia Tan2023-01-091-198/+457
* Tests: tuktest.h: Support tuktest_malloc(0).Lasse Collin2023-01-091-2/+2
* CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.Lasse Collin2023-01-091-1/+1
* Update THANKS.Lasse Collin2023-01-091-0/+1
* Update THANKS.Lasse Collin2023-01-091-0/+1
* CMake: Fix a copypaste error in xzdec Windows resource file handling.Lasse Collin2023-01-091-2/+2
* CMake/Windows: Add resource files to xz.exe and xzdec.exe.Lasse Collin2023-01-091-0/+16
* liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022).Lasse Collin2023-01-091-0/+6
* Build: Require that _mm_set_epi64x() is usable to enable CLMUL support.Lasse Collin2023-01-092-3/+8
* Tests: Creates test_index_hash.cJia Tan2023-01-094-0/+394
* liblzma: Remove common.h include from common/index.h.Jia Tan2023-01-094-2/+10
* liblzma: Add NULL check to lzma_index_hash_append.Jia Tan2023-01-091-1/+1
* liblzma: Replaced hardcoded 0x0 index indicator byte with macroJia Tan2023-01-096-5/+9
* Style: Change #if !defined() to #ifndef in mythread.h.Jia Tan2023-01-091-1/+1
* Build: Add missing stream_decoder_mt.c to .vcxproj files.Jia Tan2023-01-096-0/+6
* Update THANKS.Lasse Collin2023-01-041-0/+1
* Tests: Adjust style in test_compress.sh.Lasse Collin2023-01-041-5/+7
* Tests: Replace non portable shell parameter expansionJia Tan2023-01-054-10/+16
* Translations: Add Korean translation of man pages.Jia Tan2023-01-052-1/+5553
* Translations: Update the Esperanto translation.Jia Tan2023-01-051-288/+332
* Build: Fix config.h comments.Lasse Collin2023-01-052-2/+2
* Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1.Jia Tan2023-01-054-6/+8
* Tests: test_check: Test corner cases of CLMUL CRC64.Lasse Collin2023-01-051-0/+27
* Tests: Clarify a comment in test_lzip_decoder.c.Lasse Collin2023-01-051-2/+6
* xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c.Jia Tan2023-01-051-1/+3
* liblzma: Includes sys/time.h conditionally in mythreadJia Tan2023-01-051-1/+7
* Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set.Jia Tan2023-01-054-11/+11
* Translations: Add Ukrainian translations of man pages.Jia Tan2022-12-282-1/+3677
* liblzma: Update documentation for lzma_filter_encoder.Jia Tan2022-12-281-2/+5
* Tests: Adds lzip decoder testsJia Tan2022-12-283-0/+474
* Doxygen: Update .gitignore for generating docs for in source build.Jia Cheong Tan2022-12-201-0/+2
* liblzma: Fix lzma_microlzma_encoder() return value.Jia Tan2022-12-201-1/+2
* liblzma: Update authors list in arm64.c.Lasse Collin2022-12-201-0/+1
* CMake: Update .gitignore for CMake artifacts from in source build.Jia Tan2022-12-161-0/+23