aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
jiatan/v5.6.0/autofooCVE-2024-3094: import xz-5.6.0.tar.xzBertrand Jacquin5 months
jiatan/v5.6.0/tarCVE-2024-3094: xz-5.6.0.tarBertrand Jacquin6 months
jiatan/v5.6.0/unpackCVE-2024-3094: import xz-5.6.0.tar.xzBertrand Jacquin5 months
jiatan/v5.6.1/autofooCVE-2024-3094: import xz-5.6.1.tar.xzBertrand Jacquin6 months
jiatan/v5.6.1/tarCVE-2024-3094: xz-5.6.1.tarBertrand Jacquin6 months
jiatan/v5.6.1/unpackCVE-2024-3094: import xz-5.6.1.tar.xzBertrand Jacquin6 months
larhzu/masterTests: test_microlzma: Add a "FIXME?" about LZMA_FINISH handlingLasse Collin5 months
larhzu/v5.2Bump version and soname for 5.2.12.Jia Tan17 months
larhzu/v5.4Bump version and soname for 5.4.6.Jia Tan8 months
larhzu/v5.6Update THANKS.Lasse Collin5 months
[...]
 
TagDownloadAuthorAge
jiatan/v5.6.1xz-jiatan/v5.6.1.tar.xz  Jia Tan6 months
jiatan/v5.6.0xz-jiatan/v5.6.0.tar.xz  Jia Tan7 months
larhzu/v5.5.2betaxz-larhzu/v5.5.2beta.tar.xz  Jia Tan7 months
larhzu/v5.4.6xz-larhzu/v5.4.6.tar.xz  Jia Tan8 months
larhzu/v5.5.1alphaxz-larhzu/v5.5.1alpha.tar.xz  Jia Tan8 months
larhzu/v5.4.5xz-larhzu/v5.4.5.tar.xz  Jia Tan11 months
larhzu/v5.4.4xz-larhzu/v5.4.4.tar.xz  Jia Tan14 months
larhzu/v5.4.3xz-larhzu/v5.4.3.tar.xz  Jia Tan17 months
larhzu/v5.2.12xz-larhzu/v5.2.12.tar.xz  Jia Tan17 months
larhzu/v5.4.2xz-larhzu/v5.4.2.tar.xz  Jia Tan18 months
[...]
 
AgeCommit messageAuthorFilesLines
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
[...]
 
Clone
https://git.pants-on.net/xz.git