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

Commit Graph

  • 710a4573ef Tests: test_index: Fix failures when features are disabled Lasse Collin 2024-04-28 01:34:50 +03:00
  • aaff75c348 CMake: Keep the build working if the "tests" directory is missing Lasse Collin 2024-04-20 17:09:11 +03:00
  • a5f2aa5618 Tests: Remove x86 and SPARC BCJ tests Lasse Collin 2024-04-20 13:12:50 +03:00
  • d879686469 Tests: test_index: Edit a misleading test Lasse Collin 2024-04-27 18:30:40 +03:00
  • 612005bbdb Tests: test_index: Use minimal values to test integer overflow Lasse Collin 2024-04-27 16:46:01 +03:00
  • 4ad88b2544 Tests: test_index: Test lzma_index_buffer_decode() more Lasse Collin 2024-04-27 15:13:39 +03:00
  • 575b11b0d2 Tests: test_index: Test that *i = NULL is done on LZMA_PROG_ERROR Lasse Collin 2024-04-27 15:08:29 +03:00
  • 2c970debdb Tests: test_index: Test lzma_index_buffer_encode() with empty output buf Lasse Collin 2024-04-27 15:01:25 +03:00
  • cd88423e76 Tests: test_index: Replace if-statements with tuktest assertions Lasse Collin 2024-04-27 14:59:55 +03:00
  • 7f865577a6 Tests: test_index: Make it clear that my_alloc() has no integer overflows Lasse Collin 2024-04-27 14:56:16 +03:00
  • 12313a3b65 Tests: test_index: Verify also iter.block.number_in_stream Lasse Collin 2024-04-27 14:51:52 +03:00
  • ad2654010d Tests: test_index: Check cases that aren't a multiple of 4 bytes Lasse Collin 2024-04-27 14:51:06 +03:00
  • 2524fcf2b6 Tests: test_index: Edit comments and white space Lasse Collin 2024-04-27 14:40:25 +03:00
  • 71eed2520e liblzma: index_decoder: Fix missing initializations on LZMA_PROG_ERROR Lasse Collin 2024-04-27 14:33:38 +03:00
  • 0478473953 CMake: Bump maximum policy version to 3.29 Lasse Collin 2024-04-26 18:25:18 +03:00
  • a607e2b40d ci: add NetBSD Sam James 2024-04-13 22:30:44 +01:00
  • 72c210336d ci: add FreeBSD Sam James 2024-04-13 23:49:26 +01:00
  • b526ec2dbf ci: add OpenBSD Sam James 2024-04-13 23:16:08 +01:00
  • c7ef767c49 liblzma: outqueue: add header guard Sam James 2024-04-15 05:53:01 +01:00
  • 55dcae3056 liblzma: easy_preset: add header guard Sam James 2024-04-15 05:53:56 +01:00
  • 4ffc60f323 tuklib_integer: Rename bswapXX to byteswapXX Lasse Collin 2024-04-25 14:00:57 +03:00
  • 08ab0966a7 liblzma: API doc cleanups Lasse Collin 2024-04-24 01:20:26 +03:00
  • 3ac8a9bb4c Tests: test_filter_str: Add a few assertions Lasse Collin 2024-04-23 16:35:33 +03:00
  • 26c69be805 Tests: test_filter_str: Move one assertion and add a comment Lasse Collin 2024-04-23 16:35:08 +03:00
  • 4f6af853bc Tests: test_filter_str: Tweak comments and white space Lasse Collin 2024-04-23 16:26:06 +03:00
  • c92663aa1b Tests: test_filter_str: Add missing RISC-V case Lasse Collin 2024-04-23 16:25:22 +03:00
  • b0366df1d7 Tests: test_filter_str: Test *error_pos more thoroughly Lasse Collin 2024-04-22 22:23:32 +03:00
  • 70d12dd069 liblzma: lzma_str_to_filters: Set *error_pos on all errors Lasse Collin 2024-04-22 21:54:39 +03:00
  • ed8e552395 liblzma: Clean up white space Lasse Collin 2024-04-22 20:31:25 +03:00
  • 2f06920f20 Tests: test_filter_flags: Edit comments and style Lasse Collin 2024-04-22 18:35:19 +03:00
  • b101e1d1db Tests: Fix C99/C11 compatibility when features are disabled Lasse Collin 2024-04-22 16:39:44 +03:00
  • f8f3a220ac DOS: Omit useless defines from config.h Lasse Collin 2024-04-21 20:32:16 +03:00
  • fc1921b04b Build: Omit useless checks for fcntl.h, limits.h, and sys/time.h Lasse Collin 2024-04-21 20:27:50 +03:00
  • 6aa2a6deeb liblzma: Silence a warning from Coverity static analysis Lasse Collin 2024-04-19 22:04:21 +03:00
  • e89d3e83b4 Update .gitignore Lasse Collin 2024-04-19 23:18:19 +03:00
  • 86fc4ee859 Tests: test_lzip_decoder: Tweak coding style and comments Lasse Collin 2024-04-19 20:53:24 +03:00
  • 38be573a27 Tests: test_lzip_decoder: Remove redundant initializations Lasse Collin 2024-04-19 20:51:36 +03:00
  • d7e4bc53ea Tests: test_lzip_decoder: Remove unneeded tuktest_malloc() calls Lasse Collin 2024-04-19 20:47:24 +03:00
  • eeca8f7c5b xz: Fix white space error. Lasse Collin 2024-04-15 20:35:07 +03:00
  • 462ca94099 xz: add missing noreturn for message_filters_help Sam James 2024-04-11 23:01:44 +01:00
  • 863f13d282 xz: signals: suppress -Wsign-conversion on macOS Sam James 2024-04-11 19:34:04 +01:00
  • fcbd0d1999 Tests: test_microlzma: Add a "FIXME?" about LZMA_FINISH handling Lasse Collin 2024-04-13 22:19:40 +03:00
  • 0fe2dfa683 Tests: test_microlzma: Tweak comments, coding style, and minor details Lasse Collin 2024-04-13 18:05:31 +03:00
  • 97f0ee0f1f
    CI: Use only the active CPUs on macOS Ryan Carsten Schmidt 2024-04-12 19:31:13 -05:00
  • 73f629e321 ci: rename ci_build.sh -> ci_build.bash Sam James 2024-04-10 18:33:55 +01:00
  • 8709407a9e ci: build in parallel by default Sam James 2024-04-10 17:42:23 +01:00
  • 65bf7e0a1c ci: default to -O2 Sam James 2024-04-10 15:41:08 +01:00
  • bc899f9e07 ci: make automake's test runner verbose on failures Sam James 2024-04-10 15:17:47 +01:00
  • b5e3470442 ci: make UBSAN abort on errors Sam James 2024-04-10 12:38:51 +01:00
  • 6c095a98fb ci: test Valgrind Sam James 2024-04-10 11:43:10 +01:00
  • 6286c1900c liblzma: CRC: Simplify table omission macros Lasse Collin 2024-04-10 23:20:02 +03:00
  • 45da936c87 liblzma: ARM64 CRC: Fix omission of CRC32 table Lasse Collin 2024-04-10 23:09:40 +03:00
  • 308a9af854 Build: If ARM64 feature detection func is found, stop looking for others Lasse Collin 2024-04-10 22:21:51 +03:00
  • fc43cecd32 liblzma: ARM64 CRC32: Change style of the macOS code to match FreeBSD Lasse Collin 2024-04-10 22:04:27 +03:00
  • 1024cd4cd9 liblzma: ARM64 CRC32: Add error checking to FreeBSD-specific code Lasse Collin 2024-04-10 21:59:27 +03:00
  • 2337f7021c liblzma: ARM64 CRC32: Use negation instead of subtracting from 8 Lasse Collin 2024-04-10 21:56:33 +03:00
  • d8fffd01aa liblzma: ARM64 CRC32: Tweak coding style and comments Lasse Collin 2024-04-10 21:55:10 +03:00
  • 780d2c236d Update SECURITY.md. Lasse Collin 2024-04-09 21:55:01 +03:00
  • 95dcea4b5d Update THANKS. Lasse Collin 2024-04-09 18:22:16 +03:00
  • 1107712e37 Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094). Lasse Collin 2024-04-08 15:32:58 +03:00
  • 986865ea2f CI: Remove ifunc support. Lasse Collin 2024-04-09 17:47:01 +03:00
  • 689ae24273 liblzma: Remove ifunc support. Lasse Collin 2024-04-09 17:43:16 +03:00
  • 6b4c859059 tests/files/README: Update the main heading. Lasse Collin 2024-04-08 22:04:41 +03:00
  • 2a851e06b8 tests/files/README: Explain how to recreate the ARM64 test files. Lasse Collin 2024-04-08 22:02:45 +03:00
  • 3d09b721b9 debug: Add generator for the ARM64 test file data. Lasse Collin 2024-04-08 21:51:55 +03:00
  • 31ef676567 xz man page: Use .ft CR instead of CW to silence warnings from groff. Lasse Collin 2024-04-08 21:19:38 +03:00
  • 780cbf29d5 Fix NEWS for 5.6.0 and 5.6.1. Lasse Collin 2024-04-08 19:28:35 +03:00
  • bfd0c7c478 Remove the XZ logo. Lasse Collin 2024-04-08 19:22:26 +03:00
  • 77a294d98a Update maintainer and author info. Lasse Collin 2024-04-08 18:27:39 +03:00
  • 8dd03d4484 Docs: Update .xz file format specification to 1.2.1. Lasse Collin 2024-04-08 18:05:32 +03:00
  • 17aa2e1a79 Update website URLs back to tukaani.org. Lasse Collin 2024-04-08 17:33:56 +03:00
  • 2739db9810 xzdec: Tweak coding style and comments. Lasse Collin 2024-04-08 17:07:08 +03:00
  • 408b6adb2a tests/ossfuzz: Tiny fix to a comment. Lasse Collin 2024-04-08 15:53:46 +03:00
  • db4dd74a34 Update THANKS. Lasse Collin 2024-04-09 18:22:16 +03:00
  • e93e13c8b3 Remove the backdoor found in 5.6.0 and 5.6.1 (CVE-2024-3094). Lasse Collin 2024-04-08 15:32:58 +03:00
  • f9cf4c05ed CMake: Fix sabotaged Landlock sandbox check. Lasse Collin 2024-03-30 14:36:28 +02:00
  • af071ef770 Docs: Simplify SECURITY.md. Jia Tan 2024-03-26 01:50:02 +08:00
  • 0b99783d63 liblzma: memcmplen.h: Add a comment why subtraction is used. Lasse Collin 2024-03-22 17:46:30 +02:00
  • 8a25ba024d INSTALL: Document arguments of --enable-symbol-versions. Lasse Collin 2024-03-15 17:43:39 +02:00
  • 49324b711f Build: Use only the generic symbol versioning with NVIDIA HPC Compiler. Lasse Collin 2024-03-15 17:15:50 +02:00
  • c273123ed0 CMake: Use only the generic symbol versioning with NVIDIA HPC Compiler. Lasse Collin 2024-03-15 16:36:35 +02:00
  • df7f487648 Update THANKS. Lasse Collin 2024-03-13 21:38:24 +02:00
  • 3217b82b3e liblzma: Minor comment edits. Lasse Collin 2024-03-13 21:30:18 +02:00
  • 096bc0e3f8 liblzma: Fix building with NVHPC (NVIDIA HPC SDK). Sergey Kosukhin 2024-03-13 13:07:13 +01:00
  • 2ad7fad670 CMake: Disable symbol versioning on non-glibc Linux. Lasse Collin 2024-03-13 21:17:10 +02:00
  • 82f0c0d39e CMake: Make symbol versioning configurable. Lasse Collin 2024-03-13 20:32:46 +02:00
  • 45d33bfc45 Build: Style tweaks to configure.ac. Lasse Collin 2024-03-13 19:47:36 +02:00
  • f56ed6fac6 Build: Let the users override the symbol versioning variant. Sergey Kosukhin 2024-03-12 20:03:49 +01:00
  • fd1b975b78 Bump version and soname for 5.6.1. v5.6.1 Jia Tan 2024-03-09 11:42:50 +08:00
  • a4f2e20d84 Add NEWS for 5.6.1 Jia Tan 2024-03-09 11:27:27 +08:00
  • a2cda57249 Add NEWS for 5.6.1 Jia Tan 2024-03-09 11:27:27 +08:00
  • f01be8ad75 Translations: Add missing --riscv option to man page translations. Jia Tan 2024-03-09 10:43:20 +08:00
  • 8583c60211 Translations: Add missing --riscv option to man page translations. Jia Tan 2024-03-09 10:43:20 +08:00
  • 6e636819e8 Tests: Update two test files. Jia Tan 2024-03-09 10:18:29 +08:00
  • 74b138d2a6 Tests: Update two test files. Jia Tan 2024-03-09 10:18:29 +08:00
  • a3a29bbd5d Tests: Test --single-stream can decompress bad-3-corrupt_lzma2.xz. Jia Tan 2024-03-09 10:08:32 +08:00
  • 3ec6dfd656 Tests: Test --single-stream can decompress bad-3-corrupt_lzma2.xz. Jia Tan 2024-03-09 10:08:32 +08:00
  • 0b4ccc9145 Tests: Update RISC-V test files. Jia Tan 2024-03-09 10:05:32 +08:00
  • a67dcce610 Tests: Update RISC-V test files. Jia Tan 2024-03-09 10:05:32 +08:00
  • 8c9b8b2063 liblzma: Fix typos in crc32_fast.c and crc64_fast.c. Jia Tan 2024-03-09 09:52:32 +08:00