aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05Update author info.upstream-masterLasse Collin
2024-04-04Update home page URLs.Lasse Collin
2024-04-04Update MAINTAINERS.Lasse Collin
2024-04-04Don't ignore errors from $XZ when setting XZ_VERSION.Lasse Collin
2024-04-03Avoid "eval" when setting XZ_VERSION.Lasse Collin
2024-03-22codespell: Omit .codespellrc from releases.Jia Tan
2024-03-22xzminidec: Update a comment.Jia Tan
2024-03-22xzminidec: Create macro to set the maximum supported dictionary size.Jia Tan
2024-03-20Fix typos discovered by codespell.Jia Tan
2024-03-20codespell: Add .codespellrc to set default options.Jia Tan
2024-03-20Update the path to xz.rst in Kconfig.Lasse Collin
2024-03-20Replace xz.txt with xz.rst, update the contents, and update README.Lasse Collin
2024-03-20xz_wrap.sh: Adjust arch-specific options for better compression.Lasse Collin
2024-03-18xz_wrap.sh: Use 128 MiB dictionary and force single-threaded mode.Lasse Collin
2024-03-18Update xz_dec.ko MODULE_AUTHOR and MODULE_VERSION.Lasse Collin
2024-03-18Add RISC-V BCJ decoder.Lasse Collin
2024-03-18Optimize five other BCJ decoder for-loop conditions.Lasse Collin
2024-03-18Optimize the ARM64 BCJ decoder for-loop condition.Lasse Collin
2024-03-18Use a fallthrough macro instead of a fall through comment.Lasse Collin
2024-03-18userspace/boottest.c: #undef XZ_DEC_ANY_CHECK.Lasse Collin
2024-03-18userspace/boottest.c: Make it build with the new __decompress API.Lasse Collin
2024-03-18lib/decompress_unxz.c: Fix style and comments.Lasse Collin
2024-03-18userspace/xz_config.h: Remove the stdbool.h workaround for MSVC.Lasse Collin
2024-03-18userspace/Makefile: Switch from -std=gnu89 to -std=gnu11.Lasse Collin
2024-03-18Switch to BSD Zero Clause License.Lasse Collin
2024-03-18Add linux/MAINTAINERS.Lasse Collin
2024-03-18Sync xz_wrap.sh from Linux 6.8.Lasse Collin
2024-03-18Sync decompress_unxz.c and unxz.h from Linux 6.8.Lasse Collin
2024-01-19Update IRC network from Freenode to Libera Chat.Jia Tan
2024-01-19Update contact email address.Jia Tan
2024-01-19Update documentation for new website URL.Jia Tan
2024-01-19Add .gitattributes.Jia Tan
2024-01-19Minor README updates.Jia Tan
2023-09-08Fix the build when only the ARM64 filter is enabled.Lasse Collin
2023-09-08Remove a duplicate check for XZ_DEC_ARM in xz_private.h.Lasse Collin
2023-04-14Update userspace/Makefile and userspace/xz_config.h for ARM64 BCJ.Lasse Collin
2023-04-14Update README for ARM64 BCJ.Lasse Collin
2023-04-14Kconfig updates to BCJ filters.Lasse Collin
2023-04-14Add ARM64 BCJ decoder.Lasse Collin
2021-09-19Fix spelling in comments.Lasse Collin
2021-09-19Fix typos in comments.Lasse Collin
2021-09-19Add MicroLZMA decoder.Lasse Collin
2021-07-02Validate the value before, not after, assigning it to an enum variable.Lasse Collin
2021-06-20Move s->lzma.len = 0 initialization to lzma_reset().Lasse Collin
2021-06-20Fix a typo in a comment.Lasse Collin
2021-05-06Add xz_dec_catrun() to support concatenated .xz files.Lasse Collin
2021-02-15userspace/Makefile: Add a comment about -std=gnu89 and add -Wno-long-long.Lasse Collin
2021-02-15Make xz_crc64.c compatible with -std=gnu89 on 32-bit platforms.Lasse Collin
2021-02-15xzminidec: Detect read errors from stdin.Lasse Collin
2020-11-02Convert HTTP links to HTTPS links.Lasse Collin