aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-13Tests: test_microlzma: Add a "FIXME?" about LZMA_FINISH handlingHEADlarhzu/masterLasse Collin1-0/+8
2024-04-13Tests: test_microlzma: Tweak comments, coding style, and minor detailsLasse Collin1-66/+83
2024-04-12CI: Use only the active CPUs on macOSRyan Carsten Schmidt1-1/+1
2024-04-11ci: rename ci_build.sh -> ci_build.bashSam James3-36/+36
2024-04-11ci: build in parallel by defaultSam James1-0/+2
2024-04-11ci: default to -O2Sam James1-1/+2
2024-04-11ci: make automake's test runner verbose on failuresSam James1-1/+1
2024-04-11ci: make UBSAN abort on errorsSam James1-0/+1
2024-04-11ci: test ValgrindSam James2-4/+15
2024-04-10liblzma: CRC: Simplify table omission macrosLasse Collin3-10/+9
2024-04-10liblzma: ARM64 CRC: Fix omission of CRC32 tableLasse Collin1-1/+1
2024-04-10Build: If ARM64 feature detection func is found, stop looking for othersLasse Collin1-1/+1
2024-04-10liblzma: ARM64 CRC32: Change style of the macOS code to match FreeBSDLasse Collin1-3/+4
2024-04-10liblzma: ARM64 CRC32: Add error checking to FreeBSD-specific codeLasse Collin1-2/+4
2024-04-10liblzma: ARM64 CRC32: Use negation instead of subtracting from 8Lasse Collin1-1/+1
2024-04-10liblzma: ARM64 CRC32: Tweak coding style and commentsLasse Collin1-5/+5
2024-04-09Update SECURITY.md.Lasse Collin1-17/+8
2024-04-09CI: Remove ifunc support.Lasse Collin2-14/+4
2024-04-09liblzma: Remove ifunc support.Lasse Collin7-247/+8
2024-04-09tests/files/README: Update the main heading.Lasse Collin1-2/+2
2024-04-09tests/files/README: Explain how to recreate the ARM64 test files.Lasse Collin1-1/+14
2024-04-09debug: Add generator for the ARM64 test file data.Lasse Collin2-1/+118
2024-04-09xz man page: Use .ft CR instead of CW to silence warnings from groff.Lasse Collin1-16/+16
2024-04-09Fix NEWS for 5.6.0 and 5.6.1.Lasse Collin1-0/+6
2024-04-09Remove the XZ logo.Lasse Collin7-452/+3
2024-04-09Update maintainer and author info.Lasse Collin4-11/+11
2024-04-09Docs: Update .xz file format specification to 1.2.1.Lasse Collin1-4/+8
2024-04-09Update website URLs back to tukaani.org.Lasse Collin12-22/+21
2024-04-09xzdec: Tweak coding style and comments.Lasse Collin1-11/+21
2024-04-09tests/ossfuzz: Tiny fix to a comment.Lasse Collin1-1/+1
2024-04-09Update THANKS.Lasse Collin1-0/+1
2024-04-09Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094).Lasse Collin12-66/+8
2024-03-30CMake: Fix sabotaged Landlock sandbox check.Lasse Collin1-1/+1
2024-03-26Docs: Simplify SECURITY.md.Jia Tan1-7/+1
2024-03-22liblzma: memcmplen.h: Add a comment why subtraction is used.Lasse Collin1-0/+13
2024-03-15INSTALL: Document arguments of --enable-symbol-versions.Lasse Collin1-4/+39
2024-03-15Build: Use only the generic symbol versioning with NVIDIA HPC Compiler.Lasse Collin1-5/+13
2024-03-15CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler.Lasse Collin1-1/+6
2024-03-15Update THANKS.Lasse Collin1-0/+1
2024-03-15liblzma: Minor comment edits.Lasse Collin2-2/+4
2024-03-15liblzma: Fix building with NVHPC (NVIDIA HPC SDK).Sergey Kosukhin3-2/+8
2024-03-15CMake: Disable symbol versioning on non-glibc Linux.Lasse Collin1-2/+20
2024-03-15CMake: Make symbol versioning configurable.Lasse Collin1-20/+42
2024-03-13Build: Style tweaks to configure.ac.Lasse Collin1-7/+9
2024-03-13Build: Let the users override the symbol versioning variant.Sergey Kosukhin1-41/+50
2024-03-09Add NEWS for 5.6.1Jia Tan1-0/+26
2024-03-09Translations: Add missing --riscv option to man page translations.Jia Tan6-1974/+2024
2024-03-09Tests: Update two test files.Jia Tan2-0/+0
2024-03-09Tests: Test --single-stream can decompress bad-3-corrupt_lzma2.xz.Jia Tan1-0/+11
2024-03-09Tests: Update RISC-V test files.Jia Tan2-0/+0
2024-03-09liblzma: Fix typos in crc32_fast.c and crc64_fast.c.Jia Tan2-4/+3
2024-03-09Tests: Replace HAVE_MICROLZMA usage in CMake and Autotools builds.Jia Tan4-23/+22
2024-03-09liblzma: Fix false Valgrind error report with GCC.Jia Tan3-10/+31
2024-03-05liblzma: Fix a typo in a comment in the RISC-V filter.Lasse Collin1-1/+1
2024-03-05liblzma: Use attribute no_profile_instrument_function with ifunc.Jia Tan2-0/+8
2024-03-05Build: Require attribute no_profile_instrument_function for ifunc usage.Jia Tan2-0/+14
2024-03-04liblzma: Fix a comment in the RISC-V filter.Lasse Collin1-2/+2
2024-02-29CMake: Warn if translated man pages are missing.Lasse Collin1-0/+9
2024-02-29CMake: Warn if gettext tools and pre-created .gmo files are missing.Lasse Collin1-0/+25
2024-02-28xz: Add comments.Lasse Collin1-0/+10
2024-02-29xz: Change logging level for thread reduction to highest verbosity only.Jia Tan1-2/+2
2024-02-26Fix sorting in THANKS.Lasse Collin1-2/+2
2024-02-26Update THANKS.Jia Tan1-0/+1
2024-02-26xz: Add missing RISC-V on the filter list in the man pageChien Wong1-1/+3
2024-02-26Build: Fix Linux Landlock feature test in Autotools and CMake builds.Jia Tan5-10/+54
2024-02-26Tests: Add test_microlzma to .gitignore and CMakeLists.txt.Jia Tan2-0/+2
2024-02-26Tests: Correct license header in test_microlzma.c.Jia Tan1-3/+2
2024-02-25Fix typos in NEWS and CMakeLists.Jia Tan2-2/+2
2024-02-24Bump version and soname for 5.7.0alpha.Jia Tan4-6/+6
2024-02-24Add NEWS for 5.6.0.Jia Tan1-0/+143
2024-02-22Translations: Remove obsolete and fuzzy matches from some translations.Jia Tan2-2839/+6814
2024-02-21Translations: Patch man pages to avoid fuzzy matches.Jia Tan4-4/+4
2024-02-21xzmore: Fix typo in xzmore.1.Jia Tan1-1/+1
2024-02-24Translations: Update the Vietnamese translation.Jia Tan1-196/+309
2024-02-24Translations: Update the Esperanto translation.Jia Tan1-196/+306
2024-02-23Tests: Add a few test files.Jia Tan6-0/+19
2024-02-23Tests: Add MicroLZMA test.Jia Tan2-1/+551
2024-02-23Build: Define HAVE_MICROLZMA when it is configured.Jia Tan2-2/+11
2024-02-23xz: Fix Capsicum sandbox compile error.Jia Tan1-2/+2
2024-02-23Build: Fix ARM64 CRC32 instruction feature test.Jia Tan1-0/+10
2024-02-22CMake: Add LOCALEDIR to the windres workaround.Lasse Collin1-5/+11
2024-02-22xz: Landlock: Fix error message if input file is a directory.Lasse Collin1-1/+14
2024-02-22liblzma: Disable branchless C version in range decoder.Lasse Collin1-3/+10
2024-02-21INSTALL: Clarify that --disable-assembler affects only 32-bit x86.Lasse Collin1-9/+9
2024-02-21Windows: build.bash: Include COPYING.0BSD in the package.Lasse Collin1-1/+1
2024-02-21Windows: build.bash: include liblzma-crt-mixing.txt in the package.Lasse Collin1-2/+4
2024-02-21Windows: Major update to Windows build instructions.Lasse Collin8-184/+404
2024-02-21Windows: Update windows/README-Windows.txt.Lasse Collin1-63/+41
2024-02-20Windows: Update windows/build.bash.Lasse Collin1-79/+112
2024-02-20Translations: Update the Romanian man page translations.Jia Tan1-840/+875
2024-02-20Translations: Update the Korean man page translations.Jia Tan1-3/+3
2024-02-20Translations: Update the Spanish translation.Jia Tan1-3/+3
2024-02-20Translations: Update the Romanian translation.Jia Tan1-243/+227
2024-02-20Translations: Update the Croatian translation.Jia Tan1-293/+355
2024-02-20Translations: Update the German man page translations.Jia Tan1-823/+873
2024-02-20Translations: Update the German translation.Jia Tan1-202/+225
2024-02-20Translations: Update the Hungarian translation.Jia Tan1-218/+338
2024-02-19CMake: Fix building of lzmainfo when translations are enabled.Lasse Collin1-0/+2
2024-02-19CMake: Don't assume that -fvisibility=hidden is supported outside Windows.Lasse Collin1-4/+22
2024-02-19CMake: Revise the component splitting.Lasse Collin1-26/+31
2024-02-19CMake: Update the main comment and document CMAKE_BUILD_TYPE=Release.Lasse Collin1-16/+63
2024-02-19CMake: Use -O2 instead of -O3 in CMAKE_BUILD_TYPE=Release.Lasse Collin1-0/+19
2024-02-19CMake: Handle symbol versioning on MicroBlaze specially.Lasse Collin1-4/+19
2024-02-19CMake: Keep build working even if lib/*.[ch] are removed.Lasse Collin1-1/+6
2024-02-19CMake: Install documentation.Lasse Collin1-0/+32
2024-02-19CMake: Bump maximum policy version to 3.28.Lasse Collin1-1/+1
2024-02-19CMake: Build lzmainfo.Lasse Collin1-0/+54
2024-02-19CMake: Build lzmadec.Lasse Collin1-34/+42
2024-02-19CMake: Add test_scripts.sh to the tests.Lasse Collin2-5/+22
2024-02-19CMake: Install scripts.Lasse Collin1-1/+82
2024-02-19Scripts: Use @PACKAGE_VERSION@ instead of @VERSION@.Lasse Collin4-4/+4
2024-02-19CMake: Simplify symlink creation and install translated man pages.Lasse Collin1-97/+98
2024-02-19CMake: Add support for building and installing xz with translations.Lasse Collin1-2/+66
2024-02-19liblzma: Remove commented-out code.Lasse Collin1-3/+0
2024-02-17xz: Delete old commented-out code.Lasse Collin1-19/+0
2024-02-17xz: Use stricter pledge(2) and Landlock sandbox.Lasse Collin3-13/+69
2024-02-17xz: Support Landlock ABI version 4.Lasse Collin1-5/+20
2024-02-17xz: Move sandboxing code to sandbox.c and improve Landlock sandbox.Lasse Collin8-213/+357
2024-02-17xz: Tweak comments.Lasse Collin1-1/+3
2024-02-17xz: Fix message_init() description.Lasse Collin3-3/+7
2024-02-17Build: Makefile.am: Sort EXTRA_DIST.Lasse Collin1-7/+7
2024-02-17Build: Don't install TODO.Lasse Collin1-1/+1
2024-02-18Translations: Update the Korean man page translations.Jia Tan1-836/+871
2024-02-18Translations: Update the Korean translation.Jia Tan1-200/+223
2024-02-17Build: Install translated lzmainfo man pages.Lasse Collin1-0/+26
2024-02-17liblzma: Avoid implementation-defined behavior in the RISC-V filter.Lasse Collin1-8/+22
2024-02-17liblzma: Wrap a line exceeding 80 chars.Lasse Collin1-1/+2
2024-02-17liblzma/rangecoder: Exclude x32 from the x86-64 optimisation.Sebastian Andrzej Siewior1-1/+1
2024-02-17Translations: Update the Spanish translation.Jia Tan1-201/+226
2024-02-17Translations: Update the Swedish translation.Jia Tan1-204/+230
2024-02-17Translations: Update the Polish translation.Jia Tan1-200/+224
2024-02-17Translations: Update the Ukrainian translation.Jia Tan1-1/+1
2024-02-16Translations: Use the same sentence in xz.pot-header that the TP uses.Lasse Collin1-1/+1
2024-02-16Fix typos discovered by codespell.Jia Tan3-4/+4
2024-02-16Translations: Update the Ukrainian man page translations.Jia Tan1-837/+873
2024-02-16Translations: Update the Ukrainian translation.Jia Tan1-241/+225
2024-02-15Translations: Omit the generic copyright line from man page headers.Lasse Collin1-0/+1
2024-02-15Update m4/.gitignore.Jia Tan1-0/+1
2024-02-14Tests: tuktest.h: Treat Clang separately from GCC.Lasse Collin1-3/+3
2024-02-14Tests: tuktest.h: Add a missing word to a comment.Lasse Collin1-2/+2
2024-02-14Tests: tuktest.h: Fix the comment about STest.Lasse Collin1-1/+2
2024-02-15Bump version for 5.5.2beta.larhzu/v5.5.2betaJia Tan3-4/+4
2024-02-14liblzma: Fix validate_map.sh.Lasse Collin1-1/+1
2024-02-14Build: Start the generated ChangeLog from around 5.4.0 instead of 5.2.0.Lasse Collin1-1/+1
2024-02-14Fixed NEWS for 5.5.2beta.Lasse Collin1-2/+6
2024-02-14liblzma: Silence warnings in --enable-small build.Lasse Collin2-0/+3
2024-02-14Build: Install COPYING.0BSD as part of docs.Lasse Collin1-0/+1
2024-02-14Docs: List COPYING.0BSD in README.Lasse Collin1-0/+1
2024-02-14Docs: Include doc/examples/11_file_info.c in tarballs.Lasse Collin1-0/+1
2024-02-14liblzma: Silence a warning.Lasse Collin1-1/+1
2024-02-14Add NEWS for 5.5.2beta.Lasse Collin1-0/+60
2024-02-14xz: Mention lzmainfo if trying to use 'lzma --list'.Lasse Collin1-2/+14
2024-02-14liblzma: Add comments.Lasse Collin2-2/+18
2024-02-14Scripts: Add lz4 support to xzgrep and xzdiff.Lasse Collin4-10/+19
2024-02-14liblzma: Choose the range decoder variants using a bitmask macro.Lasse Collin1-11/+53
2024-02-14xz: Fix outdated threading related info on the man page.Lasse Collin1-8/+14
2024-02-14liblzma: Range decoder: Add x86-64 inline assembly.Lasse Collin1-0/+491
2024-02-14liblzma: Range decoder: Add branchless C code.Lasse Collin1-0/+76
2024-02-14liblzma: Clarify a comment.Lasse Collin1-3/+6
2024-02-14liblzma: LZMA decoder: Optimize loop comparison.Lasse Collin2-4/+11
2024-02-14liblzma: Optimize literal_subcoder() macro slightly.Lasse Collin5-22/+24
2024-02-14liblzma: LZ decoder: Add unlikely().Lasse Collin1-1/+1
2024-02-14liblzma: LZ decoder: Remove a useless unlikely().Lasse Collin1-1/+1
2024-02-14liblzma: Optimize LZ decoder slightly.Lasse Collin3-60/+88
2024-02-14liblzma: LZMA decoder: Get rid of next_state[].Lasse Collin3-24/+24
2024-02-14liblzma: LZMA decoder improvements.Lasse Collin3-200/+210
2024-02-14liblzma: Creates Non-resumable and Resumable modes for lzma_decoder.Jia Tan2-213/+521
2024-02-14liblzma: Creates separate "safe" range decoder mode.Jia Tan2-103/+82
2024-02-14doxygen/footer.html: Add missing closing tags and don't open a new tab.Lasse Collin1-2/+4
2024-02-14Tweak the expressions in AUTHORS.Lasse Collin1-8/+23
2024-02-14Translations: Add the man page translators into man page header comment.Lasse Collin3-7/+26
2024-02-14Translations: Translate also messages of lzmainfo.Lasse Collin1-0/+2
2024-02-14Translations: Add custom .pot header with SPDX license identifier.Lasse Collin3-0/+16
2024-02-14Translations: po4a/update-po: Add copyright notice to xz-man.pot.Lasse Collin1-1/+1
2024-02-14Update COPYING about the man pages of the scripts.Lasse Collin1-3/+3
2024-02-14xzdiff, xzgrep, and xzmore: Rewrite the man pages.Lasse Collin3-116/+173
2024-02-14xzless: Update man page slightly.Lasse Collin1-4/+4
2024-02-14Translations: Change po/Makevars to add a copyright notice to po/xz.pot.Lasse Collin1-2/+2
2024-02-14Translations: Update po/Makevars to use the template from gettext 0.22.4.Lasse Collin1-5/+46
2024-02-14liblzma: Include the SPDX license identifier 0BSD to generated files.Lasse Collin11-26/+50
2024-02-14liblzma: Fix compilation of price_tablegen.c.Lasse Collin2-1/+9
2024-02-14Add SPDX license identifiers to GPL, LGPL, and FSFULLR files.Lasse Collin22-6/+37
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin290-58/+588
2024-02-14liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h.Lasse Collin1-6/+4
2024-02-14Change most public domain parts to 0BSD.Lasse Collin288-911/+100
2024-02-14Fix SHA-256 authors.Lasse Collin2-14/+6
2024-02-14Remove macosx/build.sh.Lasse Collin2-114/+0
2024-02-14Doc: Remove doc/examples_old.Lasse Collin3-255/+0
2024-02-13Tests: Add RISC-V filter support in a few places.Jia Tan2-0/+12
2024-02-13liblzma: Fix build error if only RISC-V BCJ filter is enabled.Jia Tan1-1/+3
2024-02-13Translations: Update the Korean translation.Jia Tan1-242/+284
2024-02-13Translations: Update the Korean man page translations.Jia Tan1-605/+770
2024-02-13Translations: Update the Chinese (simplified) translation.Jia Tan1-156/+268
2024-02-09xzless: Use ||- in LESSOPEN with with "less" 451 and newer.Lasse Collin1-1/+8
2024-02-09xzless: Use --show-preproc-errors with "less" 632 and newer.Lasse Collin1-2/+9
2024-02-09liblzma: Fix typo discovered by codespell.Jia Tan1-1/+1
2024-02-09Translations: Update the Swedish translation.Jia Tan1-166/+254
2024-02-08Translations: Update the Spanish translation.Jia Tan1-11/+11
2024-02-07Translations: Update the Spanish translation.Jia Tan1-166/+253
2024-02-07Translations: Update the Polish translation.Jia Tan1-162/+249