1
0
mirror of https://git.tukaani.org/xz.git synced 2025-11-25 08:14:43 +00:00

Commit Graph

  • 577e467b13 Translations: Update the Spanish translation. Lasse Collin 2022-11-11 17:56:44 +02:00
  • cdf14b2899 Update THANKS. Lasse Collin 2022-11-11 17:16:03 +02:00
  • 454f567e58 liblzma: Fix building with Intel ICC (the classic compiler). Lasse Collin 2022-11-11 17:15:25 +02:00
  • f9b4ff6e9a Update THANKS. Lasse Collin 2022-11-11 17:16:03 +02:00
  • a39961ef21 liblzma: Fix building with Intel ICC (the classic compiler). Lasse Collin 2022-11-11 17:15:25 +02:00
  • 2f01169f5a liblzma: Fix incorrect #ifdef for x86 SSE2 support. Lasse Collin 2022-11-11 14:35:58 +02:00
  • c715f683dc liblzma: Fix incorrect #ifdef for x86 SSE2 support. Lasse Collin 2022-11-11 14:35:58 +02:00
  • fc1358679e Scripts: Ignore warnings from xz. Lasse Collin 2022-11-11 12:23:58 +02:00
  • a08be1c420 xz: Add comments about stdin and src_st.st_size. Lasse Collin 2022-11-09 14:10:52 +02:00
  • 3ee411cd1c xz: Fix displaying of file sizes in progress indicator in passthru mode. Lasse Collin 2022-11-09 12:48:22 +02:00
  • aa7fa9d960 xz: Add a comment why --to-stdout is not in --help. Lasse Collin 2022-11-09 11:27:20 +02:00
  • ff49ff84a4 Docs: Update faq.txt a little. Lasse Collin 2022-11-08 22:26:54 +02:00
  • 3489565b75 liblzma: Update API docs about decoder flags. Lasse Collin 2022-11-08 14:13:03 +02:00
  • e493771080 liblzma: Fix a comment in auto_decoder.c. Lasse Collin 2022-11-08 14:00:58 +02:00
  • d4674dfbb7 xz: Avoid a compiler warning in progress_speed() in message.c. Jia Tan 2022-11-07 16:24:14 +02:00
  • 4ed56d32a9 Build: Clarify comment in configure.ac about SSE2. Lasse Collin 2022-10-31 16:26:05 +02:00
  • f930638797 Build: Remove obsolete commented-out lines from configure.ac. Lasse Collin 2022-10-31 16:16:37 +02:00
  • 6930f14733 Windows: Fix mythread_once() macro with Vista threads. Lasse Collin 2022-10-31 13:31:58 +02:00
  • 1c8cbb5be3 CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4. Lasse Collin 2022-10-31 11:49:47 +02:00
  • fa9efb729b Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER. Lasse Collin 2022-10-25 23:45:03 +03:00
  • b10ba4bf39 Build: Update m4/ax_pthread.m4 from Autoconf Archive. Lasse Collin 2022-10-25 23:31:44 +03:00
  • 01744b280c xz: Fix --single-stream with an empty .xz Stream. Lasse Collin 2022-10-25 23:09:11 +03:00
  • a3e4606134 xz: Fix decompressor behavior if input uses an unsupported check type. Lasse Collin 2022-10-25 19:07:17 +03:00
  • 0b5e8c7e07 xz: Clarify the man page: input file isn't removed if an error occurs. Lasse Collin 2022-10-25 18:36:19 +03:00
  • 23b7416d5b xz: If input file cannot be removed, treat it as a warning, not error. Lasse Collin 2022-10-25 18:23:54 +03:00
  • 5daa40454b tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD. Lasse Collin 2022-10-20 20:22:50 +03:00
  • bd334ae56a Add NEWS for 5.2.7 (forgotten cherry-pick from v5.2). Lasse Collin 2022-11-11 13:27:06 +02:00
  • 0af861050f NEWS: Omit the extra copy of 5.2.5 NEWS. Lasse Collin 2022-11-11 13:25:02 +02:00
  • 3c7860cf49 xzdiff: Add support for .lz files. Lasse Collin 2022-11-11 13:16:21 +02:00
  • d76c752a6d Scripts: Ignore warnings from xz. Lasse Collin 2022-11-11 12:23:58 +02:00
  • f0c6a66701 Translations: Rename poa4/fr_FR.po to po4a/fr.po. Lasse Collin 2022-11-10 12:34:43 +02:00
  • 6552535afd Translations: Rename poa4/fr_FR.po to po4a/fr.po. Lasse Collin 2022-11-10 12:34:43 +02:00
  • 0918159ce4 xz: Update the man page about BCJ filters, including upcoming --arm64. Lasse Collin 2022-11-09 18:48:50 +02:00
  • ba2ae3596f xz: Add --arm64 to --long-help and omit endianness from ARM(-Thumb). Lasse Collin 2022-11-09 18:14:14 +02:00
  • 802d57d921 Windows: Update the VS project files for ARM64 and .lz support. Lasse Collin 2022-11-09 15:12:13 +02:00
  • 5846aeda05 DOS: Update Makefile and config.h to include ARM64 and .lz support. Lasse Collin 2022-11-09 14:57:48 +02:00
  • 781da8d6c4 CMake: Add lzip decoder files and #define to the build. Lasse Collin 2022-11-09 14:45:05 +02:00
  • df8ad4af65 Docs: Update INSTALL and also add new prohibited options to PACKAGERS. Lasse Collin 2022-11-09 14:41:56 +02:00
  • c8ef089c14 Tests: Test the .lz files in test_files.sh. Lasse Collin 2022-10-20 17:39:06 +03:00
  • c8f70ebb46 Tests: Add .lz (lzip) test files. Lasse Collin 2022-10-20 15:35:59 +03:00
  • 731db13e6f xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz. Lasse Collin 2022-10-19 22:32:51 +03:00
  • 3176f992c5 xz: Add .lz (lzip) decompression support. Lasse Collin 2022-10-08 21:28:15 +03:00
  • 034086e1ae liblzma: Add .lz support to lzma_auto_decoder(). Lasse Collin 2022-10-08 00:29:20 +03:00
  • 0538db038f liblzma: Add .lz (lzip) decompression support (format versions 0 and 1). Lasse Collin 2022-10-06 15:50:20 +03:00
  • 633d48a075 liblzma: Add the missing Makefile.inc change for --disable-microlzma. Lasse Collin 2022-11-09 14:17:23 +02:00
  • 724285dadb xz: Add comments about stdin and src_st.st_size. Lasse Collin 2022-11-09 14:10:52 +02:00
  • f723eec68b xz: Fix displaying of file sizes in progress indicator in passthru mode. Lasse Collin 2022-11-09 12:48:22 +02:00
  • 69265d0f22 xz: Add a comment why --to-stdout is not in --help. Lasse Collin 2022-11-09 11:27:20 +02:00
  • fe6b8852a3 xz: Make xz -lvv show that the upcoming --arm64 needs 5.4.0 to decompress. Lasse Collin 2022-11-08 23:05:37 +02:00
  • fb3f05ac9f Docs: Update faq.txt a little. Lasse Collin 2022-11-08 22:26:54 +02:00
  • 05331f091e Translations: Update Turkish translation. Lasse Collin 2022-11-08 16:57:17 +02:00
  • ed3a482296 Translations: Update Croatian translation. Lasse Collin 2022-11-08 14:55:32 +02:00
  • 6bf8b1f870 Translations: Update Turkish translation. Lasse Collin 2022-11-08 16:57:17 +02:00
  • 9f8e9d3c81 Translations: Update Croatian translation. Lasse Collin 2022-11-08 14:55:32 +02:00
  • 4746f5ec72 liblzma: Update API docs about decoder flags. Lasse Collin 2022-11-08 14:13:03 +02:00
  • 8779a9db5d liblzma: Use the return_if_error() macro in alone_decoder.c. Lasse Collin 2022-11-08 14:01:50 +02:00
  • 3f4990b682 liblzma: Fix a comment in auto_decoder.c. Lasse Collin 2022-11-08 14:00:58 +02:00
  • 026a5897c7 xz: Initialize the pledge(2) sandbox at the very beginning of main(). Lasse Collin 2022-11-08 13:43:19 +02:00
  • 49a59f6ca0 xz: Extend --robot --info-memory output. Lasse Collin 2022-11-07 22:51:16 +02:00
  • 5e2450c75c liblzma: Include cached memory in reported memusage in threaded decoder. Lasse Collin 2022-11-07 17:22:04 +02:00
  • 1fc6e7dd1f xz: Avoid a compiler warning in progress_speed() in message.c. Jia Tan 2022-11-07 16:24:14 +02:00
  • cf118c0146 Build: Clarify comment in configure.ac about SSE2. Lasse Collin 2022-10-31 16:26:05 +02:00
  • aad3c609ff Build: Remove obsolete commented-out lines from configure.ac. Lasse Collin 2022-10-31 16:16:37 +02:00
  • e53e0e2186 Windows: Fix mythread_once() macro with Vista threads. Lasse Collin 2022-10-31 13:31:58 +02:00
  • 48dde3bab9 liblzma: Silence -Wconversion warning from crc64_fast.c. Lasse Collin 2022-10-31 11:54:44 +02:00
  • a243c617ff CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4. Lasse Collin 2022-10-31 11:49:47 +02:00
  • 05c72de06f Tests: test_files.sh: Make it not fail if features were disabled at build. Lasse Collin 2022-10-27 15:49:18 +03:00
  • b3459327a5 Tests: test_files.sh: Suppress an expected warning from the log. Lasse Collin 2022-10-27 15:30:13 +03:00
  • 798c86e423 Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing. Lasse Collin 2022-10-27 15:27:50 +03:00
  • c1dd8524e1 Tests: Keep test_compress_* working when some filters are unavailable. Lasse Collin 2022-10-27 01:12:40 +03:00
  • ce30ada919 Tests: test_bcj_exact_size skips properly now if PowerPC filter disabled. Jia Tan 2022-10-23 21:01:08 +08:00
  • 89c5cfcaca Tests: Test also unsupported-*.xz. Lasse Collin 2022-10-26 00:05:57 +03:00
  • a4b214b93a Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER. Lasse Collin 2022-10-25 23:45:03 +03:00
  • 04f299b64e Build: Update m4/ax_pthread.m4 from Autoconf Archive. Lasse Collin 2022-10-25 23:31:44 +03:00
  • 59c4d6e139 Build: Add configure option --disable-microlzma. Lasse Collin 2022-10-25 23:28:34 +03:00
  • 054ccd6d14 xz: Fix --single-stream with an empty .xz Stream. Lasse Collin 2022-10-25 23:09:11 +03:00
  • 563288ea70 xz: Add support for OpenBSD's pledge() sandbox. Lasse Collin 2022-10-25 21:11:58 +03:00
  • f9913e8ee2 xz: Fix decompressor behavior if input uses an unsupported check type. Lasse Collin 2022-10-25 19:07:17 +03:00
  • aa4fe145b9 xz: Clarify the man page: input file isn't removed if an error occurs. Lasse Collin 2022-10-25 18:36:19 +03:00
  • 8b46ae8cde xz: Refactor to remove is_empty_filename(). Lasse Collin 2022-10-25 18:30:55 +03:00
  • 8562401597 xz: If input file cannot be removed, treat it as a warning, not error. Lasse Collin 2022-10-25 18:23:54 +03:00
  • fda9f85f52 liblzma: Threaded decoder: Stop the worker threads on errors. Lasse Collin 2022-10-24 16:25:09 +03:00
  • 2611c4d905 tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD. Lasse Collin 2022-10-20 20:22:50 +03:00
  • 424ac91c7e Tests: Skip tests in test_*.sh if encoders and/or decoders are disabled. Lasse Collin 2022-10-19 19:39:35 +03:00
  • ca8bf9d7c5 Test: Remove the (exit 1) lines. Lasse Collin 2022-10-19 18:54:34 +03:00
  • 82fcb7cfc1 Tests: Fix a warning in test_memlimit.c when decoders are disabled. Lasse Collin 2022-10-19 17:14:57 +03:00
  • b5f8271b45 Tests: Add test_memlimit to .gitignore. Lasse Collin 2022-10-19 17:11:46 +03:00
  • 6a86e81cab Tests: Refactor test_stream_flags.c. Jia Tan 2022-10-06 21:53:09 +03:00
  • 827ac5b482 Tests: Refactor test_block_header.c. Jia Tan 2022-10-06 17:00:38 +08:00
  • 8496331895 Tests: Fix compilation issues. Jia Tan 2022-10-05 23:54:12 +08:00
  • 7dcabeec63 Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED. Lasse Collin 2022-10-05 16:20:47 +03:00
  • 14af758a77 liblzma: Fix a compilation issue when encoders are disabled. Jia Tan 2022-10-05 20:57:16 +08:00
  • 6ca5c354bd Tests: Fix compilation error when threading support has been disabled. Jia Tan 2022-10-05 16:41:38 +08:00
  • fae37ad2af tuklib_integer: Add 64-bit endianness-converting reads and writes. Lasse Collin 2022-10-05 14:26:00 +03:00
  • d24a57b7fc Bump version and soname for 5.2.7. v5.2.7 Lasse Collin 2022-09-30 16:41:03 +03:00
  • d2003362dd Add NEWS for 5.2.7. Lasse Collin 2022-09-30 16:40:39 +03:00
  • 369afb5199 liblzma: Add API doc note about the .xz decoder LZMA_MEMLIMIT_ERROR bug. Lasse Collin 2022-09-30 12:06:13 +03:00
  • 508a44372c liblzma: Add API doc note about the .xz decoder LZMA_MEMLIMIT_ERROR bug. Lasse Collin 2022-09-30 12:06:13 +03:00
  • 166431e995 liblzma: Add dest and src NULL checks to lzma_index_cat. Jia Tan 2022-09-21 16:15:50 +08:00
  • 5e53a6c28b Tests: Create a test for the lzma_index_cat bug. Jia Tan 2022-09-21 20:29:28 +08:00