summaryrefslogtreecommitdiff
path: root/lib/zlib
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-1/+1
2021-01-17lib: zlib: our putc() takes only one argumentHeinrich Schuchardt1-1/+1
2021-01-17lib: zlib: include ctype.hHeinrich Schuchardt1-1/+1
2020-08-08include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa2-0/+100
2020-07-17lib: zlib: Remove offset pointer optimization in inftrees.cChin Liang See1-11/+8
2020-04-27lib: zlib: fix formatting, referenceHeinrich Schuchardt1-15/+16
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-1/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng3-3/+3
2015-09-12Move malloc_cache_aligned() to its own headerSimon Glass1-1/+3
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-0/+2
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+1
2013-11-17lib: descend into sub directories only when it is necessaryMasahiro Yamada1-1/+1
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04lib/zlib: sparse fixesKim Phillips5-43/+16
2012-09-29lib: zlib: remove the limitation for cannot using 0 as startLei Wen1-3/+1
2012-09-29lib: zlib: include deflate into zlib buildLei Wen3-4/+16
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen2-0/+1371
2012-09-29lib: zlib: import deflate source file from 1.2.5Lei Wen2-0/+2176
2011-10-28zlib: Fix integer cast of pointerSimon Glass1-1/+1
2011-10-17zlib: handle overflow while calculating available stream input sizeAnatolij Gustschin1-0/+8
2011-05-12zlib: fix DEBUG buildMike Frysinger1-1/+2
2011-04-30zlib: split up to match original source treeMike Frysinger13-0/+2316