summaryrefslogtreecommitdiff
path: root/lib/gunzip.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-06gzip: add a function to parse the headerJean-Jacques Hiblot1-3/+12
2016-10-07gunzip: cache-align write buffer memoryClemens Gruber1-1/+2
2016-04-19gunzip.c: use block layer for writesEric Nelson1-3/+2
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-02-10gunzip: remove avail_in recalculationStephen Warren1-2/+1
2016-01-19gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIPTom Rini1-0/+2
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-2/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-22gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson1-1/+194
2015-01-14gunzip: Update lenp even on errorSimon Glass1-3/+4
2013-09-03gzip: correctly bounds-check output bufferKees Cook1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger1-7/+4
2011-04-13Fix gunzip to work for any gziped uImage sizeCatalin Radu1-6/+10
2010-10-12zlib/gunzip: Use WATCHDOG_RESET macroStefan Roese1-5/+0
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+124