summaryrefslogtreecommitdiff
path: root/lib/zlib
AgeCommit message (Expand)Author
2022-06-06zlib: Port fix for CVE-2018-25032 to U-BootTom Rini
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-16lib: zlib: our putc() takes only one argumentHeinrich Schuchardt
2021-01-16lib: zlib: include ctype.hHeinrich Schuchardt
2020-08-07include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa
2020-07-17lib: zlib: Remove offset pointer optimization in inftrees.cChin Liang See
2020-04-27lib: zlib: fix formatting, referenceHeinrich Schuchardt
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2013-11-17lib: descend into sub directories only when it is necessaryMasahiro Yamada
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-11-04lib/zlib: sparse fixesKim Phillips
2012-09-29lib: zlib: remove the limitation for cannot using 0 as startLei Wen
2012-09-29lib: zlib: include deflate into zlib buildLei Wen
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen
2012-09-29lib: zlib: import deflate source file from 1.2.5Lei Wen
2011-10-28zlib: Fix integer cast of pointerSimon Glass
2011-10-17zlib: handle overflow while calculating available stream input sizeAnatolij Gustschin
2011-05-12zlib: fix DEBUG buildMike Frysinger
2011-04-30zlib: split up to match original source treeMike Frysinger