index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gunzip.c
Age
Commit message (
Expand
)
Author
2026-02-06
gunzip: Fix len parameter in function signature
Marek Vasut
2025-05-05
bootm: improve error message when gzip decompression buffer is too small
Aristo Chen
2025-02-03
lib: Mark gunzip as relocation code
Simon Glass
2023-12-21
lib: Remove <common.h> inclusion from these files
Tom Rini
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2021-10-08
gzip: Avoid use of u64
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-08-11
common: Move gzip functions into a new gzip header
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-05
gzip: add a function to parse the header
Jean-Jacques Hiblot
2016-10-06
gunzip: cache-align write buffer memory
Clemens Gruber
2016-04-18
gunzip.c: use block layer for writes
Eric Nelson
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-02-09
gunzip: remove avail_in recalculation
Stephen Warren
2016-01-19
gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP
Tom Rini
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-04-22
gunzip: add gzwrite routine for extracting compresed images to block device
Eric Nelson
2015-01-14
gunzip: Update lenp even on error
Simon Glass
2013-09-03
gzip: correctly bounds-check output buffer
Kees Cook
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-04-30
gunzip: rename z{alloc, free} to gz{alloc, free}
Mike Frysinger
2011-04-12
Fix gunzip to work for any gziped uImage size
Catalin Radu
2010-10-12
zlib/gunzip: Use WATCHDOG_RESET macro
Stefan Roese
2010-04-13
Rename lib_generic/ to lib/
Peter Tyser