1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-18 21:50:49 +00:00

Commit Graph

  • 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
  • 1eaad004bf xz: Add a clarifying assertion Lasse Collin 2024-05-10 20:23:33 +03:00
  • 605094329b xz: Clarify a comment Lasse Collin 2024-05-12 16:47:17 +03:00
  • 8fac2577f2 xz: Use the info collected in parse_block_list() Lasse Collin 2024-05-12 16:28:25 +03:00
  • 81d350dab8 xz: Remember the filter chains and the largest Block in parse_block_list() Lasse Collin 2024-05-12 15:48:45 +03:00
  • 46ab56968f xz: Update a comment and initialization of filters_used_mask Lasse Collin 2024-05-12 15:38:48 +03:00
  • e89293a0ba xz: parse_block_list: Edit integer type casting Lasse Collin 2024-05-12 15:08:10 +03:00
  • 87011e40c1 xz: Make filter_memusages a local variable Lasse Collin 2024-05-12 14:51:37 +03:00
  • 347b412a93 xz: Remove unused code and simplify Lasse Collin 2024-05-10 20:33:08 +03:00
  • 31358c057c xz: Fix integer type from uint64_t to uint32_t Lasse Collin 2024-05-10 20:22:58 +03:00
  • 3f71e0f3a1 debug/translation.bash: Remove an outdated test command Lasse Collin 2024-05-08 21:40:07 +03:00
  • b05a516830 Fix the date of NEWS for 5.4.5 Lasse Collin 2024-05-07 20:41:28 +03:00
  • fda91a5d77 liblzma: Fix compilation of price_tablegen.c. Lasse Collin 2024-02-12 17:09:10 +02:00
  • 594b64742f liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h. Lasse Collin 2024-02-12 23:25:54 +02:00
  • 6aba0e2a5e Fix SHA-256 authors. Lasse Collin 2024-02-09 17:20:31 +02:00
  • 2c89f377cd xzless: Use ||- in LESSOPEN with with "less" 451 and newer. Lasse Collin 2024-02-09 23:21:01 +02:00
  • 3af41a23c4 xzless: Use --show-preproc-errors with "less" 632 and newer. Lasse Collin 2024-02-09 23:00:05 +02:00
  • 74d36a57c5 liblzma: Set all values in lzma_lz_encoder to NULL after allocation. Lasse Collin 2024-05-07 19:56:46 +03:00
  • 46b6459c9e Tests: tuktest.h: Add a missing word to a comment. Lasse Collin 2024-02-14 21:11:03 +02:00
  • e46fcd1ed7 Tests: tuktest.h: Fix the comment about STest. Lasse Collin 2024-02-14 21:10:10 +02:00
  • f892ac150a Docs: Include doc/examples/11_file_info.c in tarballs. Lasse Collin 2024-02-14 19:11:48 +02:00
  • 62cfb46acc xz: Fix outdated threading related info on the man page. Lasse Collin 2024-02-13 11:38:10 +02:00
  • 65b5ee0716 liblzma: Fix compilation of price_tablegen.c. Lasse Collin 2024-02-12 17:09:10 +02:00
  • f200c338f8 liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h. Lasse Collin 2024-02-12 23:25:54 +02:00
  • 402fb45c74 Fix SHA-256 authors. Lasse Collin 2024-02-09 17:20:31 +02:00
  • e5ba545f16 xzless: Use ||- in LESSOPEN with with "less" 451 and newer. Lasse Collin 2024-02-09 23:21:01 +02:00
  • 5e7a8c0869 xzless: Use --show-preproc-errors with "less" 632 and newer. Lasse Collin 2024-02-09 23:00:05 +02:00
  • 176ae9073c liblzma: Make parameter names in function definition match declaration. Jia Tan 2023-12-16 20:28:21 +08:00
  • 94c8503486 liblzma: Improve lzma encoder init function consistency. Jia Tan 2023-12-16 20:18:47 +08:00
  • fa91e29dba Docs: Update repository URL in Changelog. Jia Tan 2023-12-16 11:20:20 +08:00
  • 6a7c0a9ab2 xz: Use is_tty() in message.c. Jia Tan 2023-11-23 22:13:39 +08:00
  • 9f00ad72f0 xz: Create separate is_tty() function. Jia Tan 2023-11-23 22:04:35 +08:00
  • aa036419c2 Tests: Fix typo in a comment. Jia Tan 2023-11-17 20:04:58 +08:00
  • 9c47c0ea18 liblzma: Add missing comments to lz_encoder.h. Jia Tan 2023-11-09 01:21:53 +08:00
  • 290c954289 liblzma: Fix compilation of fastpos_tablegen.c. Lasse Collin 2023-10-31 21:41:09 +02:00
  • d7bff1341e liblzma: Use lzma_always_inline in memcmplen.h. Lasse Collin 2023-10-22 17:59:11 +03:00
  • ce8d257cbb liblzma: #define lzma_always_inline in common.h. Lasse Collin 2023-10-30 17:43:03 +02:00
  • 47b3d2761e liblzma: Use lzma_attr_visibility_hidden on private extern declarations. Lasse Collin 2023-10-22 17:15:32 +03:00
  • 44c98e9399 liblzma: #define lzma_attr_visibility_hidden in common.h. Lasse Collin 2023-10-22 17:08:39 +03:00
  • 7834108dfe liblzma: Refer to MinGW-w64 instead of MinGW in the API headers. Lasse Collin 2023-09-30 22:54:28 +03:00
  • d9d08fb479 CMake: Use -D_FILE_OFFSET_BITS=64 if (and only if) needed. Lasse Collin 2023-09-27 00:58:17 +03:00
  • 3c026350e8 liblzma: Add Cflags.private to liblzma.pc.in for MSYS2. Lasse Collin 2023-09-29 20:46:11 +03:00
  • 23f50b8108 CMake/Windows: Fix the import library filename. Lasse Collin 2023-10-01 19:10:57 +03:00
  • c692bd42be Build: Update visibility.m4 from Gnulib Lasse Collin 2024-05-07 16:21:15 +03:00
  • aa2723888a Build: Update visibility.m4 from Gnulib Lasse Collin 2024-05-07 16:21:15 +03:00
  • 5dca63f4d9 Build: Update visibility.m4 from Gnulib. Jia Tan 2023-10-12 20:12:18 +08:00
  • 6d336aeb97 Build: Update visibility.m4 from Gnulib Lasse Collin 2024-05-07 16:21:15 +03:00
  • 23674a476b Update THANKS. Lasse Collin 2023-10-06 19:36:35 +03:00
  • 4847e40d4b CMake: Fix Windows build with Clang/LLVM 17. Lasse Collin 2023-09-27 19:54:35 +03:00
  • f3449507ad Build: Fix underquoted AC_LANG_SOURCE. Lasse Collin 2023-09-26 13:51:31 +03:00
  • cf003b3ac2 sysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO. Lasse Collin 2023-09-24 16:32:32 +03:00
  • 1456a9d943 xz: Windows: Don't (de)compress to special files like "con" or "nul". Lasse Collin 2023-09-22 02:33:29 +03:00
  • 3d70e66ecb CMake: Bump maximum policy version to 3.27. Lasse Collin 2023-09-12 21:12:34 +03:00
  • a3de1b841e liblzma: Move a few __attribute__ uses in function declarations. Lasse Collin 2023-09-11 18:47:26 +03:00
  • 737318447a xz, xzdec, lzmainfo: Use tuklib_attr_noreturn. Lasse Collin 2023-09-11 19:03:35 +03:00
  • 015e62b18d Remove incorrect uses of __attribute__((__malloc__)). Lasse Collin 2023-09-11 18:53:31 +03:00
  • ba791978d5 CMake: Fix time.h checks not running on second CMake run. Jia Tan 2023-09-12 22:36:12 +08:00
  • df8daea282 xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX. Lasse Collin 2023-08-31 18:14:43 +03:00
  • f2aea3d454 Update THANKS. Jia Tan 2023-08-28 21:52:54 +08:00
  • 519896fc94 liblzma: Update assert in vli_ceil4(). Jia Tan 2023-08-28 21:50:16 +08:00
  • 591ac56d42 liblzma: Add overflow check for Unpadded size in lzma_index_append(). Jia Tan 2023-08-28 21:31:25 +08:00
  • ec0d5c99c3 mythread.h: Fix typo error in Vista threads mythread_once(). Jamaika1 2023-08-08 14:07:59 +02:00
  • f1123eefe1 build-aux/manconv.sh: Fix US-ASCII and UTF-8 output. Lasse Collin 2023-08-02 15:19:43 +03:00
  • 9d4bf2d06f liblzma: Prevent an empty translation unit in Windows builds. Jia Tan 2023-07-24 21:43:44 +08:00
  • 5a87d91321 liblzma: Tweak #if condition in memcmplen.h. Lasse Collin 2023-07-18 13:57:54 +03:00
  • 0c53f52657 liblzma: Omit unnecessary parenthesis in a preprocessor directive. Lasse Collin 2023-07-18 13:49:43 +03:00
  • eede1df4af liblzma: Prevent warning for MSYS2 Windows build. Jia Tan 2023-06-28 20:22:38 +08:00