aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Bump version and soname for 5.4.6.larhzu/v5.4.6larhzu/v5.4Jia Tan2-2/+2
2024-01-26Add NEWS for 5.4.6.Jia Tan1-0/+22
2024-01-24Docs: Update .xz file format specification to 1.2.0.Jia Tan1-12/+17
2024-01-24xz: Update website URLs in the man pages.Jia Tan2-5/+5
2024-01-24liblzma: Update website URL.Jia Tan2-4/+4
2024-01-24Docs: Update website URLs.Jia Tan5-14/+16
2024-01-24Build: Update website URL.Jia Tan2-2/+2
2023-12-22Translations: Update the French translation.Jia Tan1-262/+370
2023-12-22xz: Add a comment to Capsicum sandbox setup.Jia Tan1-0/+1
2023-12-22liblzma: Set all values in lzma_lz_encoder to NULL after allocation.Jia Tan1-0/+2
2023-12-22liblzma: Tweak a comment.Jia Tan1-1/+1
2023-12-22liblzma: Make parameter names in function definition match declaration.Jia Tan1-4/+4
2023-12-22liblzma: Improve lzma encoder init function consistency.Jia Tan1-0/+3
2023-12-22Docs: Update repository URL in Changelog.Jia Tan1-1/+1
2023-12-22Tests: Silence -Wsign-conversion warning on GCC version < 10.Jia Tan1-1/+1
2023-12-22Update THANKS.Jia Tan1-0/+1
2023-12-22Tests: Fix typosKian-Meng Ang2-3/+3
2023-12-22xz: Use is_tty() in message.c.Jia Tan1-1/+1
2023-12-22xz: Create separate is_tty() function.Jia Tan2-2/+37
2023-12-22tuklib_integer: Fix typo discovered by codespell.Jia Tan1-1/+1
2023-12-22Tests: Fix typo in a comment.Jia Tan1-1/+1
2023-12-22Tests: Create test_suffix.sh.Jia Tan2-0/+191
2023-12-22xz: Fix suffix check.Jia Tan1-8/+22
2023-12-22liblzma: Add missing comments to lz_encoder.h.Jia Tan1-1/+5
2023-11-01Bump version and soname for 5.4.5.larhzu/v5.4.5Jia Tan2-2/+2
2023-11-01Add NEWS for 5.4.5.Jia Tan1-0/+74
2023-11-01liblzma: Fix compilation of fastpos_tablegen.c.Lasse Collin1-0/+2
2023-10-31Build: Fix text wrapping in an output message.Jia Tan1-4/+5
2023-10-31liblzma: Use lzma_always_inline in memcmplen.h.Lasse Collin1-2/+1
2023-10-31liblzma: #define lzma_always_inline in common.h.Lasse Collin1-0/+17
2023-10-31liblzma: Use lzma_attr_visibility_hidden on private extern declarations.Lasse Collin5-0/+13
2023-10-31liblzma: #define lzma_attr_visibility_hidden in common.h.Lasse Collin1-0/+11
2023-10-31liblzma: Refer to MinGW-w64 instead of MinGW in the API headers.Lasse Collin2-3/+3
2023-10-31CMake: Use -D_FILE_OFFSET_BITS=64 if (and only if) needed.Lasse Collin2-1/+58
2023-10-31CMake: Generate and install liblzma.pc if not using MSVC.Lasse Collin1-0/+21
2023-10-31CMake: Rearrange the PACKAGE_ variables.Lasse Collin1-11/+15
2023-10-31liblzma: Add Cflags.private to liblzma.pc.in for MSYS2.Lasse Collin1-0/+1
2023-10-31CMake: Create liblzma.def when building liblzma.dll with MinGW-w64.Lasse Collin2-0/+46
2023-10-31CMake: Change one CMAKE_CURRENT_SOURCE_DIR to CMAKE_CURRENT_LIST_DIR.Lasse Collin1-1/+1
2023-10-31CMake/Windows: Fix the import library filename.Lasse Collin1-0/+1
2023-10-31CMake: Don't shadow the cache entry ENABLE_THREADS with a normal variable.Lasse Collin1-3/+7
2023-10-31CMake: Edit threading related messages.Lasse Collin1-9/+10
2023-10-31CMake: Use FATAL_ERROR if user-supplied options aren't understood.Lasse Collin1-14/+14
2023-10-31CMake: Add ALLOW_CLMUL_CRC option to enable/disable CLMUL.Jia Tan1-17/+23
2023-10-31tuklib_integer: Revise unaligned reads and writes on strict-align archs.Lasse Collin1-67/+189
2023-10-31tuklib_integer: Add missing write64be and write64le fallback functions.Lasse Collin1-0/+34
2023-10-31Build: Update visibility.m4 from Gnulib.Jia Tan1-2/+7
2023-10-31Update THANKS.Lasse Collin1-0/+1
2023-10-31CMake: Rename xz and man page symlink custom targets.Jia Tan1-3/+3
2023-10-31CMake: Fix Windows build with Clang/LLVM 17.Lasse Collin1-12/+14
2023-10-31liblzma: Avoid compiler warning without creating extra symbol.Jia Tan1-4/+2
2023-10-31Build: Update the comment about -Werror usage in checks.Lasse Collin1-2/+8
2023-10-31Build: Fix underquoted AC_LANG_SOURCE.Lasse Collin1-1/+1
2023-10-31Build: Silence Autoconf warning.Lasse Collin1-3/+2
2023-10-31Build: Remove Gnulib dependency from tests.Jia Tan1-6/+1
2023-10-31CMake: Remove /lib from tests include path.Jia Tan1-1/+0
2023-10-31sysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO.Lasse Collin1-1/+9
2023-10-31xz: Windows: Don't (de)compress to special files like "con" or "nul".Lasse Collin1-7/+28
2023-10-31CMake: Wrap two overlong lines that are possible to wrap.Lasse Collin1-2/+4
2023-10-31CMake: Add a comment about threads on Cygwin.Lasse Collin1-0/+1
2023-10-31CMake: Bump maximum policy version to 3.27.Lasse Collin1-1/+1
2023-10-31Doxygen: Add more C macro names to PREDEFINED.Lasse Collin1-2/+5
2023-10-31liblzma: Move a few __attribute__ uses in function declarations.Lasse Collin3-7/+10
2023-10-31xz, xzdec, lzmainfo: Use tuklib_attr_noreturn.Lasse Collin7-25/+37
2023-10-31Remove incorrect uses of __attribute__((__malloc__)).Lasse Collin3-6/+6
2023-10-31Update THANKS.Lasse Collin1-0/+1
2023-10-31Update THANKS.Lasse Collin1-0/+1
2023-10-31liblzma: Mark crc64_clmul() with __attribute__((__no_sanitize_address__)).Lasse Collin1-0/+8
2023-10-31CMake: Fix time.h checks not running on second CMake run.Jia Tan1-8/+10
2023-10-31CMake: Fix unconditionally defining HAVE_CLOCK_MONOTONIC.Jia Tan1-5/+3
2023-10-31xz: Refactor thousand separator detection and disable it on MSVC.Lasse Collin1-44/+45
2023-10-31xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.Lasse Collin2-5/+4
2023-10-31Tests: Improve invalid unpadded size check in test_lzma_index_append().Jia Tan1-3/+23
2023-10-26Tests: Improve comments in test_index.c.Jia Tan1-3/+3
2023-10-26Update THANKS.Jia Tan1-0/+1
2023-10-26liblzma: Update assert in vli_ceil4().Jia Tan1-1/+1
2023-10-26liblzma: Add overflow check for Unpadded size in lzma_index_append().Jia Tan1-0/+6
2023-10-26Translations: Update the Esperanto translation.Jia Tan1-18/+29
2023-10-26Docs: Update INSTALL for --enable-threads method win95.Jia Tan1-2/+4
2023-10-26CMake: Conditionally allow win95 threads and --enable-small.Jia Tan1-8/+19
2023-10-26Build: Conditionally allow win95 threads and --enable-small.Jia Tan1-8/+13
2023-10-26mythread.h: Fix typo error in Vista threads mythread_once().Jamaika11-1/+1
2023-10-26Tests: Style fixes to test_lzip_decoder.c.Jia Tan1-12/+24
2023-10-26Translations: Update the Chinese (simplified) translation.Jia Tan1-1/+1
2023-08-02xz: Omit an empty paragraph on the man page.Lasse Collin1-1/+0
2023-08-02Bump version and soname for 5.4.4.larhzu/v5.4.4Jia Tan2-2/+2
2023-08-02Add NEWS for 5.4.4.Jia Tan1-0/+43
2023-08-02build-aux/manconv.sh: Fix US-ASCII and UTF-8 output.Lasse Collin1-2/+2
2023-08-01Update THANKS.Lasse Collin1-0/+1
2023-08-01Update THANKS.Lasse Collin1-0/+1
2023-08-01mythread.h: Disable signal functions in builds targeting Wasm + WASI.ChanTsune1-1/+1
2023-08-01Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos18-29/+29
2023-08-01Update .gitignore.Jia Tan1-0/+4
2023-08-01CMake: Conditionally allow the creation of broken symlinks.Jia Tan1-7/+75
2023-08-01liblzma: Prevent an empty translation unit in Windows builds.Jia Tan1-1/+5
2023-08-01Tests: Skip .lz files in test_files.sh if not configured.Jia Tan1-1/+1
2023-08-01Tests: Add ARM64 filter test to test_compress.sh.Jia Tan1-0/+1
2023-07-31Translations: Update the Vietnamese translation.Jia Tan1-17/+28
2023-07-31Translations: Update the Croatian translation.Jia Tan1-19/+30
2023-07-31Translations: Update the Korean man page translations.Jia Tan1-626/+629
2023-07-31Translations: Update the Korean translation.Jia Tan1-17/+28
2023-07-31Translations: Update the Polish translation.Jia Tan1-18/+29
2023-07-31Translations: Update the German man page translations.Jia Tan1-626/+629
2023-07-31Translations: Update the German translation.Jia Tan1-18/+29
2023-07-31Translations: Update the Chinese (simplified) translation.Jia Tan1-18/+29
2023-07-31Translations: Update the Swedish translation.Jia Tan1-18/+29
2023-07-31Translations: Update the Ukrainian man page translations.Jia Tan1-625/+628
2023-07-31Translations: Update the Ukrainian translation.Jia Tan1-17/+28
2023-07-31Translations: Update the Spanish translation.Jia Tan1-18/+29
2023-07-31Translations: Update the Romanian translation.Jia Tan1-18/+30
2023-07-31Translations: Update the Romanian man page translations.Jia Tan1-625/+629
2023-07-18xz: Update man page Authors and date.Jia Tan1-2/+3
2023-07-18xz: Slight reword in xz man page for consistency.Jia Tan1-1/+1
2023-07-18liblzma: Improve comment in string_conversion.c.Jia Tan1-2/+2
2023-07-18liblzma: Reword lzma_str_list_filters() documentation.Jia Tan1-1/+1
2023-07-18xz: Translate the second "%s: " in message.c since French needs "%s : ".Lasse Collin1-1/+1
2023-07-18xz: Make "%s: %s" translatable because French needs "%s : %s".Lasse Collin4-14/+18
2023-07-18liblzma: Tweak #if condition in memcmplen.h.Lasse Collin1-2/+2
2023-07-18liblzma: Omit unnecessary parenthesis in a preprocessor directive.Lasse Collin1-2/+2
2023-07-18liblzma: Prevent warning for MSYS2 Windows build.Jia Tan1-2/+4
2023-07-18Docs: Add a new section to INSTALL for Tests.Jia Tan1-17/+64
2023-07-18Docs: Update README.Jia Tan1-0/+4
2023-07-18xz: Fix typo in man page.Jia Tan1-1/+1
2023-07-18Tests: Improve feature testing for skipping.Jia Tan2-3/+3
2023-07-18Translations: Update the Chinese (traditional) translation.Jia Tan1-282/+377
2023-07-18Translations: Update the Vietnamese translation.Jia Tan1-271/+349
2023-07-18Tests: Fix memory leaks in test_index.Jia Tan1-0/+11
2023-07-18Tests: Fix memory leaks in test_block_header.Jia Tan1-16/+22
2023-07-18liblzma: Prevent uninitialzed warning in mt stream encoder.Jia Tan1-1/+1
2023-07-18Update THANKS.Jia Tan1-0/+1
2023-07-18CMake: Protects against double find_packageBenjamin Buch1-7/+9
2023-07-18Translations: Update the Esperanto translation.Jia Tan1-93/+92
2023-07-18Translations: Update the Croatian translation.Jia Tan1-1/+1
2023-07-18Translations: Update the Chinese (simplified) translation.Jia Tan1-160/+157
2023-07-18Translations: Update German translation of man pages.Jia Tan1-40/+12
2023-07-18Translations: Update the German translation.Jia Tan1-95/+94
2023-07-18Translations: Update the Croatian translation.Jia Tan1-94/+93
2023-07-18Translations: Update Korean translation of man pages.Jia Tan1-2446/+567
2023-07-18Translations: Update the Korean translation.Jia Tan1-161/+158
2023-07-18Translations: Update the Spanish translation.Jia Tan1-161/+158
2023-07-18Translations: Update the Romanian translation.Jia Tan1-97/+98
2023-07-18Translations: Update Romanian translation of man pages.Jia Tan1-9/+10
2023-07-18Translations: Update Ukrainian translation of man pages.Jia Tan1-6/+6
2023-07-18Translations: Update the Ukrainian translation.Jia Tan1-162/+159
2023-07-18Translations: Update the Polish translation.Jia Tan1-161/+155
2023-07-18Translations: Update the Swedish translation.Jia Tan1-161/+158
2023-07-18Translations: Update the Esperanto translation.Jia Tan1-17/+17
2023-07-18liblzma: Adds lzma_nothrow to MicroLZMA API functions.Jia Tan1-2/+3
2023-05-04Translations: Update the Croatian translation.larhzu/v5.4.3Jia Tan1-3/+3
2023-05-04Bump version and soname for 5.4.3.Jia Tan2-2/+2
2023-05-04Add NEWS for 5.4.3.Jia Tan1-0/+10
2023-05-03tuklib_integer.h: Fix a recent copypaste error in Clang detection.Lasse Collin1-2/+2
2023-04-25Update THANKS.Jia Tan1-0/+1
2023-04-25Windows: Include <intrin.h> when needed.Jia Tan2-0/+16
2023-04-25tuklib_integer: Use __builtin_clz() with Clang.Jia Tan1-3/+3
2023-04-25liblzma: Update project maintainers in lzma.h.Lasse Collin1-1/+1
2023-04-25liblzma: Cleans up old commented out code.Jia Tan1-11/+0
2023-04-25CMake: Update liblzma-config.cmake generation.Jia Tan1-11/+22
2023-04-25CMake: Allows setting thread method.Jia Tan1-40/+104
2023-04-25CMake: Only build xzdec if decoders are enabled.Jia Tan1-1/+1
2023-04-25Build: Removes redundant check for LZMA1 filter support.Jia Tan1-4/+1
2023-04-25CMake: Bump maximum policy version to 3.26.Lasse Collin1-1/+1
2023-04-25CMake: Conditionally build xz list.* files if decoders are enabled.Jia Tan1-2/+7
2023-04-25CMake: Allow configuring features as cache variables.Jia Tan1-137/+391
2023-03-21Build: Add a comment that AC_PROG_CC_C99 is needed for Autoconf 2.69.Lasse Collin1-0/+3
2023-03-21Build: configure.ac: Use AS_IF and AS_CASE where required.Lasse Collin1-15/+15
2023-03-21Update THANKS.Lasse Collin1-0/+1
2023-03-21Build: Fix --disable-threads breaking the building of shared libs.Lasse Collin1-8/+8
2023-03-19liblzma: Silence -Wsign-conversion in SSE2 code in memcmplen.h.Lasse Collin1-1/+2
2023-03-18Bump version and soname for 5.4.2.larhzu/v5.4.2Jia Tan2-2/+2
2023-03-18Add NEWS for 5.4.2.Jia Tan1-0/+48
2023-03-18Update the copy of GNU GPLv3 from gnu.org to COPYING.GPLv3.Lasse Collin1-4/+4
2023-03-18Change a few HTTP URLs to HTTPS.Lasse Collin8-19/+19
2023-03-18CMake: Fix typo in a comment.Jia Tan1-1/+1
2023-03-18Windows: build.bash: Copy liblzma API docs to the output package.Lasse Collin1-1/+2
2023-03-17Windows: Add microlzma_*.c to the VS project files.Lasse Collin6-0/+12
2023-03-17CMake: Add microlzma_*.c to the build.Lasse Collin1-0/+2
2023-03-17Build: Update comments about unaligned access to mention 64-bit.Lasse Collin2-6/+5
2023-03-17Tests: Update .gitignore.Lasse Collin1-1/+2
2023-03-17po4a/update-po: Display the script name consistently in error messages.Lasse Collin1-1/+1
2023-03-17Doc: Rename Doxygen HTML doc directory name liblzma => api.Jia Tan5-22/+22
2023-03-17liblzma: Remove note from lzma_options_bcj about the ARM64 exception.Jia Tan1-1/+1
2023-03-17COPYING: Add a note about the included Doxygen-generated HTML.Lasse Collin1-0/+11
2023-03-17Doc: Update PACKAGERS with details about liblzma API docs install.Jia Tan1-6/+16
2023-03-17liblzma: Add set lzma.h as the main page for Doxygen documentation.Jia Tan15-29/+2
2023-03-17Build: Generate doxygen documentation in autogen.sh.Jia Tan1-6/+29
2023-03-17Build: Create doxygen/update-doxygen script.Jia Tan2-0/+112
2023-03-17Build: Install Doxygen docs and include in distribution if generated.Jia Tan1-0/+18
2023-03-17Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.Jia Tan5-1237/+2686
2023-03-13Tests: Remove unused macros and functions.Jia Tan1-75/+0
2023-03-13Tests: Refactors existing lzma_index tests.Jia Tan1-544/+1492
2023-03-11xz: Make Capsicum sandbox more strict with stdin and stdout.Lasse Collin1-0/+8
2023-03-11xz: Don't fail if Capsicum is enabled but kernel doesn't support it.Lasse Collin1-3/+12
2023-03-07Build: Adjust CMake version search regex.Jia Tan1-0/+2
2023-03-07liblzma: Improve documentation for version.h.Jia Tan1-7/+22
2023-03-07liblzma: Clarify lzma_lzma_preset() documentation in lzma12.h.Jia Tan1-0/+5
2023-03-07CMake: Require that the C compiler supports C99 or a newer standard.Lasse Collin1-0/+8
2023-03-07Tests: Small tweak to test-vli.c.Jia Tan1-0/+2
2023-03-07liblzma: Replace '\n' -> newline in filter.h documentation.Jia Tan1-1/+1
2023-03-07liblzma: Shorten return description for two functions in filter.h.Jia Tan1-6/+2