summaryrefslogtreecommitdiffstats
path: root/lib/zlib
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-1/+1
* lib: zlib: our putc() takes only one argumentHeinrich Schuchardt2021-01-161-1/+1
* lib: zlib: include ctype.hHeinrich Schuchardt2021-01-161-1/+1
* include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa2020-08-072-0/+100
* lib: zlib: Remove offset pointer optimization in inftrees.cChin Liang See2020-07-171-11/+8
* lib: zlib: fix formatting, referenceHeinrich Schuchardt2020-04-271-15/+16
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-1/+2
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* Use correct spelling of "U-Boot"Bin Meng2016-02-063-3/+3
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-1/+3
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-281-0/+2
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-081-1/+1
* lib: descend into sub directories only when it is necessaryMasahiro Yamada2013-11-171-1/+1
* lib: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-21/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* lib/zlib: sparse fixesKim Phillips2012-11-045-43/+16
* lib: zlib: remove the limitation for cannot using 0 as startLei Wen2012-09-291-3/+1
* lib: zlib: include deflate into zlib buildLei Wen2012-09-293-4/+16
* lib: zlib: import trees file from 1.2.5Lei Wen2012-09-292-0/+1371
* lib: zlib: import deflate source file from 1.2.5Lei Wen2012-09-292-0/+2176
* zlib: Fix integer cast of pointerSimon Glass2011-10-281-1/+1
* zlib: handle overflow while calculating available stream input sizeAnatolij Gustschin2011-10-171-0/+8
* zlib: fix DEBUG buildMike Frysinger2011-05-121-1/+2
* zlib: split up to match original source treeMike Frysinger2011-04-3013-0/+2316