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

Commit graph

  • 054ccd6d14 xz: Fix --single-stream with an empty .xz Stream. Lasse Collin 2022-10-25 23:09:11 +0300
  • 563288ea70 xz: Add support for OpenBSD's pledge() sandbox. Lasse Collin 2022-10-25 21:11:58 +0300
  • f9913e8ee2 xz: Fix decompressor behavior if input uses an unsupported check type. Lasse Collin 2022-10-25 19:07:17 +0300
  • aa4fe145b9 xz: Clarify the man page: input file isn't removed if an error occurs. Lasse Collin 2022-10-25 18:36:19 +0300
  • 8b46ae8cde xz: Refactor to remove is_empty_filename(). Lasse Collin 2022-10-25 18:30:55 +0300
  • 8562401597 xz: If input file cannot be removed, treat it as a warning, not error. Lasse Collin 2022-10-25 18:23:54 +0300
  • fda9f85f52 liblzma: Threaded decoder: Stop the worker threads on errors. Lasse Collin 2022-10-24 16:25:09 +0300
  • 2611c4d905 tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD. Lasse Collin 2022-10-20 20:22:50 +0300
  • 424ac91c7e Tests: Skip tests in test_*.sh if encoders and/or decoders are disabled. Lasse Collin 2022-10-19 19:39:35 +0300
  • ca8bf9d7c5 Test: Remove the (exit 1) lines. Lasse Collin 2022-10-19 18:54:34 +0300
  • 82fcb7cfc1 Tests: Fix a warning in test_memlimit.c when decoders are disabled. Lasse Collin 2022-10-19 17:14:57 +0300
  • b5f8271b45 Tests: Add test_memlimit to .gitignore. Lasse Collin 2022-10-19 17:11:46 +0300
  • 6a86e81cab Tests: Refactor test_stream_flags.c. Jia Tan 2022-10-06 21:53:09 +0300
  • 827ac5b482 Tests: Refactor test_block_header.c. Jia Tan 2022-10-06 17:00:38 +0800
  • 8496331895 Tests: Fix compilation issues. Jia Tan 2022-10-05 23:54:12 +0800
  • 7dcabeec63 Tests: Include mythread.h in the tests that use MYTHREAD_ENABLED. Lasse Collin 2022-10-05 16:20:47 +0300
  • 14af758a77 liblzma: Fix a compilation issue when encoders are disabled. Jia Tan 2022-10-05 20:57:16 +0800
  • 6ca5c354bd Tests: Fix compilation error when threading support has been disabled. Jia Tan 2022-10-05 16:41:38 +0800
  • fae37ad2af tuklib_integer: Add 64-bit endianness-converting reads and writes. Lasse Collin 2022-10-05 14:26:00 +0300
  • d24a57b7fc Bump version and soname for 5.2.7. v5.2.7 Lasse Collin 2022-09-30 16:41:03 +0300
  • d2003362dd Add NEWS for 5.2.7. Lasse Collin 2022-09-30 16:40:39 +0300
  • 369afb5199 liblzma: Add API doc note about the .xz decoder LZMA_MEMLIMIT_ERROR bug. Lasse Collin 2022-09-30 12:06:13 +0300
  • 508a44372c liblzma: Add API doc note about the .xz decoder LZMA_MEMLIMIT_ERROR bug. Lasse Collin 2022-09-30 12:06:13 +0300
  • 166431e995 liblzma: Add dest and src NULL checks to lzma_index_cat. Jia Tan 2022-09-21 16:15:50 +0800
  • 5e53a6c28b Tests: Create a test for the lzma_index_cat bug. Jia Tan 2022-09-21 20:29:28 +0800
  • 4ed5fd54c6 liblzma: Fix copying of check type statistics in lzma_index_cat(). Jia Tan 2022-09-21 19:28:53 +0800
  • c4476f6952 tuklib_physmem: Fix Unicode builds on Windows. Lasse Collin 2022-09-28 12:20:41 +0300
  • 976f897bbb liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR. Lasse Collin 2022-09-28 11:05:15 +0300
  • 2caa9580e5 liblzma: Stream decoder: Fix comments. Lasse Collin 2022-09-28 11:00:23 +0300
  • 8cc9874a79 liblzma: Add dest and src NULL checks to lzma_index_cat. Jia Tan 2022-09-21 16:15:50 +0800
  • afd5a8bf53 Tests: Create a test for the lzma_index_cat bug. Jia Tan 2022-09-21 20:29:28 +0800
  • 3d5a99ca37 liblzma: Fix copying of check type statistics in lzma_index_cat(). Jia Tan 2022-09-21 19:28:53 +0800
  • a61d321727 tuklib_physmem: Fix Unicode builds on Windows. Lasse Collin 2022-09-28 12:20:41 +0300
  • 5a4d3548ab Tests: Add test_memlimit.c to test restarting after LZMA_MEMLIMIT_ERROR. Lasse Collin 2022-09-28 11:12:07 +0300
  • 660739f99a liblzma: Stream decoder: Fix restarting after LZMA_MEMLIMIT_ERROR. Lasse Collin 2022-09-28 11:05:15 +0300
  • 7e68fda58c liblzma: Stream decoder: Fix comments. Lasse Collin 2022-09-28 11:00:23 +0300
  • f664cb2584 liblzma: ARM64: Add comments. Lasse Collin 2022-09-20 16:58:22 +0300
  • b557b4a0ee liblzma: ARM64: Fix wrong comment in API doc. Lasse Collin 2022-09-20 16:27:50 +0300
  • d5b0906fa5 xz: Add --experimental-arm64[=width=WIDTH]. Lasse Collin 2022-09-19 20:24:26 +0300
  • ecb966de30 liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID. Lasse Collin 2022-09-19 19:34:56 +0300
  • 177bdc922c liblzma: Simple/BCJ filters: Allow disabling generic BCJ options. Lasse Collin 2022-09-17 22:42:18 +0300
  • 51882fec5b Update THANKS. Lasse Collin 2022-09-16 14:09:07 +0300
  • 974186f7cd xzgrep: Fix compatibility with old shells. Lasse Collin 2022-09-16 14:07:03 +0300
  • f94da15120 liblzma: lzma_filters_copy: Keep dest[] unmodified if an error occurs. Lasse Collin 2022-09-09 13:51:57 +0300
  • ea57b9aa2c Tests: Add a test file for lzma_index_append() integer overflow bug. Lasse Collin 2022-09-16 17:08:53 +0300
  • 72e1645a43 liblzma: lzma_index_append: Add missing integer overflow check. Jia Tan 2022-09-02 20:18:55 +0800
  • 20d82bc907 Update THANKS. Lasse Collin 2022-09-08 15:11:08 +0300
  • 31d80c6b26 liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. Lasse Collin 2022-09-04 23:23:00 +0300
  • c3592d0a55 Tests: Add a test file for lzma_index_append() integer overflow bug. Lasse Collin 2022-09-16 17:08:53 +0300
  • e7a7ac744e CMake: Clarify a comment about Windows symlinks without file extension. Jia Tan 2022-09-08 15:07:00 +0300
  • a273a0cb77 CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep. Lasse Collin 2022-09-08 15:02:41 +0300
  • 5875a45be0 CMake: Add xz symlinks. Lasse Collin 2022-08-31 16:42:04 +0300
  • 3523b6ebb5 CMake: Put xz man page install under if(UNIX) like is for xzdec. Lasse Collin 2022-08-31 16:29:38 +0300
  • 982b29f828 Translations: Add Turkish translation. Lasse Collin 2022-09-16 15:10:07 +0300
  • 5af9e8759f Translations: Add Turkish translation. Lasse Collin 2022-09-16 15:10:07 +0300
  • 1fc088d9f6 Update THANKS. Lasse Collin 2022-09-16 14:09:07 +0300
  • 097c7b67ce xzgrep: Fix compatibility with old shells. Lasse Collin 2022-09-16 14:07:03 +0300
  • f2d084fe3f Tests: Silence warnings about unused functions from tuktest.h. Lasse Collin 2022-09-09 14:12:30 +0300
  • f8ee61e74e liblzma: lzma_filters_copy: Keep dest[] unmodified if an error occurs. Lasse Collin 2022-09-09 13:51:57 +0300
  • 18d7facd38 liblzma: lzma_index_append: Add missing integer overflow check. Jia Tan 2022-09-02 20:18:55 +0800
  • 9ac06cb5b8 Update THANKS. Lasse Collin 2022-09-08 15:11:08 +0300
  • ba3e4ba2de CMake: Clarify a comment about Windows symlinks without file extension. Jia Tan 2022-09-08 15:07:00 +0300
  • 17485e884c CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep. Lasse Collin 2022-09-08 15:02:41 +0300
  • 913ddc5572 liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. Lasse Collin 2022-09-04 23:23:00 +0300
  • 80a1a8bb83 CMake: Add xz symlinks. Lasse Collin 2022-08-31 16:42:04 +0300
  • a4193bb6d8 CMake: Put xz man page install under if(UNIX) like is for xzdec. Lasse Collin 2022-08-31 16:29:38 +0300
  • c1555b1a22 Bump version number for 5.3.3alpha. v5.3.3alpha Lasse Collin 2022-08-22 18:16:40 +0300
  • 44fedddc11 Add NEWS for 5.3.3alpha. Lasse Collin 2022-08-22 18:13:56 +0300
  • a93e235d7c Translations: Add Portuguese translation. Lasse Collin 2022-07-12 17:59:41 +0300
  • e7cf5a946f Translations: Add Serbian translation. Lasse Collin 2022-07-10 21:16:40 +0300
  • cc8617ab53 Translations: Add Swedish translation. Lasse Collin 2022-07-04 23:51:36 +0300
  • c613598c35 Translations: Add Esperanto translation. Lasse Collin 2022-07-04 23:40:27 +0300
  • 659a587d67 Translations: Add Catalan translation. Lasse Collin 2022-07-01 00:22:33 +0300
  • 739fd8c9bd Translations: Add Ukrainian translation. Lasse Collin 2022-06-30 17:47:08 +0300
  • 73280550b1 Translators: Add Romanian translation. Lasse Collin 2022-06-30 17:45:26 +0300
  • 2465f5b825 Translations: Update Brazilian Portuguese translation. Lasse Collin 2022-06-29 18:33:32 +0300
  • 434e1ffd3e Translations: Add Croatian translation. Lasse Collin 2022-06-29 18:04:44 +0300
  • 0732d0f706 Translations: Add Spanish translation. Lasse Collin 2022-06-29 17:58:48 +0300
  • 9899b0f82b Translations: Add Korean translation. Lasse Collin 2022-06-29 17:49:43 +0300
  • 65217eaf6b Translations: Rebuild cs.po to avoid incorrect fuzzy strings. Lasse Collin 2020-03-16 21:57:21 +0200
  • e56ff423ee Translations: Add partial Danish translation. Lasse Collin 2020-03-16 17:30:39 +0200
  • 43e09c62e7 Translations: Add hu, zh_CN, and zh_TW. Lasse Collin 2020-03-11 22:37:54 +0200
  • 982b6b198a Translations: Update vi.po to match the file from the TP. Lasse Collin 2020-03-11 14:33:30 +0200
  • 801f39691f Translations: Add fi and pt_BR, and update de, fr, it, and pl. Lasse Collin 2020-03-11 14:18:03 +0200
  • 311e4f85ed xz: Try to clarify --memlimit-mt-decompress vs. --memlimit-compress. Lasse Collin 2022-08-22 17:27:19 +0300
  • df23c31000 CMake: Add liblzma tests. Lasse Collin 2022-08-22 16:46:18 +0300
  • 02a777f9c4 xz: Revise --info-memory output. Lasse Collin 2022-08-19 23:32:22 +0300
  • f864f6d42e xz: Update the man page for threaded decompression and memlimits. Lasse Collin 2022-08-19 23:12:02 +0300
  • f05a69685e Build: Include the CMake files in the distribution. Lasse Collin 2022-08-18 17:49:16 +0300
  • ad5ef6d3c3 Windows: Fix broken liblzma.dll build with Visual Studio project files. Lasse Collin 2022-08-18 17:38:05 +0300
  • d13bfcc005 Build: Include the CMake files in the distribution. Lasse Collin 2022-08-18 17:49:16 +0300
  • e66787bcfe Windows: Fix broken liblzma.dll build with Visual Studio project files. Lasse Collin 2022-08-18 17:38:05 +0300
  • c4e8e5fb31 liblzma: Threaded decoder: Improve LZMA_FAIL_FAST when LZMA_FINISH is used. Lasse Collin 2022-08-18 17:16:49 +0300
  • 6dcf606e7e Add NEWS for 5.2.6. Lasse Collin 2022-08-12 18:31:47 +0300
  • 8dfed05bda Bump version and soname for 5.2.6. v5.2.6 Lasse Collin 2022-08-12 14:30:13 +0300
  • 09b4af4e04 Add NEWS for 5.2.6. Lasse Collin 2022-08-12 14:29:28 +0300
  • 692de534fa Add Jia Tan to AUTHORS. Lasse Collin 2022-08-12 14:28:41 +0300
  • 413b86fcf8 Add Jia Tan to AUTHORS. Lasse Collin 2022-08-12 14:28:41 +0300
  • 352672732c Build: Start the generated ChangeLog from around 5.2.0 instead of 5.0.0. Lasse Collin 2022-07-25 19:28:26 +0300
  • 275de376a6 Translations: Change the copyright comment string to use with po4a. Lasse Collin 2022-07-25 19:11:05 +0300