index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
zlib
Age
Commit message (
Expand
)
Author
2024-07-19
zlib: Fix big performance regression
Christophe Leroy
2024-07-15
lib: Remove duplicate newlines
Marek Vasut
2024-07-05
Revert "Revert "Merge patch series "zlib: Address CVE-2016-9841"""
Tom Rini
2024-06-30
Revert "Merge patch series "zlib: Address CVE-2016-9841""
Tom Rini
2024-04-12
zlib: Remove incorrect ZLIB_VERSION
Michal Simek
2024-04-12
zlib: Port fix for CVE-2016-9841 to U-Boot
Michal Simek
2024-04-12
zlib: Rename write variable to wnext (window write index)
Michal Simek
2024-04-12
zlib: Rename this variable to here (current decoding table entry)
Michal Simek
2023-12-21
global: Drop common.h inclusion
Tom Rini
2023-07-14
lib/zlib: Fix a bug when getting a gzip header extra field
Oleksandr Suvorov
2023-03-22
zlib: trees.c: Fix a warning with clang-15
Tom Rini
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-06-06
zlib: Port fix for CVE-2018-25032 to U-Boot
Tom Rini
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-16
lib: zlib: our putc() takes only one argument
Heinrich Schuchardt
2021-01-16
lib: zlib: include ctype.h
Heinrich Schuchardt
2020-08-07
include/u-boot, lib/zlib: add sources for zlib decompression
Joao Marcos Costa
2020-07-17
lib: zlib: Remove offset pointer optimization in inftrees.c
Chin Liang See
2020-04-27
lib: zlib: fix formatting, reference
Heinrich Schuchardt
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2015-09-11
Move malloc_cache_aligned() to its own header
Simon Glass
2015-08-28
mtd/nand/ubi: assortment of alignment fixes
Marcel Ziswiler
2014-12-08
Replace <compiler.h> with <linux/compiler.h>
Masahiro Yamada
2013-11-17
lib: descend into sub directories only when it is necessary
Masahiro Yamada
2013-10-31
lib: convert makefiles to Kbuild style
Masahiro Yamada
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-11-04
lib/zlib: sparse fixes
Kim Phillips
2012-09-29
lib: zlib: remove the limitation for cannot using 0 as start
Lei Wen
2012-09-29
lib: zlib: include deflate into zlib build
Lei Wen
2012-09-29
lib: zlib: import trees file from 1.2.5
Lei Wen
2012-09-29
lib: zlib: import deflate source file from 1.2.5
Lei Wen
2011-10-28
zlib: Fix integer cast of pointer
Simon Glass
2011-10-17
zlib: handle overflow while calculating available stream input size
Anatolij Gustschin
2011-05-12
zlib: fix DEBUG build
Mike Frysinger
2011-04-30
zlib: split up to match original source tree
Mike Frysinger