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

Commit graph

  • 799ead162d Doxygen: Update .gitignore for generating docs for in source build. Jia Cheong Tan 2022-12-20 22:05:21 +0800
  • 5f7ce42a16 liblzma: Fix lzma_microlzma_encoder() return value. Jia Tan 2022-12-20 20:46:44 +0800
  • 8ace358d65 CMake: Update .gitignore for CMake artifacts from in source build. Jia Tan 2022-12-16 20:58:55 +0800
  • 6fc3e54679 Translations: Add Ukrainian translations of man pages. Jia Tan 2022-12-28 01:14:07 +0800
  • e84f2ab7f8 liblzma: Update documentation for lzma_filter_encoder. Jia Tan 2022-12-22 23:14:53 +0800
  • b14b8dbba9 Tests: Adds lzip decoder tests Jia Tan 2022-12-21 21:12:03 +0800
  • 09a114805e Doxygen: Update .gitignore for generating docs for in source build. Jia Cheong Tan 2022-12-20 22:05:21 +0800
  • d3e6fe4419 liblzma: Fix lzma_microlzma_encoder() return value. Jia Tan 2022-12-20 20:46:44 +0800
  • b55a27b46f liblzma: Update authors list in arm64.c. Lasse Collin 2022-12-16 18:30:02 +0200
  • 8fd225a2c1 liblzma: Update authors list in arm64.c. Lasse Collin 2022-12-16 18:30:02 +0200
  • 2fd28d2b7c CMake: Update .gitignore for CMake artifacts from in source build. Jia Tan 2022-12-16 20:58:55 +0800
  • b69da6d4bb Bump version to 5.4.0 and soname to 5.4.0. v5.4.0 Lasse Collin 2022-12-13 20:37:17 +0200
  • 20869eb3fb Update INSTALL: CMake on Windows isn't experimental anymore. Lasse Collin 2022-12-13 20:29:39 +0200
  • cbbd844519 Add NEWS for 5.4.0. Lasse Collin 2022-12-13 19:47:53 +0200
  • c3e94d37e8 Fix a typo in NEWS. Lasse Collin 2022-12-13 17:41:20 +0200
  • 0d2a2e0a54 Add NEWS for 5.2.10. Lasse Collin 2022-12-13 17:41:03 +0200
  • f7c2cc5561 Bump version and soname for 5.2.10. v5.2.10 Lasse Collin 2022-12-13 13:03:20 +0200
  • e4e5d5bbb1 Add NEWS for 5.2.10. Lasse Collin 2022-12-13 13:02:15 +0200
  • e207267c4b Tests: Fix a typo in tests/files/README. Lasse Collin 2022-12-13 12:30:45 +0200
  • 177ece1c8e Tests: Fix a typo in tests/files/README. Lasse Collin 2022-12-13 12:30:45 +0200
  • 60f45bdbaa Tests: Add two ARM64 test files. Lasse Collin 2022-12-13 12:30:09 +0200
  • f5e4195506 Translations: Update the Catalan translation. Lasse Collin 2022-12-12 22:44:21 +0200
  • 0fb9d355da Update THANKS. Lasse Collin 2022-12-12 19:18:12 +0200
  • 90f8e0828b Update AUTHORS. Lasse Collin 2022-12-12 19:09:20 +0200
  • e5b6c161c6 Update AUTHORS. Lasse Collin 2022-12-12 19:07:58 +0200
  • 59a17888e9 xz: Make args_info.files_name a const pointer. Lasse Collin 2022-12-08 19:24:22 +0200
  • 4af80d4f51 xz: Don't modify argv[]. Lasse Collin 2022-12-08 19:18:16 +0200
  • 7623b22d1d liblzma: Check for unexpected NULL pointers in block_header_decode(). Lasse Collin 2022-12-08 17:30:09 +0200
  • ef315163ef liblzma: Use __has_attribute(__symver__) to fix Clang detection. Lasse Collin 2022-12-01 20:04:17 +0200
  • 7e86a7632c Update THANKS (sync all from master). Lasse Collin 2022-12-12 15:45:04 +0200
  • f2d98e6910 Docs: Omit multi-threaded decompress from TODO. Lasse Collin 2022-12-12 15:31:14 +0200
  • b42908c42a Docs: Update xz-file-format.txt to 1.1.0 for ARM64 filter. Lasse Collin 2022-12-11 21:16:09 +0200
  • 854f2f5946 xz: Rename --experimental-arm64 to --arm64. Lasse Collin 2022-12-11 21:13:57 +0200
  • 31dbd1e5fb liblzma: Change LZMA_FILTER_ARM64 to the official Filter ID 0x0A. Lasse Collin 2022-12-11 21:13:06 +0200
  • 01b3549e52 xz: Make args_info.files_name a const pointer. Lasse Collin 2022-12-08 19:24:22 +0200
  • bc665b84ea xz: Don't modify argv[]. Lasse Collin 2022-12-08 19:18:16 +0200
  • a13064e1c2 Translations: Update the German man page translations. Lasse Collin 2022-12-08 18:18:57 +0200
  • 8bdbe42a8d Translations: Update the German translation. Jia Tan 2022-12-06 23:05:56 +0800
  • 5c304b57c2 Translations: Update the Turkish translation. Jia Tan 2022-12-06 23:04:25 +0800
  • 6d86781fdb Translations: Update the Croatian translation. Jia Tan 2022-12-06 23:02:11 +0800
  • 7a5b4b8075 Translations: Add Romanian translation of man pages. Jia Tan 2022-12-06 22:56:30 +0800
  • c6977e7400 Translations: Update the Romanian translation. Jia Tan 2022-12-06 22:52:13 +0800
  • ac2a747e93 liblzma: Check for unexpected NULL pointers in block_header_decode(). Lasse Collin 2022-12-08 17:30:09 +0200
  • 24790f49ae Bump version number for 5.3.5beta. v5.3.5beta Lasse Collin 2022-12-01 20:59:32 +0200
  • 7e53c5bcb3 Add NEWS for 5.3.5beta. Lasse Collin 2022-12-01 20:57:26 +0200
  • 5865f2aaac Update THANKS. Lasse Collin 2022-12-01 20:57:09 +0200
  • 62b270988e liblzma: Use __has_attribute(__symver__) to fix Clang detection. Lasse Collin 2022-12-01 20:04:17 +0200
  • f9ca7d4516 liblzma: Omit zero-skipping from ARM64 filter. Lasse Collin 2022-12-01 18:51:52 +0200
  • 5baec3f0a9 xz: Omit the special notes about ARM64 filter on the man page. Lasse Collin 2022-12-01 18:13:27 +0200
  • 0c3627b518 liblzma: Don't be over-specific in lzma_str_to_filters API doc. Lasse Collin 2022-12-01 18:12:03 +0200
  • 94adf057f2 liblzma: Silence unused variable warning when BCJ filters are disabled. Lasse Collin 2022-12-01 17:54:23 +0200
  • c68af44417 Translations: Update the Chinese (simplified) translation. Lasse Collin 2022-12-01 17:38:03 +0200
  • 3be6942e5c Add NEWS for 5.2.9. Lasse Collin 2022-11-30 18:55:03 +0200
  • d8a898eb99 Bump version and soname for 5.2.9. v5.2.9 Lasse Collin 2022-11-30 18:33:05 +0200
  • efd4430e21 Add NEWS for 5.2.9. Lasse Collin 2022-11-30 18:31:16 +0200
  • 2dc1bc97a5 Change the bug report address. Lasse Collin 2022-11-30 18:08:34 +0200
  • fb13a234d9 Update to HTTPS URLs in AUTHORS. Lasse Collin 2022-11-30 17:38:32 +0200
  • 7c16e312cb xz: Remove message_filters_to_str function prototype from message.h. Jia Tan 2022-11-30 23:33:08 +0800
  • 764955e2d4 Change the bug report address. Lasse Collin 2022-11-30 18:08:34 +0200
  • c21983c760 Build: Add string_conversion.c to CMake, DOS, and VS files. Lasse Collin 2022-11-30 17:50:17 +0200
  • 30be0c35d2 Update to HTTPS URLs in AUTHORS. Lasse Collin 2022-11-30 17:38:32 +0200
  • 0a72b9ca2f liblzma: Improve documentation for string to filter functions. Jia Tan 2022-11-30 00:52:06 +0800
  • a6e21fcede liblzma: Two fixes to lzma_str_list_filters() API docs. Lasse Collin 2022-11-29 22:27:42 +0200
  • 841448e36d liblzma: Remove two FIXME comments. Lasse Collin 2022-11-27 01:03:16 +0200
  • 7484744af6 xz: Use lzma_str_from_filters(). Lasse Collin 2022-11-28 21:57:47 +0200
  • cedeeca2ea liblzma: Add lzma_str_to_filters, _from_filters, and _list_filters. Lasse Collin 2022-11-28 21:37:48 +0200
  • 072ebf7b13 liblzma: Make lzma_validate_chain() available outside filter_common.c. Lasse Collin 2022-11-28 21:02:19 +0200
  • 5f22bd2d37 liblzma: Remove lzma_lz_decoder_uncompressed() as it's now unused. Lasse Collin 2022-11-28 10:51:03 +0200
  • cee8320646 liblzma: Use LZMA1EXT feature in lzma_microlzma_decoder(). Lasse Collin 2022-11-28 10:48:53 +0200
  • e310e8b6a4 liblzma: Use LZMA1EXT feature in lzma_alone_decoder(). Lasse Collin 2022-11-28 10:28:20 +0200
  • 33b8a24b66 liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker. Lasse Collin 2022-11-27 23:16:21 +0200
  • 9a304bf1e4 liblzma: Avoid unneeded use of void pointer in LZMA decoder. Lasse Collin 2022-11-27 18:43:07 +0200
  • 218394958c liblzma: Pass the Filter ID to LZ encoder and decoder. Lasse Collin 2022-11-27 18:20:33 +0200
  • 1663c7676b liblzma: Remove two FIXME comments. Lasse Collin 2022-11-27 01:03:16 +0200
  • 11fe708db7 xz: Use lzma_filters_free(). Lasse Collin 2022-11-26 22:25:30 +0200
  • e782af9110 liblzma: Use lzma_filters_free() in more places. Lasse Collin 2022-11-26 22:21:13 +0200
  • 90caaded2d liblzma: Omit simple coder init functions if they are disabled. Lasse Collin 2022-11-25 18:04:37 +0200
  • b61da00c7f Build: Don't put GNU/Linux-specific symbol versions into static liblzma. Lasse Collin 2022-11-24 14:52:44 +0200
  • 6c29793b3c CMake: Don't use symbol versioning with static library. Lasse Collin 2022-11-24 00:02:31 +0200
  • 5cd9f0df78 xz: Allow nice_len 2 and 3 even if match finder requires 3 or 4. Lasse Collin 2022-11-24 23:24:59 +0200
  • 3be88ae071 liblzma: Allow nice_len 2 and 3 even if match finder requires 3 or 4. Lasse Collin 2022-11-24 23:23:55 +0200
  • 93439cfafe liblzma: Add lzma_filters_update() support to the multi-threaded encoder. Lasse Collin 2022-11-24 16:25:10 +0200
  • 17ac51e689 Update THANKS. Lasse Collin 2022-11-24 14:53:22 +0200
  • 06824396b2 Build: Don't put GNU/Linux-specific symbol versions into static liblzma. Lasse Collin 2022-11-24 14:52:44 +0200
  • 872623def5 liblzma: Fix another invalid free() after memory allocation failure. Lasse Collin 2022-11-24 01:26:37 +0200
  • b0f8d9293c liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder. Jia Tan 2022-05-05 20:53:42 +0800
  • 6997e0b5e2 liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy(). Lasse Collin 2022-11-23 21:55:22 +0200
  • f94a3e3460 liblzma: Fix invalid free() after memory allocation failure. Lasse Collin 2022-11-23 21:26:21 +0200
  • 8309385b44 liblzma: Fix language in a comment. Lasse Collin 2022-11-22 16:37:15 +0200
  • 5fecba6022 liblzma: Fix infinite loop in LZMA encoder init with dict_size >= 2 GiB. Lasse Collin 2022-11-22 11:20:17 +0200
  • 1946b2b141 liblzma: Fix two Doxygen commands in the API headers. Lasse Collin 2022-11-21 13:02:33 +0200
  • e1acf71072 liblzma: Refactor to use lzma_filters_free(). Lasse Collin 2022-11-24 01:32:16 +0200
  • cb05dbcf8b liblzma: Fix another invalid free() after memory allocation failure. Lasse Collin 2022-11-24 01:26:37 +0200
  • 75f1a6c26d liblzma: Add support for LZMA_SYNC_FLUSH in the Block encoder. Jia Tan 2022-05-05 20:53:42 +0800
  • d090164517 liblzma: Add new API function lzma_filters_free(). Lasse Collin 2022-11-24 01:02:50 +0200
  • ae1f8a723d CMake: Don't use symbol versioning with static library. Lasse Collin 2022-11-24 00:02:31 +0200
  • 48c1b99dc5 liblzma: Add lzma_attr_warn_unused_result to lzma_filters_copy(). Lasse Collin 2022-11-23 21:55:22 +0200
  • 10430fbf38 liblzma: Fix invalid free() after memory allocation failure. Lasse Collin 2022-11-23 21:26:21 +0200
  • cafd6dc397 liblzma: Fix language in a comment. Lasse Collin 2022-11-22 16:37:15 +0200
  • c392bf8ccb liblzma: Fix infinite loop in LZMA encoder init with dict_size >= 2 GiB. Lasse Collin 2022-11-22 11:20:17 +0200