aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-04Bump version and soname for 5.2.12.larhzu/v5.2.12larhzu/v5.2Jia Tan2-2/+2
2023-05-04Add NEWS for 5.2.12.Jia Tan1-0/+14
2023-05-04Translations: Update the Croatian translation.Jia Tan1-2/+2
2023-05-03tuklib_integer.h: Fix a recent copypaste error in Clang detection.Lasse Collin1-2/+2
2023-05-03Update THANKS.Jia Tan1-0/+1
2023-05-03Windows: Include <intrin.h> when needed.Jia Tan2-0/+16
2023-05-03tuklib_integer: Use __builtin_clz() with Clang.Jia Tan1-3/+3
2023-05-03liblzma: Update project maintainers in lzma.h.Lasse Collin1-1/+1
2023-05-03liblzma: Cleans up old commented out code.Jia Tan1-11/+0
2023-05-03Build: Removes redundant check for LZMA1 filter support.Jia Tan1-4/+1
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-8/+8
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-18Bump version and soname for 5.2.11.larhzu/v5.2.11Jia Tan2-2/+2
2023-03-18Add NEWS for 5.2.11.Jia Tan1-0/+27
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-11CMake: Require that the C compiler supports C99 or a newer standard.Lasse Collin1-0/+8
2023-03-11Update THANKS.Lasse Collin1-0/+1
2023-03-11liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin9-22/+72
2023-03-11Update THANKS.Lasse Collin1-0/+1
2023-03-11Build: Use only the generic symbol versioning on MicroBlaze.Lasse Collin1-2/+10
2023-03-11liblzma: Fix documentation for LZMA_MEMLIMIT_ERROR.Jia Tan1-1/+1
2023-03-11tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64.Jia Tan1-0/+18
2023-03-11xz: Add missing comment for coder_set_compression_settings()Jia Tan1-1/+2
2023-03-11xz: Do not set compression settings with raw format in list mode.Jia Tan1-1/+2
2023-03-11xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1).Lasse Collin1-1/+1
2023-03-11liblzma: Silence warnings from clang -Wconditional-uninitialized.Lasse Collin1-1/+1
2023-03-11Fix warnings from clang -Wdocumentation.Lasse Collin3-8/+4
2023-03-11xz: Fix warning -Wformat-nonliteral on clang in message.c.Jia Tan1-0/+9
2023-03-11CMake/Windows: Add a workaround for windres from GNU binutils.Lasse Collin1-1/+31
2023-03-11CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.Lasse Collin1-1/+1
2023-03-11Update THANKS.Lasse Collin1-0/+1
2023-03-11CMake: Fix a copypaste error in xzdec Windows resource file handling.Lasse Collin1-2/+2
2023-03-11CMake/Windows: Add resource files to xz.exe and xzdec.exe.Lasse Collin1-0/+16
2023-03-11liblzma: Update documentation for lzma_filter_encoder.Jia Tan1-2/+5
2023-03-11Doxygen: Update .gitignore for generating docs for in source build.Jia Cheong Tan1-0/+2
2023-03-11CMake: Update .gitignore for CMake artifacts from in source build.Jia Tan1-0/+23
2022-12-13Bump version and soname for 5.2.10.larhzu/v5.2.10Lasse Collin2-2/+2
2022-12-13Add NEWS for 5.2.10.Lasse Collin1-0/+12
2022-12-13Tests: Fix a typo in tests/files/README.Lasse Collin1-1/+1
2022-12-12Update AUTHORS.Lasse Collin1-0/+4
2022-12-12xz: Make args_info.files_name a const pointer.Lasse Collin2-2/+2
2022-12-12xz: Don't modify argv[].Lasse Collin1-4/+19
2022-12-12liblzma: Check for unexpected NULL pointers in block_header_decode().Lasse Collin1-0/+4
2022-12-12liblzma: Use __has_attribute(__symver__) to fix Clang detection.Lasse Collin1-1/+14
2022-12-12Update THANKS (sync all from master).Lasse Collin1-0/+8
2022-11-30Bump version and soname for 5.2.9.larhzu/v5.2.9Lasse Collin2-2/+2
2022-11-30Add NEWS for 5.2.9.Lasse Collin1-0/+34
2022-11-30Change the bug report address.Lasse Collin5-10/+9
2022-11-30Update to HTTPS URLs in AUTHORS.Lasse Collin1-3/+3
2022-11-29liblzma: Remove two FIXME comments.Lasse Collin1-2/+2
2022-11-24Build: Don't put GNU/Linux-specific symbol versions into static liblzma.Lasse Collin3-49/+111
2022-11-24CMake: Don't use symbol versioning with static library.Lasse Collin1-3/+7
2022-11-24liblzma: Fix another invalid free() after memory allocation failure.Lasse Collin1-0/+4
2022-11-24liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder.Jia Tan1-0/+1
2022-11-24liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy().Lasse Collin1-1/+2
2022-11-24liblzma: Fix invalid free() after memory allocation failure.Lasse Collin1-8/+31
2022-11-24liblzma: Fix language in a comment.Lasse Collin1-1/+1
2022-11-24liblzma: Fix infinite loop in LZMA encoder init with dict_size >= 2 GiB.Lasse Collin1-4/+15
2022-11-24liblzma: Fix two Doxygen commands in the API headers.Lasse Collin2-2/+2
2022-11-13Bump version and soname for 5.2.8.larhzu/v5.2.8Lasse Collin2-2/+2
2022-11-13Add NEWS for 5.2.8.Lasse Collin1-0/+79
2022-11-11Update THANKS.Lasse Collin1-0/+1
2022-11-11liblzma: Fix building with Intel ICC (the classic compiler).Lasse Collin1-1/+1
2022-11-11liblzma: Fix incorrect #ifdef for x86 SSE2 support.Lasse Collin1-2/+1
2022-11-11Scripts: Ignore warnings from xz.Lasse Collin4-7/+8
2022-11-11xz: Add comments about stdin and src_st.st_size.Lasse Collin2-0/+13
2022-11-11xz: Fix displaying of file sizes in progress indicator in passthru mode.Lasse Collin1-1/+5
2022-11-11xz: Add a comment why --to-stdout is not in --help.Lasse Collin1-0/+3
2022-11-11Docs: Update faq.txt a little.Lasse Collin1-23/+43
2022-11-11liblzma: Update API docs about decoder flags.Lasse Collin1-4/+16
2022-11-11liblzma: Fix a comment in auto_decoder.c.Lasse Collin1-2/+2
2022-11-11xz: Avoid a compiler warning in progress_speed() in message.c.Jia Tan1-6/+3
2022-11-11Build: Clarify comment in configure.ac about SSE2.Lasse Collin1-1/+4
2022-11-11Build: Remove obsolete commented-out lines from configure.ac.Lasse Collin1-4/+0
2022-11-11Windows: Fix mythread_once() macro with Vista threads.Lasse Collin1-3/+4
2022-11-11CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4.Lasse Collin1-0/+5
2022-11-11Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER.Lasse Collin1-1/+1
2022-11-11Build: Update m4/ax_pthread.m4 from Autoconf Archive.Lasse Collin1-7/+22
2022-11-11xz: Fix --single-stream with an empty .xz Stream.Lasse Collin1-0/+9
2022-11-11xz: Fix decompressor behavior if input uses an unsupported check type.Lasse Collin1-4/+15
2022-11-11xz: Clarify the man page: input file isn't removed if an error occurs.Lasse Collin1-2/+3
2022-11-11xz: If input file cannot be removed, treat it as a warning, not error.Lasse Collin1-2/+2
2022-11-11tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD.Lasse Collin2-0/+14
2022-11-11NEWS: Omit the extra copy of 5.2.5 NEWS.Lasse Collin1-105/+0
2022-11-10Translations: Rename poa4/fr_FR.po to po4a/fr.po.Lasse Collin2-1/+1
2022-11-08Translations: Update Turkish translation.Lasse Collin1-1/+1
2022-11-08Translations: Update Croatian translation.Lasse Collin1-94/+96
2022-09-30Bump version and soname for 5.2.7.larhzu/v5.2.7Lasse Collin2-2/+2
2022-09-30Add NEWS for 5.2.7.Lasse Collin1-0/+74
2022-09-30liblzma: Add API doc note about the .xz decoder LZMA_MEMLIMIT_ERROR bug.Lasse Collin1-0/+11
2022-09-29liblzma: Add dest and src NULL checks to lzma_index_cat.Jia Tan1-0/+3
2022-09-29Tests: Create a test for the lzma_index_cat bug.Jia Tan1-1/+42
2022-09-29liblzma: Fix copying of check type statistics in lzma_index_cat().Jia Tan1-1/+6
2022-09-29tuklib_physmem: Fix Unicode builds on Windows.Lasse Collin1-1/+1
2022-09-29liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR.Lasse Collin1-3/+13
2022-09-29liblzma: Stream decoder: Fix comments.Lasse Collin1-7/+5
2022-09-17Update THANKS.Lasse Collin1-0/+1
2022-09-17xzgrep: Fix compatibility with old shells.Lasse Collin1-3/+3
2022-09-17liblzma: lzma_filters_copy: Keep dest[] unmodified if an error occurs.Lasse Collin2-7/+15
2022-09-17Tests: Add a test file for lzma_index_append() integer overflow bug.Lasse Collin3-0/+18
2022-09-17liblzma: lzma_index_append: Add missing integer overflow check.Jia Tan1-0/+4
2022-09-16Update THANKS.Lasse Collin1-0/+1
2022-09-16liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.Lasse Collin10-15/+374
2022-09-16CMake: Clarify a comment about Windows symlinks without file extension.Jia Tan1-4/+3
2022-09-16CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep.Lasse Collin1-5/+19
2022-09-16CMake: Add xz symlinks.Lasse Collin1-1/+37
2022-09-16CMake: Put xz man page install under if(UNIX) like is for xzdec.Lasse Collin1-3/+5
2022-09-16Translations: Add Turkish translation.Lasse Collin2-0/+978
2022-08-18Build: Include the CMake files in the distribution.Lasse Collin1-0/+2
2022-08-18Windows: Fix broken liblzma.dll build with Visual Studio project files.Lasse Collin3-0/+18
2022-08-12Bump version and soname for 5.2.6.larhzu/v5.2.6Lasse Collin2-2/+2
2022-08-12Add NEWS for 5.2.6.Lasse Collin1-0/+226
2022-08-12Add Jia Tan to AUTHORS.Lasse Collin1-1/+1
2022-07-25Translations: Change the copyright comment string to use with po4a.Lasse Collin1-1/+1
2022-07-25liblzma: Refactor lzma_mf_is_supported() to use a switch-statement.Jia Tan1-18/+14
2022-07-25Build: Don't allow empty LIST in --enable-match-finders=LIST.Jia Tan1-0/+4
2022-07-24xz: Make --keep accept symlinks, hardlinks, and setuid/setgid/sticky.Lasse Collin2-5/+20
2022-07-24xzgrep man page: Document exit statuses.Lasse Collin1-1/+14
2022-07-24xzgrep: Improve error handling, especially signals.Lasse Collin1-19/+53
2022-07-24xzgrep: Make the fix for ZDI-CAN-16587 more robust.Lasse Collin1-1/+4
2022-07-24xzgrep: Use grep -H --label when available (GNU, *BSDs).Lasse Collin1-0/+21
2022-07-24xzgrep: Use -e to specify the pattern to grep.Lasse Collin1-8/+4
2022-07-24Scripts: Use printf instead of echo in a few places.Lasse Collin4-11/+11
2022-07-24xzgrep: Add more LC_ALL=C to avoid bugs with multibyte characters.Lasse Collin1-6/+8
2022-07-24xzgrep: Fix parsing of certain options.Lasse Collin1-2/+17
2022-07-24Tests: Add the .lzma files to test_files.sh.Lasse Collin1-0/+20
2022-07-24Tests: Add .lzma test files.Lasse Collin9-13/+50
2022-07-24liblzma: Rename a variable and improve a comment.Lasse Collin1-4/+9
2022-07-24Update THANKS.Lasse Collin1-0/+1
2022-07-24liblzma: Add optional autodetection of LZMA end marker.Lasse Collin6-38/+94
2022-07-24Tests: Add test file good-1-empty-bcj-lzma2.xz.Lasse Collin2-0/+5
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587).Lasse Collin1-8/+12
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12liblzma: Fix docs: lzma_block_decoder() cannot return LZMA_UNSUPPORTED_CHECK.Lasse Collin1-3/+0
2022-07-12liblzma: Index hash: Change return value type of hash_append() to void.Lasse Collin1-6/+5
2022-07-12liblzma: Minor addition to lzma_vli_size() API doc.Lasse Collin1-0/+2
2022-07-12liblzma: Check the return value of lzma_index_append() in threaded encoder.Lasse Collin1-2/+5
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12liblzma: Use non-executable stack on FreeBSD as on LinuxEd Maste2-4/+4
2022-07-12liblzma: Make Block decoder catch certain types of errors better.Lasse Collin1-25/+54
2022-07-12Tests: Add bad-1-lzma2-11.xz.Lasse Collin2-0/+5
2022-07-12Translations: Fix po4a failure with the French man page translations.Lasse Collin1-2/+4
2022-07-12Translations: Add French translation of man pages.Lasse Collin2-1/+3542
2022-07-12liblzma: Add NULL checks to LZMA and LZMA2 properties encoders.jiat752-0/+6
2022-07-12CMake: Keep compatible with Windows 95 for 32-bit build.huangqinjin1-1/+11
2022-07-12xzgrep: Update man page timestamp.Lasse Collin1-1/+1
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep`Ville Skyttä2-6/+6
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12xz: Change the coding style of the previous commit.Lasse Collin1-5/+6
2022-07-12xz: Avoid fchown(2) failure.Alexander Bluhm1-1/+7
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12liblzma: Use _MSVC_LANG to detect when "noexcept" can be used with MSVC.Lasse Collin1-1/+2
2022-07-12xzdiff: Update the man page about the exit status.Lasse Collin1-2/+2
2022-07-12xzless: Fix less(1) version detection when it contains a dot.Lasse Collin1-1/+1
2022-07-12xz: Document the special memlimit case of 2000 MiB on MIPS32.Lasse Collin1-2/+6
2022-07-12Update THANKS.Lasse Collin1-0/+2
2022-07-12Reduce maximum possible memory limit on MIPS32Ivan A. Melnikov1-0/+6
2022-07-12CMake: Use interface library for better FindLibLZMA compatibility.Lasse Collin1-2/+9
2022-07-12CMake: Try to improve compatibility with the FindLibLZMA module.Lasse Collin1-8/+13
2022-07-12Tests: Add bad-1-lzma2-10.xz and also modify -9.xz.Lasse Collin3-2/+9
2022-07-12Tests: Add bad-1-lzma2-9.xz.Lasse Collin2-0/+4
2022-07-12Tests: Add bad-1-check-crc32-2.xz.Lasse Collin2-0/+7
2022-07-12Scripts: Add zstd support to xzdiff.Lasse Collin2-7/+15
2022-07-12Scripts: Fix exit status of xzgrep.Lasse Collin1-7/+13
2022-07-12Scripts: Fix exit status of xzdiff/xzcmp.Lasse Collin1-14/+21
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12liblzma: Enable Intel CET in x86 CRC assembly codesH.J. Lu2-0/+18
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12Build: Don't build bundles on Apple OSes.Lasse Collin1-0/+3
2022-07-12Update THANKS.Lasse Collin1-0/+1
2022-07-12Scripts: Add zstd support to xzgrep.Adam Borowski2-3/+7
2022-07-12CMake: Fix compatibility with CMake 3.13.Lasse Collin3-5/+5
2022-07-12Update THANKS.Lasse Collin1-1/+3
2022-07-12xz: Avoid unneeded \f escapes on the man page.Lasse Collin1-9/+22
2022-07-12xz: Use non-breaking spaces when intentionally using more than one space.Lasse Collin1-1/+1
2022-07-12xz: Protect the ellipsis (...) on the man page with \&.Lasse Collin1-2/+2
2022-07-12xz: Avoid the abbreviation "e.g." on the man page.Lasse Collin1-33/+33
2022-07-12xz man page: Change \- (minus) to \(en (en-dash) for a numeric range.Lasse Collin1-8/+8
2022-07-12Windows: Fix building of resource files when config.h isn't used.Lasse Collin1-1/+3
2022-07-12src/scripts/xzgrep.1: Filenames to xzgrep are optional.Lasse Collin1-1/+1
2022-07-12Translations: Add Portuguese translation.Lasse Collin2-0/+1002
2022-07-12src/script/xzgrep.1: Remove superfluous '.RB'Bjarni Ingi Gislason1-6/+6
2022-07-12xzgrep.1: Delete superfluous '.PP'Bjarni Ingi Gislason1-1/+0
2022-07-12src/xz/xz.1: Correct misused two-fonts macrosBjarni Ingi Gislason1-5/+5
2022-07-10Translations: Add Serbian translation.Lasse Collin2-0/+988
2022-07-04Translations: Add Swedish translation.Lasse Collin2-0/+984
2022-07-04Translations: Add Esperanto translation.Lasse Collin2-0/+985
2022-07-01Translations: Add Catalan translation.Lasse Collin2-0/+1077
2022-06-30Translations: Add Ukrainian translation.Lasse Collin2-0/+997
2022-06-30Translators: Add Romanian translation.Lasse Collin2-0/+1017
2022-06-29Translations: Update Brazilian Portuguese translation.Lasse Collin1-94/+92
2022-06-29Translations: Add Croatian translation.Lasse Collin2-0/+988
2022-06-29Translations: Add Spanish translation.Lasse Collin2-0/+985
2022-06-29Translations: Add Korean translation.Lasse Collin2-0/+973
2020-03-23v5.2-specific typo fix from fossies.org.Lasse Collin1-1/+1