1
0
mirror of https://git.tukaani.org/xz.git synced 2025-10-06 09:18:17 +00:00

Commit Graph

  • 4cce3e27f5 liblzma: Add threaded .xz decompressor. Lasse Collin 2022-03-06 23:36:20 +02:00
  • 717631b978 liblzma: Fix docs: lzma_block_decoder() cannot return LZMA_UNSUPPORTED_CHECK. Lasse Collin 2022-03-06 16:54:23 +02:00
  • 1a4bb97a00 liblzma: Add new output queue (lzma_outq) features. Lasse Collin 2022-03-06 16:41:19 +02:00
  • ddbc6f58c2 liblzma: Index hash: Change return value type of hash_append() to void. Lasse Collin 2022-03-06 15:18:58 +02:00
  • 20e7a33e2d liblzma: Minor addition to lzma_vli_size() API doc. Lasse Collin 2022-02-22 03:42:57 +02:00
  • 4f78f5fcf6 liblzma: Check the return value of lzma_index_append() in threaded encoder. Lasse Collin 2022-02-22 02:04:18 +02:00
  • 5313ad66b4 Update THANKS. Lasse Collin 2022-02-22 01:37:39 +02:00
  • 865e0a3689 liblzma: Use non-executable stack on FreeBSD as on Linux Ed Maste 2022-02-11 15:25:46 +00:00
  • 1c9a5786d2 liblzma: Make Block decoder catch certain types of errors better. Lasse Collin 2022-02-20 20:36:27 +02:00
  • 555de11873 Tests: Add bad-1-lzma2-11.xz. Lasse Collin 2022-02-20 19:38:55 +02:00
  • f0da507f22 Translations: Fix po4a failure with the French man page translations. Lasse Collin 2022-02-18 18:51:10 +02:00
  • f7711d228c Translations: Add French translation of man pages. Lasse Collin 2022-02-07 01:14:37 +02:00
  • 6468f7e41a liblzma: Add NULL checks to LZMA and LZMA2 properties encoders. jiat75 2022-01-28 20:47:55 +08:00
  • 2523c30705 liblzma: Fix uint64_t vs. size_t confusion. Lasse Collin 2022-02-06 23:19:32 +02:00
  • 2bd36c91d0 CMake: Keep compatible with Windows 95 for 32-bit build. huangqinjin 2021-12-13 20:49:21 +08:00
  • 2024fbf279 xzgrep: Update man page timestamp. Lasse Collin 2021-11-13 21:04:05 +02:00
  • 400e7a239a Update THANKS. Lasse Collin 2021-11-13 18:23:24 +02:00
  • 3a512c7787 xzgrep: use grep -E/-F instead of egrep and fgrep Ville Skyttä 2021-11-13 10:11:57 +02:00
  • edf525e2b1 Bump the version number for 5.3.2alpha. v5.3.2alpha Lasse Collin 2021-10-28 23:02:11 +03:00
  • ea8c948655 Add NEWS for 5.3.2alpha. Lasse Collin 2021-10-28 22:59:52 +03:00
  • 52435f302f Update THANKS. Lasse Collin 2021-10-27 23:27:48 +03:00
  • f2aea1d5a5 xz: Change the coding style of the previous commit. Lasse Collin 2021-10-27 23:23:11 +03:00
  • 892b16cc28 xz: Avoid fchown(2) failure. Alexander Bluhm 2021-10-05 23:33:16 +02:00
  • 2b509c868c liblzma: Fix liblzma.map for the lzma_microlzma_* symbols. Lasse Collin 2021-09-17 17:31:11 +03:00
  • cacb06a954 Update THANKS. Lasse Collin 2021-09-09 22:21:07 +03:00
  • 6928aac9da liblzma: Use _MSVC_LANG to detect when "noexcept" can be used with MSVC. Lasse Collin 2021-09-09 21:41:51 +03:00
  • d267d109c3 liblzma: Rename EROFS LZMA to MicroLZMA. Lasse Collin 2021-09-05 20:38:12 +03:00
  • 3247e95115 xzdiff: Update the man page about the exit status. Lasse Collin 2021-06-04 19:02:38 +03:00
  • 96f5a28a46 xzless: Fix less(1) version detection when it contains a dot. Lasse Collin 2021-06-04 18:52:48 +03:00
  • 5fb5212d81 Update THANKS. Lasse Collin 2021-04-11 19:58:10 +03:00
  • fc3d3a7296 Reduce maximum possible memory limit on MIPS32 Ivan A. Melnikov 2021-04-09 11:45:10 +03:00
  • e7da44d515 CMake: Use interface library for better FindLibLZMA compatibility. Lasse Collin 2021-02-13 23:31:27 +02:00
  • a61dd82ada CMake: Try to improve compatibility with the FindLibLZMA module. Lasse Collin 2021-01-30 18:36:04 +02:00
  • 5b7bc1b8ae Update THANKS. Lasse Collin 2021-01-29 21:19:43 +02:00
  • 6c6f0db340 liblzma: Fix unitialized variable. Lasse Collin 2021-01-29 21:19:08 +02:00
  • bb1d5c1fdd Tests: Add bad-1-lzma2-10.xz and also modify -9.xz. Lasse Collin 2021-01-24 22:32:41 +02:00
  • 6b8abc84a5 liblzma: Fix a wrong comment in stream_encoder_mt.c. Lasse Collin 2021-01-24 19:22:35 +02:00
  • 939fc5ed65 Tests: Add bad-1-lzma2-9.xz. Lasse Collin 2021-01-24 18:51:51 +02:00
  • fdd30032f8 Tests: Add bad-1-check-crc32-2.xz. Lasse Collin 2021-01-24 17:02:00 +02:00
  • db465419ae liblzma: In EROFS LZMA decoder, verify that comp_size matches at the end. Lasse Collin 2021-01-17 19:20:50 +02:00
  • 774cc0118b liblzma: Make EROFS LZMA decoder work when exact uncomp_size isn't known. Lasse Collin 2021-01-17 18:53:34 +02:00
  • 421b0aa352 liblzma: Fix missing normalization in rc_encode_dummy(). Lasse Collin 2021-01-14 20:57:11 +02:00
  • 601ec0311e liblzma: Add EROFS LZMA encoder and decoder. Lasse Collin 2021-01-14 20:07:01 +02:00
  • 625f4c7c99 liblzma: Add rough support for output-size-limited encoding in LZMA1. Lasse Collin 2021-01-13 19:16:32 +02:00
  • 9cdabbeea8 Scripts: Add zstd support to xzdiff. Lasse Collin 2021-01-11 23:57:11 +02:00
  • d9ec3add97 Update THANKS. Lasse Collin 2021-01-11 23:41:30 +02:00
  • 074259f4f3 xz: Make --keep accept symlinks, hardlinks, and setuid/setgid/sticky. Lasse Collin 2021-01-11 23:41:16 +02:00
  • 73c555b307 Scripts: Fix exit status of xzgrep. Lasse Collin 2021-01-11 23:28:52 +02:00
  • 194029ffaf Scripts: Fix exit status of xzdiff/xzcmp. Lasse Collin 2021-01-11 22:01:51 +02:00
  • f7fa309e1f liblzma: Make lzma_outq usable for threaded decompression too. Lasse Collin 2021-01-09 21:14:36 +02:00
  • a35a69d693 Update THANKS. Lasse Collin 2020-12-23 17:15:49 +02:00
  • 4fd79b90c5 liblzma: Enable Intel CET in x86 CRC assembly codes H.J. Lu 2020-12-23 06:49:04 -08:00
  • bb3b8c6a23 Update THANKS. Lasse Collin 2020-12-16 18:33:29 +02:00
  • 21588ca34a Build: Don't build bundles on Apple OSes. Lasse Collin 2020-12-16 18:30:14 +02:00
  • d05b0c42dd Update THANKS. Lasse Collin 2020-12-05 22:44:03 +02:00
  • 1890351f34 Scripts: Add zstd support to xzgrep. Adam Borowski 2020-09-25 03:35:18 +02:00
  • 2f108abb3d CMake: Fix compatibility with CMake 3.13. Lasse Collin 2020-11-17 20:51:48 +02:00
  • 5af726a792 Update THANKS. Lasse Collin 2020-11-01 22:56:43 +02:00
  • 4575d9d365 xz: Avoid unneeded \f escapes on the man page. Lasse Collin 2020-11-01 22:34:25 +02:00
  • 620b32f533 xz: Use non-breaking spaces when intentionally using more than one space. Lasse Collin 2020-11-01 19:09:53 +02:00
  • cb1f34988c xz: Protect the ellipsis (...) on the man page with \&. Lasse Collin 2020-11-01 18:49:37 +02:00
  • 5d224da3da xz: Avoid the abbreviation "e.g." on the man page. Lasse Collin 2020-11-01 18:41:21 +02:00
  • 90457dbe3e xz man page: Change \- (minus) to \(en (en-dash) for a numeric range. Lasse Collin 2020-07-12 23:10:03 +03:00
  • 352ba2d69a Windows: Fix building of resource files when config.h isn't used. Lasse Collin 2020-07-12 20:46:24 +03:00
  • a9e2a87f1d src/scripts/xzgrep.1: Filenames to xzgrep are optional. Lasse Collin 2020-04-06 19:31:50 +03:00
  • a7ba275d9b src/script/xzgrep.1: Remove superfluous '.RB' Bjarni Ingi Gislason 2020-03-26 22:17:31 +00:00
  • 133d498db0 xzgrep.1: Delete superfluous '.PP' Bjarni Ingi Gislason 2020-03-30 21:56:36 +00:00
  • 057839ca98 src/xz/xz.1: Correct misused two-fonts macros Bjarni Ingi Gislason 2020-03-26 21:16:18 +00:00
  • cf1ec5518e v5.2-specific typo fix from fossies.org. Lasse Collin 2020-03-23 18:09:40 +02:00
  • 968bbfea09 Typo fixes from fossies.org. Lasse Collin 2020-03-23 18:07:50 +02:00
  • b8e12f5ab4 Typo fixes from fossies.org. Lasse Collin 2020-03-23 18:07:50 +02:00
  • 2327a461e1 Bump version and soname for 5.2.5. v5.2.5 Lasse Collin 2020-03-17 16:27:42 +02:00
  • 3be82d2f7d Update NEWS for 5.2.5. Lasse Collin 2020-03-17 16:26:04 +02:00
  • 869b9d1b4e Update NEWS for 5.2.5. Lasse Collin 2020-03-17 16:24:28 +02:00
  • ab3e57539c Translations: Rebuild cs.po to avoid incorrect fuzzy strings. Lasse Collin 2020-03-16 21:57:21 +02:00
  • 3a6f38309d README: Update outdated sections. Lasse Collin 2020-03-16 20:01:37 +02:00
  • a048e3a92d README: Update outdated sections. Lasse Collin 2020-03-16 20:01:37 +02:00
  • 9cc0901798 README: Mention that translatable strings will change after 5.2.x. Lasse Collin 2020-03-16 19:46:27 +02:00
  • cc16357424 README: Mention that man pages can be translated. Lasse Collin 2020-03-16 19:39:45 +02:00
  • 29aed815ad README: Mention that man pages can be translated. Lasse Collin 2020-03-16 19:39:45 +02:00
  • ca261994ed Translations: Add partial Danish translation. Lasse Collin 2020-03-16 17:30:39 +02:00
  • 51cd5d051f Update INSTALL.generic from Automake 1.16.1. Lasse Collin 2020-03-16 16:43:29 +02:00
  • 7fa7653940 Update INSTALL.generic from Automake 1.16.1. Lasse Collin 2020-03-16 16:43:29 +02:00
  • 69d694e5f1 Update INSTALL for Windows and DOS and add preliminary info for z/OS. Lasse Collin 2020-03-15 15:27:22 +02:00
  • 2c3b1bb80a Build: Update m4/ax_pthread.m4 from Autoconf Archive (again). Lasse Collin 2020-03-15 15:26:20 +02:00
  • 9bd317ef03 Update INSTALL for Windows and DOS and add preliminary info for z/OS. Lasse Collin 2020-03-15 15:27:22 +02:00
  • a3148c0446 Build: Update m4/ax_pthread.m4 from Autoconf Archive (again). Lasse Collin 2020-03-15 15:26:20 +02:00
  • 74a5af180a xz: Never use thousand separators in DJGPP builds. Lasse Collin 2020-03-11 21:15:35 +02:00
  • ceba0d25e8 DOS: Update dos/Makefile for DJGPP 2.05. Lasse Collin 2020-03-11 19:38:08 +02:00
  • 29e5bd7161 DOS: Update instructions in dos/INSTALL.txt. Lasse Collin 2020-03-11 19:36:07 +02:00
  • 00a037ee9c DOS: Update config.h. Lasse Collin 2020-03-11 17:58:51 +02:00
  • 4ec2feaefa Translations: Add hu, zh_CN, and zh_TW. Lasse Collin 2020-03-11 22:37:54 +02:00
  • 7812002dd3 xz: Never use thousand separators in DJGPP builds. Lasse Collin 2020-03-11 21:15:35 +02:00
  • 7c8f688bf7 DOS: Update dos/Makefile for DJGPP 2.05. Lasse Collin 2020-03-11 19:38:08 +02:00
  • 319ca928d7 DOS: Update instructions in dos/INSTALL.txt. Lasse Collin 2020-03-11 19:36:07 +02:00
  • cb6b227ce3 DOS: Update config.h. Lasse Collin 2020-03-11 17:58:51 +02:00
  • b6ed09729a Translations: Update vi.po to match the file from the TP. Lasse Collin 2020-03-11 14:33:30 +02:00
  • 7c85e8953c Translations: Add fi and pt_BR, and update de, fr, it, and pl. Lasse Collin 2020-03-11 14:18:03 +02:00
  • 7da3ebc67f Update THANKS. Lasse Collin 2020-02-25 21:35:14 +02:00
  • 1acc487943 Build: Add very limited experimental CMake support. Lasse Collin 2020-03-11 13:05:29 +02:00