1
0
mirror of https://git.tukaani.org/xz.git synced 2025-11-25 00:04:46 +00:00

Commit Graph

  • a648978b20 xzgrep: Make the fix for ZDI-CAN-16587 more robust. Lasse Collin 2022-07-19 00:10:55 +03:00
  • bd7b290f3f xzgrep: Use grep -H --label when available (GNU, *BSDs). Lasse Collin 2022-07-18 21:52:31 +03:00
  • b56729af9f xzgrep: Use -e to specify the pattern to grep. Lasse Collin 2022-07-18 21:10:25 +03:00
  • bad61b5997 Scripts: Use printf instead of echo in a few places. Lasse Collin 2022-07-18 19:18:48 +03:00
  • 6a4a4a7d26 xzgrep: Add more LC_ALL=C to avoid bugs with multibyte characters. Lasse Collin 2022-07-17 21:36:25 +03:00
  • b48f9d615f xzgrep: Fix parsing of certain options. Lasse Collin 2022-07-17 20:55:16 +03:00
  • 2d2201bc63 Tests: Add the .lzma files to test_files.sh. Lasse Collin 2022-07-14 20:33:05 +03:00
  • ce5549a591 Tests: Add .lzma test files. Lasse Collin 2022-07-14 19:37:42 +03:00
  • 107c93ee5c liblzma: Rename a variable and improve a comment. Lasse Collin 2022-07-14 18:12:38 +03:00
  • 511feb5ead Update THANKS. Lasse Collin 2022-07-13 22:24:41 +03:00
  • 9595a3119b liblzma: Add optional autodetection of LZMA end marker. Lasse Collin 2022-07-13 22:24:07 +03:00
  • dbd8b0bf45 Update THANKS. Lasse Collin 2022-03-31 00:05:07 +03:00
  • bb66a98ded xzgrep: Fix escaping of malicious filenames (ZDI-CAN-16587). Lasse Collin 2022-03-29 19:19:12 +03:00
  • fa3af4e4c6 Update THANKS. Lasse Collin 2022-03-23 16:34:00 +02:00
  • f12ce0f23a liblzma: Fix docs: lzma_block_decoder() cannot return LZMA_UNSUPPORTED_CHECK. Lasse Collin 2022-03-06 16:54:23 +02:00
  • 4125667311 liblzma: Index hash: Change return value type of hash_append() to void. Lasse Collin 2022-03-06 15:18:58 +02:00
  • 7c3ce02df0 liblzma: Minor addition to lzma_vli_size() API doc. Lasse Collin 2022-02-22 03:42:57 +02:00
  • b8f667fe0c liblzma: Check the return value of lzma_index_append() in threaded encoder. Lasse Collin 2022-02-22 02:04:18 +02:00
  • 2356d53edd Update THANKS. Lasse Collin 2022-02-22 01:37:39 +02:00
  • 748ef08338 liblzma: Use non-executable stack on FreeBSD as on Linux Ed Maste 2022-02-11 15:25:46 +00:00
  • 068a6e3286 liblzma: Make Block decoder catch certain types of errors better. Lasse Collin 2022-02-20 20:36:27 +02:00
  • 766df4f62c Tests: Add bad-1-lzma2-11.xz. Lasse Collin 2022-02-20 19:38:55 +02:00
  • 12a6d6ce2a Translations: Fix po4a failure with the French man page translations. Lasse Collin 2022-02-18 18:51:10 +02:00
  • 00e6aad836 Translations: Add French translation of man pages. Lasse Collin 2022-02-07 01:14:37 +02:00
  • e20ce2b122 liblzma: Add NULL checks to LZMA and LZMA2 properties encoders. jiat75 2022-01-28 20:47:55 +08:00
  • feb80ace86 CMake: Keep compatible with Windows 95 for 32-bit build. huangqinjin 2021-12-13 20:49:21 +08:00
  • 725f2e0522 xzgrep: Update man page timestamp. Lasse Collin 2021-11-13 21:04:05 +02:00
  • 7955669d42 Update THANKS. Lasse Collin 2021-11-13 18:23:24 +02:00
  • 671673a7a2 xzgrep: use grep -E/-F instead of egrep and fgrep Ville Skyttä 2021-11-13 10:11:57 +02:00
  • 45e538257e Update THANKS. Lasse Collin 2021-10-27 23:27:48 +03:00
  • ca21733d24 xz: Change the coding style of the previous commit. Lasse Collin 2021-10-27 23:23:11 +03:00
  • 906b990b15 xz: Avoid fchown(2) failure. Alexander Bluhm 2021-10-05 23:33:16 +02:00
  • ca83df96c4 Update THANKS. Lasse Collin 2021-09-09 22:21:07 +03:00
  • d8b294af03 liblzma: Use _MSVC_LANG to detect when "noexcept" can be used with MSVC. Lasse Collin 2021-09-09 21:41:51 +03:00
  • c2fde22bef xzdiff: Update the man page about the exit status. Lasse Collin 2021-06-04 19:02:38 +03:00
  • 8d0fd42fbe xzless: Fix less(1) version detection when it contains a dot. Lasse Collin 2021-06-04 18:52:48 +03:00
  • 6e2cab8579 xz: Document the special memlimit case of 2000 MiB on MIPS32. Lasse Collin 2022-07-12 18:53:04 +03:00
  • 38b311462b Update THANKS. Lasse Collin 2021-04-11 19:58:10 +03:00
  • 95806a8a52 Reduce maximum possible memory limit on MIPS32 Ivan A. Melnikov 2021-04-09 11:45:10 +03:00
  • 0c0f8e9761 xz: Document the special memlimit case of 2000 MiB on MIPS32. Lasse Collin 2022-07-12 18:53:04 +03:00
  • a79bd30a6f CMake: Use interface library for better FindLibLZMA compatibility. Lasse Collin 2021-02-13 23:31:27 +02:00
  • 64d9814761 CMake: Try to improve compatibility with the FindLibLZMA module. Lasse Collin 2021-01-30 18:36:04 +02:00
  • 9e2f9e2d08 Tests: Add bad-1-lzma2-10.xz and also modify -9.xz. Lasse Collin 2021-01-24 22:32:41 +02:00
  • 00a4c69bbb Tests: Add bad-1-lzma2-9.xz. Lasse Collin 2021-01-24 18:51:51 +02:00
  • 1da2269b2e Tests: Add bad-1-check-crc32-2.xz. Lasse Collin 2021-01-24 17:02:00 +02:00
  • 11ceecb5e2 Scripts: Add zstd support to xzdiff. Lasse Collin 2021-01-11 23:57:11 +02:00
  • d655b8c9cb Scripts: Fix exit status of xzgrep. Lasse Collin 2021-01-11 23:28:52 +02:00
  • 09c331b03c Scripts: Fix exit status of xzdiff/xzcmp. Lasse Collin 2021-01-11 22:01:51 +02:00
  • b33a345cba Update THANKS. Lasse Collin 2020-12-23 17:15:49 +02:00
  • c01e29a933 liblzma: Enable Intel CET in x86 CRC assembly codes H.J. Lu 2020-12-23 06:49:04 -08:00
  • 0983682f87 Update THANKS. Lasse Collin 2020-12-16 18:33:29 +02:00
  • 880596e4b8 Build: Don't build bundles on Apple OSes. Lasse Collin 2020-12-16 18:30:14 +02:00
  • 29050c79f1 Update THANKS. Lasse Collin 2020-12-05 22:44:03 +02:00
  • 94fd724749 Scripts: Add zstd support to xzgrep. Adam Borowski 2020-09-25 03:35:18 +02:00
  • 13c58ac13e CMake: Fix compatibility with CMake 3.13. Lasse Collin 2020-11-17 20:51:48 +02:00
  • 8f7d3345a7 Update THANKS. Lasse Collin 2020-11-01 22:56:43 +02:00
  • ca7bcdb30f xz: Avoid unneeded \f escapes on the man page. Lasse Collin 2020-11-01 22:34:25 +02:00
  • 3b40a0792e xz: Use non-breaking spaces when intentionally using more than one space. Lasse Collin 2020-11-01 19:09:53 +02:00
  • d85699c36d xz: Protect the ellipsis (...) on the man page with \&. Lasse Collin 2020-11-01 18:49:37 +02:00
  • d996ae6617 xz: Avoid the abbreviation "e.g." on the man page. Lasse Collin 2020-11-01 18:41:21 +02:00
  • d16d0d198a xz man page: Change \- (minus) to \(en (en-dash) for a numeric range. Lasse Collin 2020-07-12 23:10:03 +03:00
  • 3acf1adfc7 Windows: Fix building of resource files when config.h isn't used. Lasse Collin 2020-07-12 20:46:24 +03:00
  • adba06e649 src/scripts/xzgrep.1: Filenames to xzgrep are optional. Lasse Collin 2020-04-06 19:31:50 +03:00
  • 7be1dcf858 Translations: Add Portuguese translation. Lasse Collin 2022-07-12 17:59:41 +03:00
  • 3f94d2a568 src/script/xzgrep.1: Remove superfluous '.RB' Bjarni Ingi Gislason 2020-03-26 22:17:31 +00:00
  • 725d9791c9 xzgrep.1: Delete superfluous '.PP' Bjarni Ingi Gislason 2020-03-30 21:56:36 +00:00
  • 55c2555c5d src/xz/xz.1: Correct misused two-fonts macros Bjarni Ingi Gislason 2020-03-26 21:16:18 +00:00
  • d1bfa3dc70 Created script to generate code coverage reports. Jia Tan 2022-07-01 21:19:26 +08:00
  • 55e3a8e0e4 Translations: Add Serbian translation. Lasse Collin 2022-07-10 21:16:40 +03:00
  • 4e04279cbe Translations: Add Swedish translation. Lasse Collin 2022-07-04 23:51:36 +03:00
  • 27f55e96b0 Translations: Add Esperanto translation. Lasse Collin 2022-07-04 23:40:27 +03:00
  • be31be9e8f Translations: Add Catalan translation. Lasse Collin 2022-07-01 00:22:33 +03:00
  • 30e3ad040f Translations: Add Ukrainian translation. Lasse Collin 2022-06-30 17:47:08 +03:00
  • f2e2cce49f Translators: Add Romanian translation. Lasse Collin 2022-06-30 17:45:26 +03:00
  • a12fd5bad2 Translations: Update Brazilian Portuguese translation. Lasse Collin 2022-06-29 18:33:32 +03:00
  • dd713288d2 Translations: Add Croatian translation. Lasse Collin 2022-06-29 18:04:44 +03:00
  • 016980f269 Translations: Add Spanish translation. Lasse Collin 2022-06-29 17:58:48 +03:00
  • 4fe9578c3a Translations: Add Korean translation. Lasse Collin 2022-06-29 17:49:43 +03:00
  • 86a30b0255 Tests: Add more tests into test_check. Jia Tan 2022-06-16 17:32:19 +03:00
  • 82e30fed66 Tests: Use char[][24] array for enum_strings_lzma_ret. Lasse Collin 2022-06-16 15:02:57 +03:00
  • 5ba9459e6c Tests: tuktest.h: Add tuktest_error_impl to help with error conditions. Lasse Collin 2022-06-16 14:12:14 +03:00
  • b339892668 Tests: tuktest.h: Rename file_from_* and use tuktest_malloc there. Lasse Collin 2022-06-16 13:29:59 +03:00
  • d8b63a0ad6 Tests: tuktest.h: Add malloc wrapper with automatic freeing. Lasse Collin 2022-06-16 13:08:19 +03:00
  • 1d51536a4b Tests: tuktest.h: Move a function. Lasse Collin 2022-06-16 11:47:37 +03:00
  • 70c7555f64 Tests: test_vli: Remove an invalid test-assertion. Lasse Collin 2022-06-14 22:21:15 +03:00
  • 154b73c5a1 Tests: test_vli: Add const where appropriate. Lasse Collin 2022-06-14 22:10:10 +03:00
  • 0354d6cce3 Added vli tests to .gitignore Jia Tan 2022-06-13 20:27:03 +08:00
  • a08f5ccf6b Created tests for all functions exported in vli.h Jia Tan 2022-06-12 11:31:40 +08:00
  • 1e3eb61815 Added parallel test artifacts to .gitignore jiat75 2022-06-03 21:24:54 +08:00
  • 00e3613f12 Tests: Use good-1-empty-bcj-lzma2.xz in test_bcj_exact_size. Lasse Collin 2022-06-14 21:29:21 +03:00
  • 86bab755be Tests: Add file reading helpers to tuktest.h. Lasse Collin 2022-06-14 21:26:13 +03:00
  • 83d2337b72 Tests: tuktest.h: Move a printf from a macro to a helper function. Lasse Collin 2022-06-14 18:21:57 +03:00
  • f9e8176ea7 Tests: Add test file good-1-empty-bcj-lzma2.xz. Lasse Collin 2022-06-14 17:20:49 +03:00
  • aa75c5563a Tests: Created tests for hardware functions. Jia Tan 2022-06-10 21:35:18 +08:00
  • 5c8ffdca20 Tests: Convert test_check to tuktest. Lasse Collin 2022-06-02 21:01:45 +03:00
  • faf5ff8899 Tests: Convert test_block_header to tuktest. Lasse Collin 2022-06-02 20:31:03 +03:00
  • 754d39fbeb Tests: Convert test_bcj_exact_size to tuktest. Lasse Collin 2022-06-02 20:28:23 +03:00
  • 96da21470f Tests: Include tuktest.h in tests.h. Lasse Collin 2022-06-02 20:27:00 +03:00
  • df71ba1c99 Tests: Add tuktest.h mini-test-framework. Lasse Collin 2022-06-02 20:25:21 +03:00
  • 4773608554 Build: Enable Automake's parallel test harness. Lasse Collin 2022-05-23 21:31:36 +03:00