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