1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Commit graph

  • f50534c973 liblzma: Fix two Doxygen commands in the API headers. Lasse Collin 2022-11-21 13:02:33 +0200
  • 649d4872ed xz: Refactor duplicate code from hardware_memlimit_mtenc_get(). Lasse Collin 2022-11-19 19:09:55 +0200
  • d327743bb5 xz: Add support --threads=+N so that -T+1 gives threaded mode. Lasse Collin 2022-11-19 19:06:13 +0200
  • a11a2b8b5e CMake: Adds test_memlimit to CMake tests Jia Tan 2022-11-19 23:18:04 +0800
  • 2af8d9e9b3 Translations: Update the Korean translation. Lasse Collin 2022-11-15 19:10:21 +0200
  • 16ac056772 Translations: Update the Turkish translation. Lasse Collin 2022-11-15 19:09:28 +0200
  • b9a67d9a5f Bump version number for 5.3.4alpha. v5.3.4alpha Lasse Collin 2022-11-15 10:58:39 +0200
  • 5b999ba289 Add NEWS for 5.3.4alpha. Lasse Collin 2022-11-15 10:54:40 +0200
  • ce8db9e37d Add NEWS for 5.2.8. Lasse Collin 2022-11-15 10:54:08 +0200
  • b56bc8251d Revert "liblzma: Simple/BCJ filters: Allow disabling generic BCJ options." Lasse Collin 2022-11-14 23:19:57 +0200
  • 8370ec8edf Replace the experimental ARM64 filter with a new experimental version. Lasse Collin 2022-11-14 23:14:41 +0200
  • f644473a21 liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL. Lasse Collin 2022-11-14 21:34:57 +0200
  • 3b466bc796 Translations: Update the Swedish translation one more time. Lasse Collin 2022-11-14 20:14:34 +0200
  • e963379a86 Translations: Update the Swedish translation again. Lasse Collin 2022-11-14 19:34:15 +0200
  • a4bc689a82 Translations: Update the Swedish translation. Lasse Collin 2022-11-14 19:07:45 +0200
  • bbf2073d82 Translations: Update the Ukrainian translation. Lasse Collin 2022-11-14 18:58:09 +0200
  • ac10b1b362 Build: Omit x86_64 from --enable-assembler. Lasse Collin 2022-11-14 17:58:07 +0200
  • eb0f1450ad liblzma: Use __attribute__((__constructor__)) if available. Lasse Collin 2022-11-14 16:00:52 +0200
  • 5476089d9c Bump version and soname for 5.2.8. v5.2.8 Lasse Collin 2022-11-13 19:58:47 +0200
  • f9994f395d Add NEWS for 5.2.8. Lasse Collin 2022-11-13 19:57:26 +0200
  • 6553f49b11 Translations: Update the Romanian translation. Lasse Collin 2022-11-12 21:19:52 +0200
  • db97e69e12 Translations: Update the Hungarian translation. Lasse Collin 2022-11-12 21:17:45 +0200
  • 2bbb9c0f38 Translations: Update the Finnish translation. Lasse Collin 2022-11-11 17:58:57 +0200
  • 3c8cbb8137 Translations: Update the Croatian translation. Lasse Collin 2022-11-11 17:58:18 +0200
  • 26c3359eac Translations: Update the Polish translation. Lasse Collin 2022-11-11 17:57:18 +0200
  • 577e467b13 Translations: Update the Spanish translation. Lasse Collin 2022-11-11 17:56:44 +0200
  • cdf14b2899 Update THANKS. Lasse Collin 2022-11-11 17:16:03 +0200
  • 454f567e58 liblzma: Fix building with Intel ICC (the classic compiler). Lasse Collin 2022-11-11 17:15:25 +0200
  • f9b4ff6e9a Update THANKS. Lasse Collin 2022-11-11 17:16:03 +0200
  • a39961ef21 liblzma: Fix building with Intel ICC (the classic compiler). Lasse Collin 2022-11-11 17:15:25 +0200
  • 2f01169f5a liblzma: Fix incorrect #ifdef for x86 SSE2 support. Lasse Collin 2022-11-11 14:35:58 +0200
  • c715f683dc liblzma: Fix incorrect #ifdef for x86 SSE2 support. Lasse Collin 2022-11-11 14:35:58 +0200
  • fc1358679e Scripts: Ignore warnings from xz. Lasse Collin 2022-11-11 12:23:58 +0200
  • a08be1c420 xz: Add comments about stdin and src_st.st_size. Lasse Collin 2022-11-09 14:10:52 +0200
  • 3ee411cd1c xz: Fix displaying of file sizes in progress indicator in passthru mode. Lasse Collin 2022-11-09 12:48:22 +0200
  • aa7fa9d960 xz: Add a comment why --to-stdout is not in --help. Lasse Collin 2022-11-09 11:27:20 +0200
  • ff49ff84a4 Docs: Update faq.txt a little. Lasse Collin 2022-11-08 22:26:54 +0200
  • 3489565b75 liblzma: Update API docs about decoder flags. Lasse Collin 2022-11-08 14:13:03 +0200
  • e493771080 liblzma: Fix a comment in auto_decoder.c. Lasse Collin 2022-11-08 14:00:58 +0200
  • d4674dfbb7 xz: Avoid a compiler warning in progress_speed() in message.c. Jia Tan 2022-11-07 16:24:14 +0200
  • 4ed56d32a9 Build: Clarify comment in configure.ac about SSE2. Lasse Collin 2022-10-31 16:26:05 +0200
  • f930638797 Build: Remove obsolete commented-out lines from configure.ac. Lasse Collin 2022-10-31 16:16:37 +0200
  • 6930f14733 Windows: Fix mythread_once() macro with Vista threads. Lasse Collin 2022-10-31 13:31:58 +0200
  • 1c8cbb5be3 CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4. Lasse Collin 2022-10-31 11:49:47 +0200
  • fa9efb729b Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER. Lasse Collin 2022-10-25 23:45:03 +0300
  • b10ba4bf39 Build: Update m4/ax_pthread.m4 from Autoconf Archive. Lasse Collin 2022-10-25 23:31:44 +0300
  • 01744b280c xz: Fix --single-stream with an empty .xz Stream. Lasse Collin 2022-10-25 23:09:11 +0300
  • a3e4606134 xz: Fix decompressor behavior if input uses an unsupported check type. Lasse Collin 2022-10-25 19:07:17 +0300
  • 0b5e8c7e07 xz: Clarify the man page: input file isn't removed if an error occurs. Lasse Collin 2022-10-25 18:36:19 +0300
  • 23b7416d5b xz: If input file cannot be removed, treat it as a warning, not error. Lasse Collin 2022-10-25 18:23:54 +0300
  • 5daa40454b tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD. Lasse Collin 2022-10-20 20:22:50 +0300
  • bd334ae56a Add NEWS for 5.2.7 (forgotten cherry-pick from v5.2). Lasse Collin 2022-11-11 13:27:06 +0200
  • 0af861050f NEWS: Omit the extra copy of 5.2.5 NEWS. Lasse Collin 2022-11-11 13:25:02 +0200
  • 3c7860cf49 xzdiff: Add support for .lz files. Lasse Collin 2022-11-11 13:16:21 +0200
  • d76c752a6d Scripts: Ignore warnings from xz. Lasse Collin 2022-11-11 12:23:58 +0200
  • f0c6a66701 Translations: Rename poa4/fr_FR.po to po4a/fr.po. Lasse Collin 2022-11-10 12:34:43 +0200
  • 6552535afd Translations: Rename poa4/fr_FR.po to po4a/fr.po. Lasse Collin 2022-11-10 12:34:43 +0200
  • 0918159ce4 xz: Update the man page about BCJ filters, including upcoming --arm64. Lasse Collin 2022-11-09 18:48:50 +0200
  • ba2ae3596f xz: Add --arm64 to --long-help and omit endianness from ARM(-Thumb). Lasse Collin 2022-11-09 18:14:14 +0200
  • 802d57d921 Windows: Update the VS project files for ARM64 and .lz support. Lasse Collin 2022-11-09 15:12:13 +0200
  • 5846aeda05 DOS: Update Makefile and config.h to include ARM64 and .lz support. Lasse Collin 2022-11-09 14:57:48 +0200
  • 781da8d6c4 CMake: Add lzip decoder files and #define to the build. Lasse Collin 2022-11-09 14:45:05 +0200
  • df8ad4af65 Docs: Update INSTALL and also add new prohibited options to PACKAGERS. Lasse Collin 2022-11-09 14:41:56 +0200
  • c8ef089c14 Tests: Test the .lz files in test_files.sh. Lasse Collin 2022-10-20 17:39:06 +0300
  • c8f70ebb46 Tests: Add .lz (lzip) test files. Lasse Collin 2022-10-20 15:35:59 +0300
  • 731db13e6f xz: Remove the commented-out FORMAT_GZIP, gzip, .gz, and .tgz. Lasse Collin 2022-10-19 22:32:51 +0300
  • 3176f992c5 xz: Add .lz (lzip) decompression support. Lasse Collin 2022-10-08 21:28:15 +0300
  • 034086e1ae liblzma: Add .lz support to lzma_auto_decoder(). Lasse Collin 2022-10-08 00:29:20 +0300
  • 0538db038f liblzma: Add .lz (lzip) decompression support (format versions 0 and 1). Lasse Collin 2022-10-06 15:50:20 +0300
  • 633d48a075 liblzma: Add the missing Makefile.inc change for --disable-microlzma. Lasse Collin 2022-11-09 14:17:23 +0200
  • 724285dadb xz: Add comments about stdin and src_st.st_size. Lasse Collin 2022-11-09 14:10:52 +0200
  • f723eec68b xz: Fix displaying of file sizes in progress indicator in passthru mode. Lasse Collin 2022-11-09 12:48:22 +0200
  • 69265d0f22 xz: Add a comment why --to-stdout is not in --help. Lasse Collin 2022-11-09 11:27:20 +0200
  • fe6b8852a3 xz: Make xz -lvv show that the upcoming --arm64 needs 5.4.0 to decompress. Lasse Collin 2022-11-08 23:05:37 +0200
  • fb3f05ac9f Docs: Update faq.txt a little. Lasse Collin 2022-11-08 22:26:54 +0200
  • 05331f091e Translations: Update Turkish translation. Lasse Collin 2022-11-08 16:57:17 +0200
  • ed3a482296 Translations: Update Croatian translation. Lasse Collin 2022-11-08 14:55:32 +0200
  • 6bf8b1f870 Translations: Update Turkish translation. Lasse Collin 2022-11-08 16:57:17 +0200
  • 9f8e9d3c81 Translations: Update Croatian translation. Lasse Collin 2022-11-08 14:55:32 +0200
  • 4746f5ec72 liblzma: Update API docs about decoder flags. Lasse Collin 2022-11-08 14:13:03 +0200
  • 8779a9db5d liblzma: Use the return_if_error() macro in alone_decoder.c. Lasse Collin 2022-11-08 14:01:50 +0200
  • 3f4990b682 liblzma: Fix a comment in auto_decoder.c. Lasse Collin 2022-11-08 14:00:58 +0200
  • 026a5897c7 xz: Initialize the pledge(2) sandbox at the very beginning of main(). Lasse Collin 2022-11-08 13:43:19 +0200
  • 49a59f6ca0 xz: Extend --robot --info-memory output. Lasse Collin 2022-11-07 22:51:16 +0200
  • 5e2450c75c liblzma: Include cached memory in reported memusage in threaded decoder. Lasse Collin 2022-11-07 17:22:04 +0200
  • 1fc6e7dd1f xz: Avoid a compiler warning in progress_speed() in message.c. Jia Tan 2022-11-07 16:24:14 +0200
  • cf118c0146 Build: Clarify comment in configure.ac about SSE2. Lasse Collin 2022-10-31 16:26:05 +0200
  • aad3c609ff Build: Remove obsolete commented-out lines from configure.ac. Lasse Collin 2022-10-31 16:16:37 +0200
  • e53e0e2186 Windows: Fix mythread_once() macro with Vista threads. Lasse Collin 2022-10-31 13:31:58 +0200
  • 48dde3bab9 liblzma: Silence -Wconversion warning from crc64_fast.c. Lasse Collin 2022-10-31 11:54:44 +0200
  • a243c617ff CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4. Lasse Collin 2022-10-31 11:49:47 +0200
  • 05c72de06f Tests: test_files.sh: Make it not fail if features were disabled at build. Lasse Collin 2022-10-27 15:49:18 +0300
  • b3459327a5 Tests: test_files.sh: Suppress an expected warning from the log. Lasse Collin 2022-10-27 15:30:13 +0300
  • 798c86e423 Tests: test_files.sh: Print the reason for skipping if xz & xzdec missing. Lasse Collin 2022-10-27 15:27:50 +0300
  • c1dd8524e1 Tests: Keep test_compress_* working when some filters are unavailable. Lasse Collin 2022-10-27 01:12:40 +0300
  • ce30ada919 Tests: test_bcj_exact_size skips properly now if PowerPC filter disabled. Jia Tan 2022-10-23 21:01:08 +0800
  • 89c5cfcaca Tests: Test also unsupported-*.xz. Lasse Collin 2022-10-26 00:05:57 +0300
  • a4b214b93a Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER. Lasse Collin 2022-10-25 23:45:03 +0300
  • 04f299b64e Build: Update m4/ax_pthread.m4 from Autoconf Archive. Lasse Collin 2022-10-25 23:31:44 +0300
  • 59c4d6e139 Build: Add configure option --disable-microlzma. Lasse Collin 2022-10-25 23:28:34 +0300