Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-11 | xz: Never use thousand separators in DJGPP builds. | Lasse Collin | 1 | -2/+12 |
2020-03-11 | DOS: Update dos/Makefile for DJGPP 2.05. | Lasse Collin | 1 | -3/+1 |
2020-03-11 | DOS: Update instructions in dos/INSTALL.txt. | Lasse Collin | 1 | -30/+29 |
2020-03-11 | DOS: Update config.h. | Lasse Collin | 1 | -0/+8 |
2020-03-11 | Translations: Add hu, zh_CN, and zh_TW. | Lasse Collin | 4 | -0/+2907 |
2020-03-11 | Translations: Update vi.po to match the file from the TP. | Lasse Collin | 1 | -228/+179 |
2020-03-11 | Translations: Add fi and pt_BR, and update de, fr, it, and pl. | Lasse Collin | 7 | -746/+2697 |
2020-03-11 | Update THANKS. | Lasse Collin | 1 | -0/+1 |
2020-03-11 | Build: Add very limited experimental CMake support. | Lasse Collin | 7 | -0/+1174 |
2020-03-11 | Build: Add support for --no-po4a option to autogen.sh. | Lasse Collin | 1 | -1/+10 |
2020-03-11 | Update m4/.gitignore. | Lasse Collin | 1 | -0/+1 |
2020-03-11 | liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c. | Lasse Collin | 1 | -1/+0 |
2020-03-11 | Use defined(__GNUC__) before __GNUC__ in preprocessor lines. | Lasse Collin | 2 | -3/+5 |
2020-03-11 | liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA. | Lasse Collin | 1 | -6/+10 |
2020-03-11 | Build: Add visibility.m4 from gnulib. | Lasse Collin | 2 | -1/+77 |
2020-03-11 | xz: Silence a warning when sig_atomic_t is long int. | Lasse Collin | 1 | -1/+1 |
2020-03-11 | xz: Avoid unneeded access of a volatile variable. | Lasse Collin | 1 | -1/+1 |
2020-03-11 | tuklib_integer.m4: Optimize the check order. | Lasse Collin | 1 | -27/+29 |
2020-03-11 | tuklib_exit: Add missing header. | Lasse Collin | 1 | -0/+1 |
2020-03-11 | sysdefs.h: Omit the conditionals around string.h and limits.h. | Lasse Collin | 1 | -6/+2 |
2020-03-11 | Build: Bump Autoconf and Libtool version requirements. | Lasse Collin | 1 | -2/+2 |
2020-03-11 | Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6. | Lasse Collin | 1 | -1/+5 |
2020-03-11 | Translations: Add German translation of the man pages. | Lasse Collin | 2 | -1/+5533 |
2020-03-11 | Build: Add support for translated man pages using po4a. | Lasse Collin | 8 | -45/+197 |
2020-02-06 | Update THANKS (sync with the master branch). | Lasse Collin | 1 | -0/+3 |
2020-02-06 | Update tests/.gitignore. | Lasse Collin | 1 | -0/+4 |
2020-02-06 | Update m4/.gitignore. | Lasse Collin | 1 | -0/+1 |
2020-02-06 | Update THANKS. | Lasse Collin | 1 | -0/+1 |
2020-02-05 | xz: Comment out annoying sandboxing messages. | Lasse Collin | 1 | -3/+7 |
2020-02-05 | Build: Workaround a POSIX shell detection problem on Solaris. | Lasse Collin | 1 | -0/+10 |
2020-02-05 | Build: Update m4/ax_pthread.m4 from Autoconf Archive. | Lasse Collin | 1 | -119/+279 |
2020-02-05 | xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz. | Lasse Collin | 2 | -2/+51 |
2020-02-05 | xz: Set the --flush-timeout deadline when the first input byte arrives. | Lasse Collin | 3 | -7/+6 |
2020-02-05 | xz: Move flush_needed from mytime.h to file_pair struct in file_io.h. | Lasse Collin | 5 | -9/+7 |
2020-02-05 | xz: coder.c: Make writing output a separate function. | Lasse Collin | 1 | -13/+17 |
2020-02-05 | xz: Fix semi-busy-waiting in xz --flush-timeout. | Lasse Collin | 3 | -4/+19 |
2020-02-05 | xz: Refactor io_read() a bit. | Lasse Collin | 1 | -9/+8 |
2020-02-05 | xz: Update a comment in file_io.h. | Lasse Collin | 1 | -1/+4 |
2020-02-05 | xz: Move the setting of flush_needed in file_io.c to a nicer location. | Lasse Collin | 1 | -4/+2 |
2020-02-05 | xz: Enable Capsicum sandboxing by default if available. | Lasse Collin | 2 | -10/+4 |
2019-12-31 | Rename unaligned_read32ne to read32ne, and similarly for the others. | Lasse Collin | 15 | -62/+54 |
2019-12-31 | Rename read32ne to aligned_read32ne, and similarly for the others. | Lasse Collin | 3 | -32/+32 |
2019-12-31 | Revise tuklib_integer.h and .m4. | Lasse Collin | 2 | -217/+314 |
2019-12-31 | Tests: Hopefully fix test_check.c to work on EBCDIC systems. | Lasse Collin | 1 | -2/+7 |
2019-12-31 | Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris. | Lasse Collin | 6 | -8/+65 |
2019-12-31 | Fix comment typos in tuklib_mbstr* files. | Lasse Collin | 3 | -3/+3 |
2019-12-31 | Add missing include to tuklib_mbstr_width.c. | Lasse Collin | 1 | -0/+1 |
2019-12-31 | liblzma: Fix a buggy comment. | Lasse Collin | 1 | -1/+1 |
2019-12-31 | configure.ac: Fix a typo in a comment. | Lasse Collin | 1 | -1/+1 |
2019-12-31 | Tests: Silence warnings from clang -Wassign-enum. | Lasse Collin | 2 | -2/+3 |
2019-12-31 | liblzma: Add a comment. | Lasse Collin | 1 | -1/+1 |
2019-12-31 | liblzma: Silence clang -Wmissing-variable-declarations. | Lasse Collin | 2 | -0/+6 |
2019-12-31 | xz: Silence a warning from clang -Wsign-conversion in main.c. | Lasse Collin | 1 | -1/+1 |
2019-12-31 | liblzma: Remove incorrect uses of lzma_attribute((__unused__)). | Lasse Collin | 3 | -6/+3 |
2019-12-31 | Tests: Silence a warning from -Wsign-conversion. | Lasse Collin | 1 | -4/+4 |
2019-12-31 | xz: Fix an integer overflow with 32-bit off_t. | Lasse Collin | 1 | -2/+9 |
2019-12-31 | Tests: Remove a duplicate branch from tests/tests.h. | Lasse Collin | 1 | -7/+2 |
2019-12-31 | tuklib_mbstr_width: Fix a warning from -Wsign-conversion. | Lasse Collin | 1 | -1/+1 |
2019-12-31 | xz: Fix some of the warnings from -Wsign-conversion. | Lasse Collin | 7 | -13/+14 |
2019-12-31 | tuklib_cpucores: Silence warnings from -Wsign-conversion. | Lasse Collin | 1 | -5/+5 |
2019-12-31 | xzdec: Fix warnings from -Wsign-conversion. | Lasse Collin | 1 | -1/+1 |
2019-12-31 | liblzma: Fix warnings from -Wsign-conversion. | Lasse Collin | 11 | -29/+31 |
2019-12-31 | tuklib_integer: Silence warnings from -Wsign-conversion. | Lasse Collin | 1 | -3/+3 |
2019-12-31 | tuklib_integer: Fix usage of conv macros. | Lasse Collin | 1 | -4/+8 |
2019-12-31 | Update THANKS. | Lasse Collin | 1 | -0/+1 |
2019-12-31 | liblzma: Fix comments. | Lasse Collin | 6 | -7/+7 |
2019-12-31 | liblzma: Fix one more unaligned read to use unaligned_read16ne(). | Lasse Collin | 1 | -1/+1 |
2019-12-31 | Update THANKS. | Lasse Collin | 1 | -0/+1 |
2019-12-31 | liblzma: memcmplen: Use ctz32() from tuklib_integer.h. | Lasse Collin | 1 | -9/+1 |
2019-12-31 | tuklib_integer: Cleanup MSVC-specific code. | Lasse Collin | 1 | -11/+9 |
2019-12-31 | liblzma: Use unaligned_readXXne functions instead of type punning. | Lasse Collin | 2 | -7/+7 |
2019-12-31 | tuklib_integer: Improve unaligned memory access. | Lasse Collin | 1 | -12/+168 |
2019-07-13 | liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior. | Lasse Collin | 3 | -5/+23 |
2019-07-13 | Update THANKS. | Lasse Collin | 1 | -0/+1 |
2019-07-13 | xz: Update xz man page date. | Lasse Collin | 1 | -1/+1 |
2019-07-13 | spelling | Antoine Cœur | 19 | -21/+21 |
2019-07-13 | README: Update translation instructions. | Lasse Collin | 1 | -19/+13 |
2019-07-13 | Update THANKS. | Lasse Collin | 1 | -0/+1 |
2019-07-13 | xz: Fix a crash in progress indicator when in passthru mode. | Lasse Collin | 3 | -7/+25 |
2019-07-13 | xz: Update man page timestamp. | Lasse Collin | 1 | -1/+1 |
2019-07-13 | 'have have' typos | Pavel Raiskup | 2 | -2/+2 |
2019-07-13 | xzless: Rename unused variables to silence static analysers. | Lasse Collin | 1 | -1/+1 |
2019-07-13 | liblzma: Remove an always-true condition from lzma_index_cat(). | Lasse Collin | 1 | -2/+2 |
2019-07-13 | liblzma: Improve lzma_properties_decode() API documentation. | Lasse Collin | 1 | -3/+4 |
2019-05-01 | Update THANKS. | Lasse Collin | 1 | -0/+1 |
2019-05-01 | Windows: Update VS version in windows/vs2019/config.h. | Lasse Collin | 1 | -1/+1 |
2019-05-01 | Windows: Upgrade solution itself | Julien Marrec | 1 | -2/+5 |
2019-05-01 | Windows: Upgrade solution with VS2019 | Julien Marrec | 2 | -14/+16 |
2019-05-01 | Windows: Duplicate windows/vs2017 before upgrading | Julien Marrec | 4 | -0/+933 |
2019-05-01 | Windows/VS2017: Omit WindowsTargetPlatformVersion from project files. | Lasse Collin | 3 | -2/+4 |
2018-04-29 | Bump version and soname for 5.2.4.larhzu/v5.2.4 | Lasse Collin | 2 | -2/+2 |
2018-04-29 | extra/scanlzma: Fix compiler warnings. | Lasse Collin | 1 | -1/+5 |
2018-04-29 | Add NEWS for 5.2.4. | Lasse Collin | 1 | -0/+27 |
2018-03-28 | Update THANKS. | Lasse Collin | 1 | -0/+2 |
2018-03-28 | nothrow: use noexcept for C++11 and newer | Ben Boeckel | 1 | -1/+5 |