1
0
mirror of https://git.tukaani.org/xz.git synced 2025-11-24 15:54:46 +00:00

Commit Graph

  • 702b9ed690 Fix typos Lasse Collin 2024-05-18 00:34:07 +03:00
  • 37314d4d18 Update maintainer and author info. Lasse Collin 2024-04-08 18:27:39 +03:00
  • 02d0318629 liblzma: Fix incorrect function type error from sanitizer Lasse Collin 2024-04-30 22:22:45 +03:00
  • b933ef49a5 xz: Avoid arithmetic on a null pointer Lasse Collin 2024-04-30 21:41:11 +03:00
  • ecbc34d90b liblzma: index_decoder: Fix missing initializations on LZMA_PROG_ERROR Lasse Collin 2024-04-27 14:33:38 +03:00
  • e0e53eb80f CMake: Bump maximum policy version to 3.29 Lasse Collin 2024-05-07 19:30:19 +03:00
  • 46c574e70a xz man page: Use .ft CR instead of CW to silence warnings from groff. Lasse Collin 2024-04-08 21:19:38 +03:00
  • 33b2a5104a Update THANKS. Lasse Collin 2024-04-09 18:22:16 +03:00
  • e60534b03b INSTALL: Document arguments of --enable-symbol-versions. Lasse Collin 2024-03-15 17:43:39 +02:00
  • be86d78acf Build: Use only the generic symbol versioning with NVIDIA HPC Compiler. Lasse Collin 2024-03-15 17:15:50 +02:00
  • 0f455c2687 CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler. Lasse Collin 2024-03-15 16:36:35 +02:00
  • 880556e98c Update THANKS. Lasse Collin 2024-03-13 21:38:24 +02:00
  • 639d053823 liblzma: Minor comment edits. Lasse Collin 2024-03-13 21:30:18 +02:00
  • 7de966a02b liblzma: Fix building with NVHPC (NVIDIA HPC SDK). Sergey Kosukhin 2024-03-13 13:07:13 +01:00
  • 13a0a0fc8f CMake: Disable symbol versioning on non-glibc Linux. Lasse Collin 2024-03-13 21:17:10 +02:00
  • 706134d965 CMake: Make symbol versioning configurable. Lasse Collin 2024-03-13 20:32:46 +02:00
  • a9b2d85120 CMake: Handle symbol versioning on MicroBlaze specially. Lasse Collin 2024-02-18 14:59:52 +02:00
  • 93b928b230 Build: Style tweaks to configure.ac. Lasse Collin 2024-03-13 19:47:36 +02:00
  • 2dbc0fc5c2 Build: Let the users override the symbol versioning variant. Sergey Kosukhin 2024-03-12 20:03:49 +01:00
  • be29fac96d INSTALL: Clarify that --disable-assembler affects only 32-bit x86. Lasse Collin 2024-02-21 17:41:32 +02:00
  • 769b5d0055 xz: Delete old commented-out code. Lasse Collin 2024-02-17 23:07:35 +02:00
  • d800c85838 xz: Tweak comments. Lasse Collin 2024-02-17 23:07:35 +02:00
  • 7d487a4c2a xz: Fix message_init() description. Lasse Collin 2024-02-17 23:07:35 +02:00
  • 9c2d1b52ce Build: Don't install TODO. Lasse Collin 2024-02-17 19:25:05 +02:00
  • 2c024f60c2 Update m4/.gitignore. Jia Tan 2024-02-15 22:26:43 +08:00
  • 7e85728f9a Fix typos Lasse Collin 2024-05-18 00:34:07 +03:00
  • 4686f0eecd liblzma: Fix white space Lasse Collin 2024-05-18 00:23:52 +03:00
  • 37c46f7b67 Update maintainer and author info. Lasse Collin 2024-04-08 18:27:39 +03:00
  • 480d25e534 Add NEWS for 5.2.11 and 5.2.12 Lasse Collin 2024-05-07 20:42:48 +03:00
  • 64e0a5f726 liblzma: Fix incorrect function type error from sanitizer Lasse Collin 2024-04-30 22:22:45 +03:00
  • 203d482599 xz: Avoid arithmetic on a null pointer Lasse Collin 2024-04-30 21:41:11 +03:00
  • 2d14bf53b9 Tests: test_index: Fix failures when features are disabled Lasse Collin 2024-04-28 01:34:50 +03:00
  • 8ace8b9c97 Tests: test_index: Edit a misleading test Lasse Collin 2024-04-27 18:30:40 +03:00
  • 7e8142ff56 Tests: test_index: Use minimal values to test integer overflow Lasse Collin 2024-04-27 16:46:01 +03:00
  • 4ae9e708bc Tests: test_index: Test lzma_index_buffer_decode() more Lasse Collin 2024-04-27 15:13:39 +03:00
  • 61be041f84 Tests: test_index: Test that *i = NULL is done on LZMA_PROG_ERROR Lasse Collin 2024-04-27 15:08:29 +03:00
  • f39a7ba7f9 Tests: test_index: Test lzma_index_buffer_encode() with empty output buf Lasse Collin 2024-04-27 15:01:25 +03:00
  • 780ddb8173 Tests: test_index: Replace if-statements with tuktest assertions Lasse Collin 2024-04-27 14:59:55 +03:00
  • 24dd20ca1d Tests: test_index: Make it clear that my_alloc() has no integer overflows Lasse Collin 2024-04-27 14:56:16 +03:00
  • 189251f5d2 Tests: test_index: Verify also iter.block.number_in_stream Lasse Collin 2024-04-27 14:51:52 +03:00
  • e82a20c5c1 Tests: test_index: Check cases that aren't a multiple of 4 bytes Lasse Collin 2024-04-27 14:51:06 +03:00
  • 214569ace8 liblzma: index_decoder: Fix missing initializations on LZMA_PROG_ERROR Lasse Collin 2024-04-27 14:33:38 +03:00
  • 80f72396ea CMake: Bump maximum policy version to 3.29 Lasse Collin 2024-05-07 19:30:19 +03:00
  • cf3780e309 liblzma: API doc cleanups Lasse Collin 2024-04-24 01:20:26 +03:00
  • d15eb46891 Tests: test_filter_str: Add a few assertions Lasse Collin 2024-04-23 16:35:33 +03:00
  • 1c0dfaee63 Tests: test_filter_str: Move one assertion and add a comment Lasse Collin 2024-04-23 16:35:08 +03:00
  • ef35365984 Tests: test_filter_str: Tweak comments and white space Lasse Collin 2024-04-23 16:26:06 +03:00
  • c35e10fb37 Tests: test_filter_str: Test *error_pos more thoroughly Lasse Collin 2024-04-22 22:23:32 +03:00
  • 6364cbc63e liblzma: lzma_str_to_filters: Set *error_pos on all errors Lasse Collin 2024-04-22 21:54:39 +03:00
  • 6edc2b554f xz man page: Use .ft CR instead of CW to silence warnings from groff. Lasse Collin 2024-04-08 21:19:38 +03:00
  • 077b673a8d Docs: Update .xz file format specification to 1.2.1. Lasse Collin 2024-04-08 18:05:32 +03:00
  • c5c091332c Update website URLs back to tukaani.org. Lasse Collin 2024-04-08 17:33:56 +03:00
  • 995afe4646 Update THANKS. Lasse Collin 2024-04-09 18:22:16 +03:00
  • 44a5c1374e INSTALL: Document arguments of --enable-symbol-versions. Lasse Collin 2024-03-15 17:43:39 +02:00
  • b03139b1d2 Build: Use only the generic symbol versioning with NVIDIA HPC Compiler. Lasse Collin 2024-03-15 17:15:50 +02:00
  • 08754772e8 CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler. Lasse Collin 2024-03-15 16:36:35 +02:00
  • 9579efdbfd Update THANKS. Lasse Collin 2024-03-13 21:38:24 +02:00
  • 32e256c12a liblzma: Minor comment edits. Lasse Collin 2024-03-13 21:30:18 +02:00
  • 65ac20807c liblzma: Fix building with NVHPC (NVIDIA HPC SDK). Sergey Kosukhin 2024-03-13 13:07:13 +01:00
  • 78a015e753 CMake: Disable symbol versioning on non-glibc Linux. Lasse Collin 2024-03-13 21:17:10 +02:00
  • 20e590bbed CMake: Make symbol versioning configurable. Lasse Collin 2024-03-13 20:32:46 +02:00
  • bcac3e3aa2 CMake: Handle symbol versioning on MicroBlaze specially. Lasse Collin 2024-02-18 14:59:52 +02:00
  • 9e7daa8dbd Build: Style tweaks to configure.ac. Lasse Collin 2024-03-13 19:47:36 +02:00
  • ce3a9fa94d Build: Let the users override the symbol versioning variant. Sergey Kosukhin 2024-03-12 20:03:49 +01:00
  • a8b3fb6d2f INSTALL: Clarify that --disable-assembler affects only 32-bit x86. Lasse Collin 2024-02-21 17:41:32 +02:00
  • b4b315a206 xz: Delete old commented-out code. Lasse Collin 2024-02-17 23:07:35 +02:00
  • 9c9a3e7b3f xz: Tweak comments. Lasse Collin 2024-02-17 23:07:35 +02:00
  • 7d3418e496 xz: Fix message_init() description. Lasse Collin 2024-02-17 23:07:35 +02:00
  • fb6cf07ac7 Build: Don't install TODO. Lasse Collin 2024-02-17 19:25:05 +02:00
  • e164211b09 Update m4/.gitignore. Jia Tan 2024-02-15 22:26:43 +08:00
  • 56f1d5ed68 Tests: Make the config.h grep patterns Meson compatible Lasse Collin 2024-05-20 16:55:00 +03:00
  • 9d997d6f9d CMake: Add comments Lasse Collin 2024-05-20 16:55:00 +03:00
  • d35368b33e CMake: Remove the note that some tests aren't run Lasse Collin 2024-05-20 16:55:00 +03:00
  • dc232d5846 CMake: Add support for test_files.sh Lasse Collin 2024-05-20 16:55:00 +03:00
  • a7e9230af9 Tests: Make test_files.sh more flexible Lasse Collin 2024-05-20 16:55:00 +03:00
  • b40e6efbb4 CMake: Add support for test_compress.sh tests Lasse Collin 2024-05-20 16:55:00 +03:00
  • ac3222d2cb Tests: Make test_compress.sh more flexible Lasse Collin 2024-05-20 16:55:00 +03:00
  • 006040b29c CMake: Prepare to support the test_*.sh tests Lasse Collin 2024-05-20 16:55:00 +03:00
  • 6167607a6e Tests: test_suffix.sh: Add a comment Lasse Collin 2024-05-20 16:55:00 +03:00
  • 4e9023857d Fix typos Lasse Collin 2024-05-18 00:34:07 +03:00
  • b14d08fbbc liblzma: Fix white space Lasse Collin 2024-05-18 00:23:52 +03:00
  • 9f1a6d6f9a Build: Temporarily disable CRC CLMUL to silence OSS Fuzz Lasse Collin 2024-05-15 23:14:17 +03:00
  • 142e670a41 xz: Document the static function get_chains_memusage() Lasse Collin 2024-05-13 17:15:04 +03:00
  • 78e984399a xz: Rename filters_memusage_max() to get_chains_memusage() Lasse Collin 2024-05-13 17:07:22 +03:00
  • 54c3db0a83 xz: Rename filter_memusages to chains_memusages Lasse Collin 2024-05-13 17:04:05 +03:00
  • d9e1ae79ec xz: Simplify the memory usage scaling code Lasse Collin 2024-05-12 22:26:30 +03:00
  • 0ee56983d1 xz: Edit comments Lasse Collin 2024-05-13 12:14:00 +03:00
  • ec82a49c35 xz: Rename chain_idx to chain_num Lasse Collin 2024-05-13 12:03:51 +03:00
  • a731a6993c xz: Edit coding style Lasse Collin 2024-05-12 22:29:11 +03:00
  • 32eb176b89 xz: Edit comments Lasse Collin 2024-05-12 22:16:05 +03:00
  • b90339f4da xz: Fix grammar in a comment Lasse Collin 2024-05-12 21:57:49 +03:00
  • 4c0bdaf13d xz: Rename filter_memusages to encoder_memusages Lasse Collin 2024-05-12 21:46:56 +03:00
  • b54aa023e0 xz: Edit coding style Lasse Collin 2024-05-12 21:42:05 +03:00
  • 49f67d3d3f xz: Rename filters_index to chain_num Lasse Collin 2024-05-12 21:31:02 +03:00
  • ff9e8b3d06 xz: Replace a few uint32_t with "unsigned" to reduce the number of casts Lasse Collin 2024-05-12 21:22:43 +03:00
  • b5e6c1113b xz: Rename filters_used_mask to chains_used_mask Lasse Collin 2024-05-12 21:10:45 +03:00
  • 32500dfaad xz: Move the setting of "check" in coder_set_compression_settings() Lasse Collin 2024-05-12 17:14:43 +03:00
  • ad146b1f42 xz: Rename "filters" to "chains" Lasse Collin 2024-05-12 17:09:17 +03:00
  • 5a4ae4e4d0 xz: Clean up a comment Lasse Collin 2024-05-12 16:56:15 +03:00
  • 2de80494ed xz: Add clarifying assertions Lasse Collin 2024-05-12 16:52:09 +03:00