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