Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/xz
AgeCommit message (Expand)Author
2021-10-19lib/xz, lib/decompress_unxz.c: Fix spelling in commentsLasse Collin
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin
2021-10-19lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Lasse Collin
2021-10-19lib/xz: Validate the value before assigning it to an enum variableLasse Collin
2021-10-19lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers
2020-08-25lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab
2019-11-16lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley
2018-07-27lib: Use existing define with polynomialKrzysztof Kozlowski
2017-10-12lib/xz: Add fall-through comments to a switch statementLasse Collin
2014-06-05lib/xz: enable all filters by default in KconfigLasse Collin
2014-06-05lib/xz: add comments for the intentionally missing break statementsLasse Collin
2013-03-14decompressors: fix typo "POWERPC"Paul Bolle
2013-02-22decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli
2013-02-22decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli
2013-02-22decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli
2011-09-22XZ: Fix incorrect XZ_BUF_ERRORLasse Collin
2011-07-24XZ: Fix missing <linux/kernel.h> includeLasse Collin
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsLasse Collin
2011-01-21kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes
2011-01-13decompressors: add XZ decompressor moduleLasse Collin